Home
last modified time | relevance | path

Searched refs:SpvOpTypeRuntimeArray (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/spirv-tools/source/val/
Dvalidate_type.cpp53 if (opcode != SpvOpTypeArray && opcode != SpvOpTypeRuntimeArray && in ValidateUniqueness()
229 element_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeArray()
299 element_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeRuntimeArray()
320 case SpvOpTypeRuntimeArray: in ContainsOpaqueType()
371 member_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeStruct()
452 type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypePointer()
631 case SpvOpTypeRuntimeArray: in TypePass()
Dvalidate_memory.cpp48 type->opcode() == SpvOpTypeRuntimeArray) { in IsAllowedTypeOrArrayOfSame()
182 case SpvOpTypeRuntimeArray: in ContainsInvalidBool()
211 case SpvOpTypeRuntimeArray: in ContainsCooperativeMatrix()
308 if (member_type->opcode() == SpvOpTypeRuntimeArray) return true; in DoesStructContainRTA()
667 if (value_type && value_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
757 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
819 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
971 base_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateStore()
1287 case SpvOpTypeRuntimeArray: { in ValidateAccessChain()
1402 if (last_member->opcode() != SpvOpTypeRuntimeArray) { in ValidateArrayLength()
Dvalidate_decorations.cpp202 case SpvOpTypeRuntimeArray: in getBaseAlignment()
243 case SpvOpTypeRuntimeArray: { in getScalarAlignment()
302 case SpvOpTypeRuntimeArray: in getSize()
522 array_inst->opcode() == SpvOpTypeRuntimeArray) { in checkLayout()
868 case SpvOpTypeRuntimeArray: in ComputeMemberConstraintsForStruct()
892 case SpvOpTypeRuntimeArray: in ComputeMemberConstraintsForArray()
993 id_inst->opcode() == SpvOpTypeRuntimeArray)) { in CheckDecorationsOfBuffers()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp53 if (opcode != SpvOpTypeArray && opcode != SpvOpTypeRuntimeArray && in ValidateUniqueness()
229 element_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeArray()
299 element_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeRuntimeArray()
320 case SpvOpTypeRuntimeArray: in ContainsOpaqueType()
371 member_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeStruct()
452 type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypePointer()
631 case SpvOpTypeRuntimeArray: in TypePass()
Dvalidate_memory.cpp48 type->opcode() == SpvOpTypeRuntimeArray) { in IsAllowedTypeOrArrayOfSame()
182 case SpvOpTypeRuntimeArray: in ContainsInvalidBool()
211 case SpvOpTypeRuntimeArray: in ContainsCooperativeMatrix()
308 if (member_type->opcode() == SpvOpTypeRuntimeArray) return true; in DoesStructContainRTA()
667 if (value_type && value_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
757 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
819 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
977 base_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateStore()
1293 case SpvOpTypeRuntimeArray: { in ValidateAccessChain()
1408 if (last_member->opcode() != SpvOpTypeRuntimeArray) { in ValidateArrayLength()
Dvalidate_decorations.cpp149 inst->opcode() == SpvOpTypeRuntimeArray) { in isMissingOffsetInStruct()
214 case SpvOpTypeRuntimeArray: in getBaseAlignment()
255 case SpvOpTypeRuntimeArray: { in getScalarAlignment()
314 case SpvOpTypeRuntimeArray: in getSize()
532 array_inst->opcode() == SpvOpTypeRuntimeArray) { in checkLayout()
884 case SpvOpTypeRuntimeArray: in ComputeMemberConstraintsForStruct()
908 case SpvOpTypeRuntimeArray: in ComputeMemberConstraintsForArray()
1011 id_inst->opcode() == SpvOpTypeRuntimeArray)) { in CheckDecorationsOfBuffers()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_type.cpp53 if (opcode != SpvOpTypeArray && opcode != SpvOpTypeRuntimeArray && in ValidateUniqueness()
229 element_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeArray()
299 element_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeRuntimeArray()
320 case SpvOpTypeRuntimeArray: in ContainsOpaqueType()
371 member_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypeStruct()
452 type->opcode() == SpvOpTypeRuntimeArray) { in ValidateTypePointer()
631 case SpvOpTypeRuntimeArray: in TypePass()
Dvalidate_memory.cpp48 type->opcode() == SpvOpTypeRuntimeArray) { in IsAllowedTypeOrArrayOfSame()
182 case SpvOpTypeRuntimeArray: in ContainsInvalidBool()
211 case SpvOpTypeRuntimeArray: in ContainsCooperativeMatrix()
308 if (member_type->opcode() == SpvOpTypeRuntimeArray) return true; in DoesStructContainRTA()
667 if (value_type && value_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
757 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
819 underlying_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateVariable()
977 base_type->opcode() == SpvOpTypeRuntimeArray) { in ValidateStore()
1293 case SpvOpTypeRuntimeArray: { in ValidateAccessChain()
1408 if (last_member->opcode() != SpvOpTypeRuntimeArray) { in ValidateArrayLength()
Dvalidate_decorations.cpp149 inst->opcode() == SpvOpTypeRuntimeArray) { in isMissingOffsetInStruct()
214 case SpvOpTypeRuntimeArray: in getBaseAlignment()
255 case SpvOpTypeRuntimeArray: { in getScalarAlignment()
314 case SpvOpTypeRuntimeArray: in getSize()
532 array_inst->opcode() == SpvOpTypeRuntimeArray) { in checkLayout()
884 case SpvOpTypeRuntimeArray: in ComputeMemberConstraintsForStruct()
908 case SpvOpTypeRuntimeArray: in ComputeMemberConstraintsForArray()
1011 id_inst->opcode() == SpvOpTypeRuntimeArray)) { in CheckDecorationsOfBuffers()
/third_party/spirv-tools/source/opt/
Dinstruction.cpp272 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageImage()
306 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanSampledImage()
340 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageTexelBuffer()
370 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageBuffer()
413 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanUniformBuffer()
491 case SpvOpTypeRuntimeArray: in GetTypeComponent()
646 return opcode() == SpvOpTypeRuntimeArray || in IsOpaqueType()
Deliminate_dead_members_pass.cpp191 case SpvOpTypeRuntimeArray: in MarkMembersAsLiveForExtract()
237 case SpvOpTypeRuntimeArray: in MarkMembersAsLiveForAccessChain()
496 case SpvOpTypeRuntimeArray: in UpdateAccessChain()
569 case SpvOpTypeRuntimeArray: in UpdateCompsiteExtract()
630 case SpvOpTypeRuntimeArray: in UpdateCompositeInsert()
Dinst_bindless_check_pass.cpp227 (ptr_ty_op == SpvOpTypeArray || ptr_ty_op == SpvOpTypeRuntimeArray) in AnalyzeDescriptorReference()
249 case SpvOpTypeRuntimeArray: in AnalyzeDescriptorReference()
380 case SpvOpTypeRuntimeArray: in GenLastByteIdx()
404 case SpvOpTypeRuntimeArray: { in GenLastByteIdx()
620 desc_type_inst->opcode() != SpvOpTypeRuntimeArray) { in GenDescIdxCheckCode()
634 assert(desc_type_inst->opcode() == SpvOpTypeRuntimeArray && in GenDescIdxCheckCode()
672 if (pte_type_op == SpvOpTypeArray || pte_type_op == SpvOpTypeRuntimeArray || in GenDescInitCheckCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp154 case SpvOpTypeRuntimeArray: in MarkTypeAsFullyUsed()
200 case SpvOpTypeRuntimeArray: in MarkMembersAsLiveForExtract()
246 case SpvOpTypeRuntimeArray: in MarkMembersAsLiveForAccessChain()
505 case SpvOpTypeRuntimeArray: in UpdateAccessChain()
578 case SpvOpTypeRuntimeArray: in UpdateCompsiteExtract()
639 case SpvOpTypeRuntimeArray: in UpdateCompositeInsert()
Dinstruction.cpp282 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageImage()
316 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanSampledImage()
350 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageTexelBuffer()
380 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageBuffer()
438 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanUniformBuffer()
516 case SpvOpTypeRuntimeArray: in GetTypeComponent()
751 return opcode() == SpvOpTypeRuntimeArray || in IsOpaqueType()
Dinst_bindless_check_pass.cpp227 (ptr_ty_op == SpvOpTypeArray || ptr_ty_op == SpvOpTypeRuntimeArray) in AnalyzeDescriptorReference()
249 case SpvOpTypeRuntimeArray: in AnalyzeDescriptorReference()
380 case SpvOpTypeRuntimeArray: in GenLastByteIdx()
404 case SpvOpTypeRuntimeArray: { in GenLastByteIdx()
620 desc_type_inst->opcode() != SpvOpTypeRuntimeArray) { in GenDescIdxCheckCode()
634 assert(desc_type_inst->opcode() == SpvOpTypeRuntimeArray && in GenDescIdxCheckCode()
672 if (pte_type_op == SpvOpTypeArray || pte_type_op == SpvOpTypeRuntimeArray || in GenDescInitCheckCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp154 case SpvOpTypeRuntimeArray: in MarkTypeAsFullyUsed()
200 case SpvOpTypeRuntimeArray: in MarkMembersAsLiveForExtract()
246 case SpvOpTypeRuntimeArray: in MarkMembersAsLiveForAccessChain()
505 case SpvOpTypeRuntimeArray: in UpdateAccessChain()
578 case SpvOpTypeRuntimeArray: in UpdateCompsiteExtract()
639 case SpvOpTypeRuntimeArray: in UpdateCompositeInsert()
Dinstruction.cpp282 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageImage()
316 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanSampledImage()
350 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageTexelBuffer()
380 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanStorageBuffer()
438 base_type->opcode() == SpvOpTypeRuntimeArray) { in IsVulkanUniformBuffer()
516 case SpvOpTypeRuntimeArray: in GetTypeComponent()
751 return opcode() == SpvOpTypeRuntimeArray || in IsOpaqueType()
Dinst_bindless_check_pass.cpp227 (ptr_ty_op == SpvOpTypeArray || ptr_ty_op == SpvOpTypeRuntimeArray) in AnalyzeDescriptorReference()
249 case SpvOpTypeRuntimeArray: in AnalyzeDescriptorReference()
380 case SpvOpTypeRuntimeArray: in GenLastByteIdx()
404 case SpvOpTypeRuntimeArray: { in GenLastByteIdx()
620 desc_type_inst->opcode() != SpvOpTypeRuntimeArray) { in GenDescIdxCheckCode()
634 assert(desc_type_inst->opcode() == SpvOpTypeRuntimeArray && in GenDescIdxCheckCode()
672 if (pte_type_op == SpvOpTypeArray || pte_type_op == SpvOpTypeRuntimeArray || in GenDescInitCheckCode()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_type_unique.cpp39 if (opcode == SpvOpTypeArray || opcode == SpvOpTypeRuntimeArray || in TypeUniquePass()
/third_party/mesa3d/src/compiler/spirv/
Dgl_spirv.c152 case SpvOpTypeRuntimeArray: in vtn_validate_handle_constant_instruction()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp151 case SpvOpTypeRuntimeArray: in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp168 case SpvOpTypeRuntimeArray: in MarkAccessedMembersAsUsed()
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp149 case SpvOpTypeRuntimeArray: in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp168 case SpvOpTypeRuntimeArray: in MarkAccessedMembersAsUsed()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp151 case SpvOpTypeRuntimeArray: in AdjustAccessedIndices()

12345