/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 69 case SpvOpTypeVector: { in GetExtractInsertValueType() 151 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 217 case SpvOpTypeVector: { in ValidateCompositeConstruct() 233 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 490 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 514 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 518 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 628 case SpvOpTypeVector: in GetComponentType() 657 case SpvOpTypeVector: in GetDimension() 705 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 720 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 737 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 752 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 769 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 786 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 803 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 818 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 69 case SpvOpTypeVector: { in GetExtractInsertValueType() 151 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 217 case SpvOpTypeVector: { in ValidateCompositeConstruct() 233 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 490 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 514 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 518 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 628 case SpvOpTypeVector: in GetComponentType() 657 case SpvOpTypeVector: in GetDimension() 705 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 720 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 737 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 752 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 769 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 786 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 803 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 818 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_composites.cpp | 69 case SpvOpTypeVector: { in GetExtractInsertValueType() 151 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 217 case SpvOpTypeVector: { in ValidateCompositeConstruct() 233 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 490 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 514 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 518 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 628 case SpvOpTypeVector: in GetComponentType() 657 case SpvOpTypeVector: in GetDimension() 705 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 720 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 737 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 752 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 769 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 786 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 803 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 818 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_add_access_chains.cpp | 115 case SpvOpTypeVector: in Apply() 145 case SpvOpTypeVector: in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 120 case SpvOpTypeVector: in Apply() 266 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
|
D | transformation_add_type_vector.cpp | 54 ir_context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | transformation_add_constant_composite.cpp | 65 case SpvOpTypeVector: in IsApplicable()
|
D | fuzzer_pass_add_composite_types.cpp | 124 case SpvOpTypeVector: in ChooseScalarOrCompositeType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_access_chains.cpp | 114 case SpvOpTypeVector: in Apply() 144 case SpvOpTypeVector: in Apply()
|
D | transformation_add_type_vector.cpp | 55 context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | fuzzer_pass_add_composite_types.cpp | 123 case SpvOpTypeVector: in ChooseScalarOrCompositeType()
|
D | transformation_add_constant_composite.cpp | 66 case SpvOpTypeVector: in IsApplicable()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_access_chains.cpp | 115 case SpvOpTypeVector: in Apply() 145 case SpvOpTypeVector: in Apply()
|
D | fuzzer_pass_construct_composites.cpp | 120 case SpvOpTypeVector: in Apply() 266 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
|
D | transformation_add_type_vector.cpp | 54 ir_context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | transformation_add_constant_composite.cpp | 65 case SpvOpTypeVector: in IsApplicable()
|
D | fuzzer_pass_add_composite_types.cpp | 124 case SpvOpTypeVector: in ChooseScalarOrCompositeType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 172 case SpvOpTypeVector: in MarkMembersAsLiveForExtract() 223 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain() 473 case SpvOpTypeVector: in UpdateAccessChain() 537 case SpvOpTypeVector: in UpdateCompsiteExtract() 586 case SpvOpTypeVector: in UpdateCompositeInsert()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | eliminate_dead_members_pass.cpp | 192 case SpvOpTypeVector: in MarkMembersAsLiveForExtract() 243 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain() 506 case SpvOpTypeVector: in UpdateAccessChain() 579 case SpvOpTypeVector: in UpdateCompsiteExtract() 640 case SpvOpTypeVector: in UpdateCompositeInsert()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | eliminate_dead_members_pass.cpp | 192 case SpvOpTypeVector: in MarkMembersAsLiveForExtract() 243 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain() 506 case SpvOpTypeVector: in UpdateAccessChain() 579 case SpvOpTypeVector: in UpdateCompsiteExtract() 640 case SpvOpTypeVector: in UpdateCompositeInsert()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 267 case SpvOpTypeVector: in spvOpcodeIsComposite() 318 case SpvOpTypeVector: in spvOpcodeGeneratesType()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | opcode.cpp | 267 case SpvOpTypeVector: in spvOpcodeIsComposite() 318 case SpvOpTypeVector: in spvOpcodeGeneratesType()
|