| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | desc_sroa_util.cpp | 25 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()
|
| D | eliminate_dead_members_pass.cpp | 153 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()
|
| D | dead_insert_elim_pass.cpp | 47 case SpvOpTypeArray: { in NumComponents() 71 if (typeInst->opcode() == SpvOpTypeArray) return; in MarkInsertChain() 192 if (typeInst->opcode() == SpvOpTypeArray) { in EliminateDeadInsertsOnePass()
|
| D | instruction.cpp | 281 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/ |
| D | desc_sroa_util.cpp | 25 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()
|
| D | eliminate_dead_members_pass.cpp | 153 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()
|
| D | dead_insert_elim_pass.cpp | 47 case SpvOpTypeArray: { in NumComponents() 71 if (typeInst->opcode() == SpvOpTypeArray) return; in MarkInsertChain() 192 if (typeInst->opcode() == SpvOpTypeArray) { in EliminateDeadInsertsOnePass()
|
| D | instruction.cpp | 281 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/ |
| D | transformation_add_type_array_test.cpp | 102 ASSERT_EQ(SpvOpTypeArray, in TEST() 116 ASSERT_EQ(SpvOpTypeArray, in TEST()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| D | transformation_add_type_array_test.cpp | 102 ASSERT_EQ(SpvOpTypeArray, in TEST() 116 ASSERT_EQ(SpvOpTypeArray, in TEST()
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| D | transformation_add_type_array_test.cpp | 102 ASSERT_EQ(SpvOpTypeArray, in TEST() 116 ASSERT_EQ(SpvOpTypeArray, in TEST()
|
| /third_party/spirv-tools/source/opt/ |
| D | instruction.cpp | 271 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()
|
| D | dead_insert_elim_pass.cpp | 47 case SpvOpTypeArray: { in NumComponents() 71 if (typeInst->opcode() == SpvOpTypeArray) return; in MarkInsertChain() 192 if (typeInst->opcode() == SpvOpTypeArray) { in EliminateDeadInsertsOnePass()
|
| D | desc_sroa.cpp | 59 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/ |
| D | validate_interfaces.cpp | 139 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()
|
| D | validate_decorations.cpp | 148 } 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/ |
| D | validate_interfaces.cpp | 139 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()
|
| D | validate_decorations.cpp | 148 } 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/ |
| D | fuzzer_pass_add_composite_extract.cpp | 100 case SpvOpTypeArray: in Apply() 125 case SpvOpTypeArray: in Apply()
|
| D | fuzzer_pass_add_access_chains.cpp | 115 case SpvOpTypeArray: in Apply() 143 case SpvOpTypeArray: in Apply()
|
| /third_party/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_add_access_chains.cpp | 114 case SpvOpTypeArray: in Apply() 142 case SpvOpTypeArray: in Apply()
|
| D | fuzzer_pass_add_composite_extract.cpp | 99 case SpvOpTypeArray: in Apply() 124 case SpvOpTypeArray: in Apply()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_add_access_chains.cpp | 115 case SpvOpTypeArray: in Apply() 143 case SpvOpTypeArray: in Apply()
|
| D | fuzzer_pass_add_composite_extract.cpp | 100 case SpvOpTypeArray: in Apply() 125 case SpvOpTypeArray: in Apply()
|
| /third_party/spirv-tools/source/val/ |
| D | validate_decorations.cpp | 201 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 …]
|