Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp69 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()
Dvalidation_state.cpp628 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/
Dvalidate_composites.cpp69 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()
Dvalidation_state.cpp628 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/
Dvalidate_composites.cpp69 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()
Dvalidation_state.cpp628 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/
Dfuzzer_pass_add_access_chains.cpp115 case SpvOpTypeVector: in Apply()
145 case SpvOpTypeVector: in Apply()
Dfuzzer_pass_construct_composites.cpp120 case SpvOpTypeVector: in Apply()
266 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
Dtransformation_add_type_vector.cpp54 ir_context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_constant_composite.cpp65 case SpvOpTypeVector: in IsApplicable()
Dfuzzer_pass_add_composite_types.cpp124 case SpvOpTypeVector: in ChooseScalarOrCompositeType()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_access_chains.cpp114 case SpvOpTypeVector: in Apply()
144 case SpvOpTypeVector: in Apply()
Dtransformation_add_type_vector.cpp55 context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
Dfuzzer_pass_add_composite_types.cpp123 case SpvOpTypeVector: in ChooseScalarOrCompositeType()
Dtransformation_add_constant_composite.cpp66 case SpvOpTypeVector: in IsApplicable()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_access_chains.cpp115 case SpvOpTypeVector: in Apply()
145 case SpvOpTypeVector: in Apply()
Dfuzzer_pass_construct_composites.cpp120 case SpvOpTypeVector: in Apply()
266 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
Dtransformation_add_type_vector.cpp54 ir_context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_constant_composite.cpp65 case SpvOpTypeVector: in IsApplicable()
Dfuzzer_pass_add_composite_types.cpp124 case SpvOpTypeVector: in ChooseScalarOrCompositeType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp172 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/
Deliminate_dead_members_pass.cpp192 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/
Deliminate_dead_members_pass.cpp192 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/
Dopcode.cpp267 case SpvOpTypeVector: in spvOpcodeIsComposite()
318 case SpvOpTypeVector: in spvOpcodeGeneratesType()
/external/angle/third_party/spirv-tools/src/source/
Dopcode.cpp267 case SpvOpTypeVector: in spvOpcodeIsComposite()
318 case SpvOpTypeVector: in spvOpcodeGeneratesType()

123456