Home
last modified time | relevance | path

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

12345678

/third_party/skia/third_party/externals/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()
494 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
518 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
522 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
Dvalidation_state.cpp672 case SpvOpTypeVector: in GetComponentType()
701 case SpvOpTypeVector: in GetDimension()
749 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType()
766 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType()
784 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType()
801 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType()
819 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType()
837 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType()
855 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType()
872 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType()
[all …]
/third_party/skia/third_party/externals/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()
494 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
518 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
522 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
Dvalidation_state.cpp672 case SpvOpTypeVector: in GetComponentType()
701 case SpvOpTypeVector: in GetDimension()
749 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType()
766 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType()
784 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType()
801 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType()
819 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType()
837 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType()
855 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType()
872 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType()
[all …]
/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()
494 if (!resultType || resultType->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
518 if (!vector1Type || vector1Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
522 if (!vector2Type || vector2Type->opcode() != SpvOpTypeVector) { in ValidateVectorShuffle()
Dvalidation_state.cpp832 case SpvOpTypeVector: in GetComponentType()
861 case SpvOpTypeVector: in GetDimension()
909 if (inst->opcode() == SpvOpTypeVector) { in IsFloatVectorType()
926 if (inst->opcode() == SpvOpTypeVector) { in IsFloatScalarOrVectorType()
944 if (inst->opcode() == SpvOpTypeVector) { in IsIntVectorType()
961 if (inst->opcode() == SpvOpTypeVector) { in IsIntScalarOrVectorType()
979 if (inst->opcode() == SpvOpTypeVector) { in IsUnsignedIntVectorType()
997 if (inst->opcode() == SpvOpTypeVector) { in IsSignedIntVectorType()
1015 if (inst->opcode() == SpvOpTypeVector) { in IsBoolVectorType()
1032 if (inst->opcode() == SpvOpTypeVector) { in IsBoolScalarOrVectorType()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_access_chains.cpp119 case SpvOpTypeVector: in Apply()
145 case SpvOpTypeVector: { in Apply()
Dfuzzer_pass_add_composite_extract.cpp104 case SpvOpTypeVector: in Apply()
126 case SpvOpTypeVector: in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp101 case SpvOpTypeVector: in Apply()
146 case SpvOpTypeVector: { in Apply()
Dfuzzer_pass_construct_composites.cpp136 case SpvOpTypeVector: in Apply()
254 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_composite_extract.cpp104 case SpvOpTypeVector: in Apply()
126 case SpvOpTypeVector: in Apply()
Dfuzzer_pass_add_access_chains.cpp119 case SpvOpTypeVector: in Apply()
145 case SpvOpTypeVector: { in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp101 case SpvOpTypeVector: in Apply()
146 case SpvOpTypeVector: { in Apply()
Dfuzzer_pass_construct_composites.cpp136 case SpvOpTypeVector: in Apply()
254 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_extract.cpp104 case SpvOpTypeVector: in Apply()
126 case SpvOpTypeVector: in Apply()
Dfuzzer_pass_add_access_chains.cpp119 case SpvOpTypeVector: in Apply()
145 case SpvOpTypeVector: { in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp101 case SpvOpTypeVector: in Apply()
146 case SpvOpTypeVector: { in Apply()
Dfuzzer_pass_construct_composites.cpp136 case SpvOpTypeVector: in Apply()
254 assert(vector_type_instruction.opcode() == SpvOpTypeVector && in FindComponentsToConstructVector()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp201 case SpvOpTypeVector: in MarkMembersAsLiveForExtract()
247 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain()
506 case SpvOpTypeVector: in UpdateAccessChain()
579 case SpvOpTypeVector: in UpdateCompsiteExtract()
640 case SpvOpTypeVector: in UpdateCompositeInsert()
/third_party/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp201 case SpvOpTypeVector: in MarkMembersAsLiveForExtract()
247 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain()
506 case SpvOpTypeVector: in UpdateAccessChain()
579 case SpvOpTypeVector: in UpdateCompsiteExtract()
640 case SpvOpTypeVector: in UpdateCompositeInsert()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp201 case SpvOpTypeVector: in MarkMembersAsLiveForExtract()
247 case SpvOpTypeVector: in MarkMembersAsLiveForAccessChain()
506 case SpvOpTypeVector: in UpdateAccessChain()
579 case SpvOpTypeVector: in UpdateCompsiteExtract()
640 case SpvOpTypeVector: in UpdateCompositeInsert()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_datarules.cpp136 if (col_type_instr->opcode() != SpvOpTypeVector) { in ValidateMatrixColumnType()
230 case SpvOpTypeVector: { in DataRulesPass()
Dopcode.cpp231 case SpvOpTypeVector: in spvOpcodeIsComposite()
281 case SpvOpTypeVector: in spvOpcodeGeneratesType()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_type_vector_test.cpp69 ASSERT_EQ(SpvOpTypeVector, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_type_vector_test.cpp69 ASSERT_EQ(SpvOpTypeVector, in TEST()

12345678