Home
last modified time | relevance | path

Searched refs:SpvOpTypeArray (Results 1 – 25 of 176) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa_util.cpp25 assert(type->opcode() == SpvOpTypeArray && "type must be array"); in GetLengthOfArrayType()
50 if (var_type_inst->opcode() != SpvOpTypeArray && in IsDescriptorArray()
107 if (pointee_type_inst->opcode() == SpvOpTypeArray) { in GetNumberOfElementsForArrayOrStruct()
Deliminate_dead_members_pass.cpp153 case SpvOpTypeArray: in MarkTypeAsFullyUsed()
199 case SpvOpTypeArray: in MarkMembersAsLiveForExtract()
245 case SpvOpTypeArray: in MarkMembersAsLiveForAccessChain()
504 case SpvOpTypeArray: in UpdateAccessChain()
577 case SpvOpTypeArray: in UpdateCompsiteExtract()
638 case SpvOpTypeArray: in UpdateCompositeInsert()
Ddead_insert_elim_pass.cpp47 case SpvOpTypeArray: { in NumComponents()
71 if (typeInst->opcode() == SpvOpTypeArray) return; in MarkInsertChain()
192 if (typeInst->opcode() == SpvOpTypeArray) { in EliminateDeadInsertsOnePass()
Dinstruction.cpp281 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageImage()
315 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanSampledImage()
349 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageTexelBuffer()
379 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageBuffer()
437 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanUniformBuffer()
515 case SpvOpTypeArray: in GetTypeComponent()
745 } else if (opcode() == SpvOpTypeArray) { in IsOpaqueType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa_util.cpp25 assert(type->opcode() == SpvOpTypeArray && "type must be array"); in GetLengthOfArrayType()
50 if (var_type_inst->opcode() != SpvOpTypeArray && in IsDescriptorArray()
107 if (pointee_type_inst->opcode() == SpvOpTypeArray) { in GetNumberOfElementsForArrayOrStruct()
Deliminate_dead_members_pass.cpp153 case SpvOpTypeArray: in MarkTypeAsFullyUsed()
199 case SpvOpTypeArray: in MarkMembersAsLiveForExtract()
245 case SpvOpTypeArray: in MarkMembersAsLiveForAccessChain()
504 case SpvOpTypeArray: in UpdateAccessChain()
577 case SpvOpTypeArray: in UpdateCompsiteExtract()
638 case SpvOpTypeArray: in UpdateCompositeInsert()
Ddead_insert_elim_pass.cpp47 case SpvOpTypeArray: { in NumComponents()
71 if (typeInst->opcode() == SpvOpTypeArray) return; in MarkInsertChain()
192 if (typeInst->opcode() == SpvOpTypeArray) { in EliminateDeadInsertsOnePass()
Dinstruction.cpp281 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageImage()
315 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanSampledImage()
349 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageTexelBuffer()
379 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageBuffer()
437 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanUniformBuffer()
515 case SpvOpTypeArray: in GetTypeComponent()
745 } else if (opcode() == SpvOpTypeArray) { in IsOpaqueType()
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_type_array_test.cpp102 ASSERT_EQ(SpvOpTypeArray, in TEST()
116 ASSERT_EQ(SpvOpTypeArray, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_type_array_test.cpp102 ASSERT_EQ(SpvOpTypeArray, in TEST()
116 ASSERT_EQ(SpvOpTypeArray, in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_type_array_test.cpp102 ASSERT_EQ(SpvOpTypeArray, in TEST()
116 ASSERT_EQ(SpvOpTypeArray, in TEST()
/third_party/spirv-tools/source/opt/
Dinstruction.cpp271 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageImage()
305 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanSampledImage()
339 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageTexelBuffer()
369 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanStorageBuffer()
412 if (base_type->opcode() == SpvOpTypeArray || in IsVulkanUniformBuffer()
490 case SpvOpTypeArray: in GetTypeComponent()
640 } else if (opcode() == SpvOpTypeArray) { in IsOpaqueType()
Ddead_insert_elim_pass.cpp47 case SpvOpTypeArray: { in NumComponents()
71 if (typeInst->opcode() == SpvOpTypeArray) return; in MarkInsertChain()
192 if (typeInst->opcode() == SpvOpTypeArray) { in EliminateDeadInsertsOnePass()
Ddesc_sroa.cpp59 if (var_type_inst->opcode() != SpvOpTypeArray && in IsCandidate()
217 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in GetReplacementVariable()
267 const bool is_array = pointee_type_inst->opcode() == SpvOpTypeArray; in CreateReplacementVariable()
366 if (type_inst->opcode() == SpvOpTypeArray) { in GetNumBindingsUsedByType()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp139 case SpvOpTypeArray: { in NumConsumedLocations()
202 case SpvOpTypeArray: in NumConsumedComponents()
315 if (is_arrayed && (type->opcode() == SpvOpTypeArray || in GetLocationsForVariable()
341 if (type->opcode() == SpvOpTypeArray) { in GetLocationsForVariable()
437 if (member->opcode() == SpvOpTypeArray && num_components >= 1 && in GetLocationsForVariable()
Dvalidate_decorations.cpp148 } else if (inst->opcode() == SpvOpTypeArray || in isMissingOffsetInStruct()
213 case SpvOpTypeArray: in getBaseAlignment()
254 case SpvOpTypeArray: in getScalarAlignment()
300 case SpvOpTypeArray: { in getSize()
531 while (array_inst->opcode() == SpvOpTypeArray || in checkLayout()
553 if (array_inst->opcode() == SpvOpTypeArray) { in checkLayout()
598 (SpvOpTypeArray == opcode || SpvOpTypeStruct == opcode)) { in checkLayout()
883 case SpvOpTypeArray: in ComputeMemberConstraintsForStruct()
907 case SpvOpTypeArray: in ComputeMemberConstraintsForArray()
1010 if (!workgroup && (id_inst->opcode() == SpvOpTypeArray || in CheckDecorationsOfBuffers()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp139 case SpvOpTypeArray: { in NumConsumedLocations()
202 case SpvOpTypeArray: in NumConsumedComponents()
315 if (is_arrayed && (type->opcode() == SpvOpTypeArray || in GetLocationsForVariable()
341 if (type->opcode() == SpvOpTypeArray) { in GetLocationsForVariable()
437 if (member->opcode() == SpvOpTypeArray && num_components >= 1 && in GetLocationsForVariable()
Dvalidate_decorations.cpp148 } else if (inst->opcode() == SpvOpTypeArray || in isMissingOffsetInStruct()
213 case SpvOpTypeArray: in getBaseAlignment()
254 case SpvOpTypeArray: in getScalarAlignment()
300 case SpvOpTypeArray: { in getSize()
531 while (array_inst->opcode() == SpvOpTypeArray || in checkLayout()
553 if (array_inst->opcode() == SpvOpTypeArray) { in checkLayout()
598 (SpvOpTypeArray == opcode || SpvOpTypeStruct == opcode)) { in checkLayout()
883 case SpvOpTypeArray: in ComputeMemberConstraintsForStruct()
907 case SpvOpTypeArray: in ComputeMemberConstraintsForArray()
1010 if (!workgroup && (id_inst->opcode() == SpvOpTypeArray || in CheckDecorationsOfBuffers()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_composite_extract.cpp100 case SpvOpTypeArray: in Apply()
125 case SpvOpTypeArray: in Apply()
Dfuzzer_pass_add_access_chains.cpp115 case SpvOpTypeArray: in Apply()
143 case SpvOpTypeArray: in Apply()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_access_chains.cpp114 case SpvOpTypeArray: in Apply()
142 case SpvOpTypeArray: in Apply()
Dfuzzer_pass_add_composite_extract.cpp99 case SpvOpTypeArray: in Apply()
124 case SpvOpTypeArray: in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_access_chains.cpp115 case SpvOpTypeArray: in Apply()
143 case SpvOpTypeArray: in Apply()
Dfuzzer_pass_add_composite_extract.cpp100 case SpvOpTypeArray: in Apply()
125 case SpvOpTypeArray: in Apply()
/third_party/spirv-tools/source/val/
Dvalidate_decorations.cpp201 case SpvOpTypeArray: in getBaseAlignment()
242 case SpvOpTypeArray: in getScalarAlignment()
288 case SpvOpTypeArray: { in getSize()
521 while (array_inst->opcode() == SpvOpTypeArray || in checkLayout()
543 if (array_inst->opcode() == SpvOpTypeArray) { in checkLayout()
582 (SpvOpTypeArray == opcode || SpvOpTypeStruct == opcode)) { in checkLayout()
867 case SpvOpTypeArray: in ComputeMemberConstraintsForStruct()
891 case SpvOpTypeArray: in ComputeMemberConstraintsForArray()
992 if (!workgroup && (id_inst->opcode() == SpvOpTypeArray || in CheckDecorationsOfBuffers()
1109 SpvOpTypeArray, vstate)) { in CheckDecorationsOfBuffers()
[all …]

12345678