Home
last modified time | relevance | path

Searched refs:SpvOpTypeVector (Results 1 – 25 of 68) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp144 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 …]
Dmarkv_codec.h153 assert(type_inst->opcode() == SpvOpTypeVector); in GetVectorComponentType()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp144 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 …]
Dmarkv_codec.h153 assert(type_inst->opcode() == SpvOpTypeVector); in GetVectorComponentType()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp64 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()
Dvalidation_state.cpp606 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 …]
Dvalidate_datarules.cpp133 if (col_type_instr->opcode() != SpvOpTypeVector) { in ValidateMatrixColumnType()
223 case SpvOpTypeVector: { in DataRulesPass()
Dvalidate_decorations.cpp175 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()
Dvalidate_constants.cpp50 case SpvOpTypeVector: { in ValidateConstantComposite()
288 case SpvOpTypeVector: { in IsTypeNullable()
Dvalidate_type.cpp86 if (!column_type || SpvOpTypeVector != column_type->opcode()) { in ValidateTypeMatrix()
361 case SpvOpTypeVector: in TypePass()
Dvalidate_logicals.cpp166 case SpvOpTypeVector: { in LogicalsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp64 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()
Dvalidation_state.cpp589 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 …]
Dvalidate_datarules.cpp133 if (col_type_instr->opcode() != SpvOpTypeVector) { in ValidateMatrixColumnType()
223 case SpvOpTypeVector: { in DataRulesPass()
Dvalidate_constants.cpp50 case SpvOpTypeVector: { in ValidateConstantComposite()
288 case SpvOpTypeVector: { in IsTypeNullable()
Dvalidate_type.cpp85 if (!column_type || SpvOpTypeVector != column_type->opcode()) { in ValidateTypeMatrix()
324 case SpvOpTypeVector: in TypePass()
Dvalidate_decorations.cpp175 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()
Dvalidate_logicals.cpp165 case SpvOpTypeVector: { in LogicalsPass()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp259 case SpvOpTypeVector: in spvOpcodeIsComposite()
309 case SpvOpTypeVector: in spvOpcodeGeneratesType()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp259 case SpvOpTypeVector: in spvOpcodeIsComposite()
309 case SpvOpTypeVector: in spvOpcodeGeneratesType()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp147 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp147 HasSubstr(GetErrorString(SpvOpTypeVector))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dreplace_invalid_opc.cpp176 if (type->opcode() == SpvOpTypeVector) { in GetSpecialConstant()
Ddead_insert_elim_pass.cpp41 case SpvOpTypeVector: { in NumComponents()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreplace_invalid_opc.cpp176 if (type->opcode() == SpvOpTypeVector) { in GetSpecialConstant()

123