/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_access_chains.cpp | 116 case SpvOpTypeArray: in Apply() 144 case SpvOpTypeArray: in Apply()
|
D | fuzzer_pass_add_composite_extract.cpp | 103 case SpvOpTypeArray: in Apply() 128 case SpvOpTypeArray: in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 124 case SpvOpTypeArray: in Apply() 182 assert(array_type_instruction.opcode() == SpvOpTypeArray && in FindComponentsToConstructArray()
|
D | transformation_add_type_array.cpp | 73 ir_context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands)); in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_access_chains.cpp | 116 case SpvOpTypeArray: in Apply() 144 case SpvOpTypeArray: in Apply()
|
D | fuzzer_pass_add_composite_extract.cpp | 103 case SpvOpTypeArray: in Apply() 128 case SpvOpTypeArray: in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 124 case SpvOpTypeArray: in Apply() 182 assert(array_type_instruction.opcode() == SpvOpTypeArray && in FindComponentsToConstructArray()
|
D | transformation_add_type_array.cpp | 73 ir_context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | fuzzer_pass_add_composite_types.cpp | 118 case SpvOpTypeArray: in ChooseScalarOrCompositeType()
|
/external/swiftshader/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()
|
D | eliminate_dead_members_pass.cpp | 190 case SpvOpTypeArray: in MarkMembersAsLiveForExtract() 236 case SpvOpTypeArray: in MarkMembersAsLiveForAccessChain() 495 case SpvOpTypeArray: in UpdateAccessChain() 568 case SpvOpTypeArray: in UpdateCompsiteExtract() 629 case SpvOpTypeArray: in UpdateCompositeInsert()
|
/external/deqp-deps/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()
|
D | eliminate_dead_members_pass.cpp | 190 case SpvOpTypeArray: in MarkMembersAsLiveForExtract() 236 case SpvOpTypeArray: in MarkMembersAsLiveForAccessChain() 495 case SpvOpTypeArray: in UpdateAccessChain() 568 case SpvOpTypeArray: in UpdateCompsiteExtract() 629 case SpvOpTypeArray: in UpdateCompositeInsert()
|
/external/swiftshader/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() 520 while (array_inst->opcode() == SpvOpTypeArray || in checkLayout() 542 if (array_inst->opcode() == SpvOpTypeArray) { in checkLayout() 580 (SpvOpTypeArray == opcode || SpvOpTypeStruct == opcode)) { in checkLayout() 828 case SpvOpTypeArray: in ComputeMemberConstraintsForStruct() 852 case SpvOpTypeArray: in ComputeMemberConstraintsForArray() 951 if (id_inst->opcode() == SpvOpTypeArray || in CheckDecorationsOfBuffers() 1061 SpvOpTypeArray, vstate)) { in CheckDecorationsOfBuffers() [all …]
|
D | validate_type.cpp | 53 if (opcode != SpvOpTypeArray && opcode != SpvOpTypeRuntimeArray && in ValidateUniqueness() 319 case SpvOpTypeArray: in ContainsOpaqueType() 450 if (type->opcode() == SpvOpTypeArray || in ValidateTypePointer() 626 case SpvOpTypeArray: in TypePass()
|
D | validate_interfaces.cpp | 135 case SpvOpTypeArray: { in NumConsumedLocations() 307 if (is_arrayed && (type->opcode() == SpvOpTypeArray || in GetLocationsForVariable() 333 if (type->opcode() == SpvOpTypeArray) { in GetLocationsForVariable()
|
D | validate_memory.cpp | 47 if (type->opcode() == SpvOpTypeArray || in IsAllowedTypeOrArrayOfSame() 181 case SpvOpTypeArray: in ContainsInvalidBool() 210 case SpvOpTypeArray: in ContainsCooperativeMatrix() 606 while (pointee_base->opcode() == SpvOpTypeArray) { in ValidateVariable() 729 if (underlying_type->opcode() == SpvOpTypeArray || in ValidateVariable() 786 if (underlying_type->opcode() == SpvOpTypeArray || in ValidateVariable() 933 if (base_type->opcode() == SpvOpTypeArray || in ValidateStore() 1249 case SpvOpTypeArray: in ValidateAccessChain()
|
/external/deqp-deps/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 …]
|
D | validate_type.cpp | 53 if (opcode != SpvOpTypeArray && opcode != SpvOpTypeRuntimeArray && in ValidateUniqueness() 319 case SpvOpTypeArray: in ContainsOpaqueType() 450 if (type->opcode() == SpvOpTypeArray || in ValidateTypePointer() 626 case SpvOpTypeArray: in TypePass()
|
D | validate_interfaces.cpp | 135 case SpvOpTypeArray: { in NumConsumedLocations() 307 if (is_arrayed && (type->opcode() == SpvOpTypeArray || in GetLocationsForVariable() 333 if (type->opcode() == SpvOpTypeArray) { in GetLocationsForVariable()
|
D | validate_memory.cpp | 47 if (type->opcode() == SpvOpTypeArray || in IsAllowedTypeOrArrayOfSame() 181 case SpvOpTypeArray: in ContainsInvalidBool() 210 case SpvOpTypeArray: in ContainsCooperativeMatrix() 639 while (pointee_base->opcode() == SpvOpTypeArray) { in ValidateVariable() 759 if (underlying_type->opcode() == SpvOpTypeArray || in ValidateVariable() 821 if (underlying_type->opcode() == SpvOpTypeArray || in ValidateVariable() 973 if (base_type->opcode() == SpvOpTypeArray || in ValidateStore() 1289 case SpvOpTypeArray: in ValidateAccessChain()
|