/third_party/spirv-tools/source/val/ |
H A D | validate_composites.cpp | 68 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 D | validation_state.cpp | 870 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 D | fuzzer_pass_add_access_chains.cpp | 120 case spv::Op::OpTypeVector: in Apply() 146 case spv::Op::OpTypeVector: { in Apply()
|
H A D | fuzzer_pass_add_composite_extract.cpp | 104 case spv::Op::OpTypeVector: in Apply() 126 case spv::Op::OpTypeVector: in Apply()
|
H A D | fuzzer_pass_flatten_conditional_branches.cpp | 101 case spv::Op::OpTypeVector: in Apply() 146 case spv::Op::OpTypeVector: { in Apply()
|
H A D | transformation_add_type_vector.cpp | 60 ir_context, spv::Op::OpTypeVector, 0, message_.fresh_id(), in Apply()
|
H A D | fuzzer_pass_construct_composites.cpp | 136 case spv::Op::OpTypeVector: in Apply() 254 assert(vector_type_instruction.opcode() == spv::Op::OpTypeVector && in FindComponentsToConstructVector()
|
H A D | fuzzer_pass_add_composite_types.cpp | 122 case spv::Op::OpTypeVector: in ChooseScalarOrCompositeType()
|
H A D | fuzzer_pass_push_ids_through_variables.cpp | 136 case spv::Op::OpTypeVector: in Apply()
|
H A D | transformation_add_constant_composite.cpp | 66 case spv::Op::OpTypeVector: in IsApplicable()
|
H A D | transformation_wrap_vector_synonym.cpp | 86 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 D | val_id_test.cpp | 122 %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 D | val_type_unique_test.cpp | 40 %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 D | ir_loader_test.cpp | 427 %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 D | inline_test.cpp | 62 "%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 D | ir_loader_test.cpp | 427 %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 D | inline_test.cpp | 62 "%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 D | eliminate_dead_members_pass.cpp | 201 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 D | pass.cpp | 60 if (ty_inst->opcode() == spv::Op::OpTypeVector) { in GetBaseType()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 429 %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 D | inline_test.cpp | 62 "%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 D | transformation_add_type_vector_test.cpp | 61 // %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 D | remove_struct_member_reduction_opportunity.cpp | 152 case spv::Op::OpTypeVector: in AdjustAccessedIndices()
|
H A D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 169 case spv::Op::OpTypeVector: in MarkAccessedMembersAsUsed()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 250 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()
|