Lines Matching refs:reflectionData

519     array_view<const uint8_t> reflectionData;  member
532 ShaderReflectionData reflectionData; member
574 if (reflectionData.size() < sizeof(ReflectionHeader)) { in IsValid()
577 …const ReflectionHeader& header = *reinterpret_cast<const ReflectionHeader*>(reflectionData.data()); in IsValid()
584 …const ReflectionHeader& header = *reinterpret_cast<const ReflectionHeader*>(reflectionData.data()); in GetStageFlags()
592 …const ReflectionHeader& header = *reinterpret_cast<const ReflectionHeader*>(reflectionData.data()); in GetPipelineLayout()
593 if (header.offsetPushConstants && header.offsetPushConstants < reflectionData.size()) { in GetPipelineLayout()
594 auto ptr = reflectionData.data() + header.offsetPushConstants; in GetPipelineLayout()
601 if (header.offsetDescriptorSets && header.offsetDescriptorSets < reflectionData.size()) { in GetPipelineLayout()
602 auto ptr = reflectionData.data() + header.offsetDescriptorSets; in GetPipelineLayout()
633 …const ReflectionHeader& header = *reinterpret_cast<const ReflectionHeader*>(reflectionData.data()); in GetSpecializationConstants()
634 …er.offsetSpecializationConstants && header.offsetSpecializationConstants < reflectionData.size()) { in GetSpecializationConstants()
635 auto ptr = reflectionData.data() + header.offsetSpecializationConstants; in GetSpecializationConstants()
656 …const ReflectionHeader& header = *reinterpret_cast<const ReflectionHeader*>(reflectionData.data()); in GetInputDescriptions()
657 if (header.offsetInputs && header.offsetInputs < reflectionData.size()) { in GetInputDescriptions()
658 auto ptr = reflectionData.data() + header.offsetInputs; in GetInputDescriptions()
678 …const ReflectionHeader& header = *reinterpret_cast<const ReflectionHeader*>(reflectionData.data()); in GetLocalSize()
679 if (header.offsetLocalSize && header.offsetLocalSize < reflectionData.size()) { in GetLocalSize()
680 auto ptr = reflectionData.data() + header.offsetLocalSize; in GetLocalSize()
1672 info.reflectionData.reflectionData = in runAllCompilationStages()
1718 info.reflectionData.reflectionData = in runAllCompilationStages()