/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 144 case SpvOpTypeVector: in OpcodeHasFixedNumberOfOperands() 255 case SpvOpTypeVector: in ProcessCurInstruction() 290 if (opcode == SpvOpTypeVector) { in ProcessCurInstruction() 338 case SpvOpTypeVector: in ProcessCurInstruction() 350 if (type_inst->opcode() == SpvOpTypeVector) { in ProcessCurInstruction() 478 return GetMtfIdGeneratedByOpcode(SpvOpTypeVector); in GetRuleBasedMtf() 502 case SpvOpTypeVector: { in GetRuleBasedMtf() 511 return GetMtfIdGeneratedByOpcode(SpvOpTypeVector); in GetRuleBasedMtf() 606 if (composite_type_inst->opcode() == SpvOpTypeVector) { in GetRuleBasedMtf() 777 return GetMtfIdGeneratedByOpcode(SpvOpTypeVector); in GetRuleBasedMtf() [all …]
|
D | markv_codec.h | 153 assert(type_inst->opcode() == SpvOpTypeVector); in GetVectorComponentType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 144 case SpvOpTypeVector: in OpcodeHasFixedNumberOfOperands() 255 case SpvOpTypeVector: in ProcessCurInstruction() 290 if (opcode == SpvOpTypeVector) { in ProcessCurInstruction() 338 case SpvOpTypeVector: in ProcessCurInstruction() 350 if (type_inst->opcode() == SpvOpTypeVector) { in ProcessCurInstruction() 478 return GetMtfIdGeneratedByOpcode(SpvOpTypeVector); in GetRuleBasedMtf() 502 case SpvOpTypeVector: { in GetRuleBasedMtf() 511 return GetMtfIdGeneratedByOpcode(SpvOpTypeVector); in GetRuleBasedMtf() 606 if (composite_type_inst->opcode() == SpvOpTypeVector) { in GetRuleBasedMtf() 777 return GetMtfIdGeneratedByOpcode(SpvOpTypeVector); in GetRuleBasedMtf() [all …]
|
D | markv_codec.h | 153 assert(type_inst->opcode() == SpvOpTypeVector); in GetVectorComponentType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 64 case SpvOpTypeVector: { in GetExtractInsertValueType() 142 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 164 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 196 case SpvOpTypeVector: { in ValidateCompositeConstruct() 212 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 424 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 448 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 452 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 606 case SpvOpTypeVector: in GetComponentType() 632 case SpvOpTypeVector: in GetDimension() 670 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 685 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 702 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 717 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 734 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 751 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 768 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 783 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
D | validate_datarules.cpp | 133 if (col_type_instr->opcode() != SpvOpTypeVector) { in ValidateMatrixColumnType() 223 case SpvOpTypeVector: { in DataRulesPass()
|
D | validate_decorations.cpp | 175 case SpvOpTypeVector: { in getBaseAlignment() 240 case SpvOpTypeVector: in getScalarAlignment() 280 case SpvOpTypeVector: { in getSize() 464 opcode == SpvOpTypeVector) { in checkLayout() 488 if (SpvOpTypeVector == opcode && in checkLayout()
|
D | validate_constants.cpp | 50 case SpvOpTypeVector: { in ValidateConstantComposite() 288 case SpvOpTypeVector: { in IsTypeNullable()
|
D | validate_type.cpp | 86 if (!column_type || SpvOpTypeVector != column_type->opcode()) { in ValidateTypeMatrix() 361 case SpvOpTypeVector: in TypePass()
|
D | validate_logicals.cpp | 166 case SpvOpTypeVector: { in LogicalsPass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 64 case SpvOpTypeVector: { in GetExtractInsertValueType() 142 if (vector_opcode != SpvOpTypeVector) { in ValidateVectorExtractDynamic() 164 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic() 196 case SpvOpTypeVector: { in ValidateCompositeConstruct() 212 if (_.GetIdOpcode(operand_type) != SpvOpTypeVector || in ValidateCompositeConstruct() 424 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 448 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle() 452 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
|
D | validation_state.cpp | 589 case SpvOpTypeVector: in GetComponentType() 615 case SpvOpTypeVector: in GetDimension() 653 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType() 668 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType() 685 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType() 700 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType() 717 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType() 734 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType() 751 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType() 766 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType() [all …]
|
D | validate_datarules.cpp | 133 if (col_type_instr->opcode() != SpvOpTypeVector) { in ValidateMatrixColumnType() 223 case SpvOpTypeVector: { in DataRulesPass()
|
D | validate_constants.cpp | 50 case SpvOpTypeVector: { in ValidateConstantComposite() 288 case SpvOpTypeVector: { in IsTypeNullable()
|
D | validate_type.cpp | 85 if (!column_type || SpvOpTypeVector != column_type->opcode()) { in ValidateTypeMatrix() 324 case SpvOpTypeVector: in TypePass()
|
D | validate_decorations.cpp | 175 case SpvOpTypeVector: { in getBaseAlignment() 237 case SpvOpTypeVector: in getScalarAlignment() 275 case SpvOpTypeVector: { in getSize() 457 opcode == SpvOpTypeVector) { in checkLayout() 481 if (SpvOpTypeVector == opcode && in checkLayout()
|
D | validate_logicals.cpp | 165 case SpvOpTypeVector: { in LogicalsPass()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 259 case SpvOpTypeVector: in spvOpcodeIsComposite() 309 case SpvOpTypeVector: in spvOpcodeGeneratesType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 259 case SpvOpTypeVector: in spvOpcodeIsComposite() 309 case SpvOpTypeVector: in spvOpcodeGeneratesType()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 147 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 147 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | replace_invalid_opc.cpp | 176 if (type->opcode() == SpvOpTypeVector) { in GetSpecialConstant()
|
D | dead_insert_elim_pass.cpp | 41 case SpvOpTypeVector: { in NumComponents()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | replace_invalid_opc.cpp | 176 if (type->opcode() == SpvOpTypeVector) { in GetSpecialConstant()
|