Home
last modified time | relevance | path

Searched refs:OpTypeVector (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/spirv-tools/source/val/
H A Dvalidate_composites.cpp68 case spv::Op::OpTypeVector: { in GetExtractInsertValueType()
151 if (vector_opcode != spv::Op::OpTypeVector) { in ValidateVectorExtractDynamic()
153 << "Expected Vector type to be OpTypeVector"; in ValidateVectorExtractDynamic()
179 if (result_opcode != spv::Op::OpTypeVector) { in ValidateVectorInsertDyanmic()
181 << "Expected Result Type to be OpTypeVector"; in ValidateVectorInsertDyanmic()
217 case spv::Op::OpTypeVector: { in ValidateCompositeConstruct()
233 if (_.GetIdOpcode(operand_type) != spv::Op::OpTypeVector || in ValidateCompositeConstruct()
513 if (!resultType || resultType->opcode() != spv::Op::OpTypeVector) { in ValidateVectorShuffle()
516 << " OpTypeVector. Found Op" in ValidateVectorShuffle()
538 if (!vector1Type || vector1Type->opcode() != spv::Op::OpTypeVector) { in ValidateVectorShuffle()
[all...]
H A Dvalidation_state.cpp870 case spv::Op::OpTypeVector: in GetComponentType()
900 case spv::Op::OpTypeVector: in GetDimension()
950 if (inst->opcode() == spv::Op::OpTypeVector) { in IsFloatVectorType()
967 if (inst->opcode() == spv::Op::OpTypeVector) { in IsFloatScalarOrVectorType()
985 if (inst->opcode() == spv::Op::OpTypeVector) { in IsIntVectorType()
1002 if (inst->opcode() == spv::Op::OpTypeVector) { in IsIntScalarOrVectorType()
1020 if (inst->opcode() == spv::Op::OpTypeVector) { in IsUnsignedIntVectorType()
1037 if (inst->opcode() == spv::Op::OpTypeVector) { in IsUnsignedIntScalarOrVectorType()
1055 if (inst->opcode() == spv::Op::OpTypeVector) { in IsSignedIntVectorType()
1073 if (inst->opcode() == spv::Op::OpTypeVector) { in IsBoolVectorType()
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_access_chains.cpp120 case spv::Op::OpTypeVector: in Apply()
146 case spv::Op::OpTypeVector: { in Apply()
H A Dfuzzer_pass_add_composite_extract.cpp104 case spv::Op::OpTypeVector: in Apply()
126 case spv::Op::OpTypeVector: in Apply()
H A Dfuzzer_pass_flatten_conditional_branches.cpp101 case spv::Op::OpTypeVector: in Apply()
146 case spv::Op::OpTypeVector: { in Apply()
H A Dtransformation_add_type_vector.cpp60 ir_context, spv::Op::OpTypeVector, 0, message_.fresh_id(), in Apply()
H A Dfuzzer_pass_construct_composites.cpp136 case spv::Op::OpTypeVector: in Apply()
254 assert(vector_type_instruction.opcode() == spv::Op::OpTypeVector && in FindComponentsToConstructVector()
H A Dfuzzer_pass_add_composite_types.cpp122 case spv::Op::OpTypeVector: in ChooseScalarOrCompositeType()
H A Dfuzzer_pass_push_ids_through_variables.cpp136 case spv::Op::OpTypeVector: in Apply()
H A Dtransformation_add_constant_composite.cpp66 case spv::Op::OpTypeVector: in IsApplicable()
H A Dtransformation_wrap_vector_synonym.cpp86 if (vec1_type->opcode() != spv::Op::OpTypeVector) { in IsApplicable()
101 // OpTypeVector instruction has the component count at index 2. in IsApplicable()
/third_party/spirv-tools/test/val/
H A Dval_id_test.cpp122 %v4float = OpTypeVector %float 4
130 %v2float = OpTypeVector %float 2
157 %v4float = OpTypeVector %float 4
669 %2 = OpTypeVector %1 4)";
677 %2 = OpTypeVector %1 4)";
685 %2 = OpTypeVector %1 4)";
693 %2 = OpTypeVector %1 4)";
702 %3 = OpTypeVector %2 4)";
707 "OpTypeVector Component Type <id> "
714 %2 = OpTypeVector
[all...]
H A Dval_type_unique_test.cpp40 %vec2t = OpTypeVector %floatt 2 in GetHeader()
41 %vec3t = OpTypeVector %floatt 3 in GetHeader()
42 %vec4t = OpTypeVector %floatt 4 in GetHeader()
146 %vec3t2 = OpTypeVector %floatt 3 in TEST_F()
151 HasSubstr(GetErrorString(spv::Op::OpTypeVector))); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_loader_test.cpp427 %v4float = OpTypeVector %float 4 in TEST()
570 %v4float = OpTypeVector %float 4 in TEST()
738 %v4float = OpTypeVector %float 4 in TEST()
885 %v4float = OpTypeVector %float 4 in TEST()
1063 %v4float = OpTypeVector %float 4 in TEST()
H A Dinline_test.cpp62 "%v4float = OpTypeVector %float 4", in TEST_F()
184 "%v4float = OpTypeVector %float 4", in TEST_F()
325 "%v4float = OpTypeVector %float 4", in TEST_F()
456 "%v4float = OpTypeVector %float 4", in TEST_F()
598 "%v4float = OpTypeVector %float 4", in TEST_F()
800 "%v4float = OpTypeVector %float 4", in TEST_F()
815 "%v2float = OpTypeVector %float 2", in TEST_F()
1002 "%v4float = OpTypeVector %float 4", in TEST_F()
1017 "%v2float = OpTypeVector %float 2", in TEST_F()
1207 "%v4float = OpTypeVector in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_loader_test.cpp427 %v4float = OpTypeVector %float 4 in TEST()
570 %v4float = OpTypeVector %float 4 in TEST()
738 %v4float = OpTypeVector %float 4 in TEST()
885 %v4float = OpTypeVector %float 4 in TEST()
1063 %v4float = OpTypeVector %float 4 in TEST()
H A Dinline_test.cpp62 "%v4float = OpTypeVector %float 4", in TEST_F()
184 "%v4float = OpTypeVector %float 4", in TEST_F()
325 "%v4float = OpTypeVector %float 4", in TEST_F()
456 "%v4float = OpTypeVector %float 4", in TEST_F()
598 "%v4float = OpTypeVector %float 4", in TEST_F()
800 "%v4float = OpTypeVector %float 4", in TEST_F()
815 "%v2float = OpTypeVector %float 2", in TEST_F()
1002 "%v4float = OpTypeVector %float 4", in TEST_F()
1017 "%v2float = OpTypeVector %float 2", in TEST_F()
1207 "%v4float = OpTypeVector in TEST_F()
[all...]
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_members_pass.cpp201 case spv::Op::OpTypeVector: in MarkMembersAsLiveForExtract()
247 case spv::Op::OpTypeVector: in MarkMembersAsLiveForAccessChain()
506 case spv::Op::OpTypeVector: in UpdateAccessChain()
579 case spv::Op::OpTypeVector: in UpdateCompsiteExtract()
640 case spv::Op::OpTypeVector: in UpdateCompositeInsert()
H A Dpass.cpp60 if (ty_inst->opcode() == spv::Op::OpTypeVector) { in GetBaseType()
/third_party/spirv-tools/test/opt/
H A Dir_loader_test.cpp429 %v4float = OpTypeVector %float 4 in TEST()
572 %v4float = OpTypeVector %float 4 in TEST()
740 %v4float = OpTypeVector %float 4 in TEST()
887 %v4float = OpTypeVector %float 4 in TEST()
1065 %v4float = OpTypeVector %float 4 in TEST()
H A Dinline_test.cpp62 "%v4float = OpTypeVector %float 4", in TEST_F()
184 "%v4float = OpTypeVector %float 4", in TEST_F()
325 "%v4float = OpTypeVector %float 4", in TEST_F()
456 "%v4float = OpTypeVector %float 4", in TEST_F()
598 "%v4float = OpTypeVector %float 4", in TEST_F()
800 "%v4float = OpTypeVector %float 4", in TEST_F()
815 "%v2float = OpTypeVector %float 2", in TEST_F()
1002 "%v4float = OpTypeVector %float 4", in TEST_F()
1017 "%v2float = OpTypeVector %float 2", in TEST_F()
1207 "%v4float = OpTypeVector in TEST_F()
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_type_vector_test.cpp61 // %100 = OpTypeVector %6 2 in TEST()
69 ASSERT_EQ(spv::Op::OpTypeVector, in TEST()
75 // %101 = OpTypeVector %7 3 in TEST()
78 // %102 = OpTypeVector %8 4 in TEST()
81 // %103 = OpTypeVector %9 2 in TEST()
106 %100 = OpTypeVector %6 2 in TEST()
107 %101 = OpTypeVector %7 3 in TEST()
108 %102 = OpTypeVector %8 4 in TEST()
109 %103 = OpTypeVector %9 2 in TEST()
/third_party/spirv-tools/source/reduce/
H A Dremove_struct_member_reduction_opportunity.cpp152 case spv::Op::OpTypeVector: in AdjustAccessedIndices()
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp169 case spv::Op::OpTypeVector: in MarkAccessedMembersAsUsed()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp250 case spv::OpTypeVector: in robustBufferAccess()
826 case spv::OpTypeVector: in DeclareType()
1020 case spv::OpTypeVector: in ComputeTypeSize()
1081 case spv::OpTypeVector: in VisitInterfaceInner()
1163 case spv::OpTypeVector: in ApplyDecorationsForAccessChain()
1264 case spv::OpTypeVector: in WalkExplicitLayoutAccessChain()
1318 case spv::OpTypeVector: in WalkAccessChain()
1395 case spv::OpTypeVector: in WalkLiteralAccessChain()
1737 case spv::OpTypeVector: in EmitInstruction()

Completed in 39 milliseconds

12345