Home
last modified time | relevance | path

Searched refs:OpCompositeConstruct (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_linear_algebra_instruction.cpp117 // OpCompositeConstruct will be inserted. in GetRequiredFreshIdCount()
145 // |column.size| OpFMul and 1 OpCompositeConstruct instructions will be in GetRequiredFreshIdCount()
201 // For each matrix 2 column, 1 OpCompositeExtract, 1 OpCompositeConstruct, in GetRequiredFreshIdCount()
234 // OpCompositeConstruct instructions will be inserted. in GetRequiredFreshIdCount()
327 ir_context, spv::Op::OpCompositeConstruct, in ReplaceOpTranspose()
332 // The OpTranspose instruction is changed to an OpCompositeConstruct in ReplaceOpTranspose()
334 linear_algebra_instruction->SetOpcode(spv::Op::OpCompositeConstruct); in ReplaceOpTranspose()
383 // The OpVectorTimesScalar instruction is changed to an OpCompositeConstruct in ReplaceOpVectorTimesScalar()
385 linear_algebra_instruction->SetOpcode(spv::Op::OpCompositeConstruct); in ReplaceOpVectorTimesScalar()
462 ir_context, spv::Op::OpCompositeConstruct, in ReplaceOpMatrixTimesScalar()
[all...]
H A Dfuzzer_pass_wrap_vector_synonym.cpp52 // It must be valid to insert an OpCompositeConstruct instruction in Apply()
55 spv::Op::OpCompositeConstruct, instruction_iterator)) { in Apply()
108 // Add two OpCompositeConstruct to the module with result id returned. in Apply()
112 // Add the first OpCompositeConstruct that wraps the id of the first in Apply()
119 // Add the second OpCompositeConstruct that wraps the id of the second in Apply()
H A Dtransformation_add_image_sample_unused_components.cpp73 // It must be an OpCompositeConstruct instruction such that it can be checked in IsApplicable()
76 spv::Op::OpCompositeConstruct) { in IsApplicable()
H A Dfuzzer_pass_construct_composites.cpp84 spv::Op::OpCompositeConstruct, inst_it)) { in Apply()
H A Dtransformation_composite_construct.cpp116 // Prepare the input operands for an OpCompositeConstruct instruction. in Apply()
122 // Insert an OpCompositeConstruct instruction. in Apply()
124 ir_context, spv::Op::OpCompositeConstruct, message_.composite_type_id(), in Apply()
H A Dtransformation_replace_params_with_struct.cpp151 // OpFunctionCall instructions and create OpCompositeConstruct instructions at in Apply()
162 // Create a list of operands for the OpCompositeConstruct instruction. in Apply()
181 // Insert OpCompositeConstruct before the function call. in Apply()
185 ir_context, spv::Op::OpCompositeConstruct, struct_type_id, in Apply()
/third_party/spirv-tools/test/fuzz/
H A Ddata_synonym_transformation_test.cpp95 %100 = OpCompositeConstruct %9 %12 %13 %22 in TEST()
105 %101 = OpCompositeConstruct %18 %28 %23 %32 %23 in TEST()
337 %100 = OpCompositeConstruct %9 %12 %13 %22 in TEST()
350 %101 = OpCompositeConstruct %18 %28 %23 %32 %23 in TEST()
412 %100 = OpCompositeConstruct %8 %23 %25 %50 in TEST()
502 %100 = OpCompositeConstruct %8 %23 %25 %50 in TEST()
566 %101 = OpCompositeConstruct %31 %27 %36 %27 in TEST()
571 %102 = OpCompositeConstruct %9 %22 %15 in TEST()
576 %28 = OpCompositeConstruct %8 %27 %27 in TEST()
585 %45 = OpCompositeConstruct in TEST()
[all...]
H A Dtransformation_composite_construct_test.cpp98 %27 = OpCompositeConstruct %20 %24 %26 in TEST()
163 ASSERT_EQ(spv::Op::OpCompositeConstruct, in TEST()
309 %27 = OpCompositeConstruct %20 %24 %26 in TEST()
316 %202 = OpCompositeConstruct %47 %33 %50 %50 in TEST()
323 %200 = OpCompositeConstruct %37 %41 %45 %27 in TEST()
335 %203 = OpCompositeConstruct %58 %69 %100 in TEST()
338 %201 = OpCompositeConstruct %9 %24 %40 in TEST()
407 %25 = OpCompositeConstruct %17 %22 %23 %24 %21 in TEST()
537 %25 = OpCompositeConstruct %17 %22 %23 %24 %21 in TEST()
544 %201 = OpCompositeConstruct in TEST()
[all...]
H A Dtransformation_composite_insert_test.cpp77 %17 = OpCompositeConstruct %12 %15 %16 in TEST()
81 %23 = OpCompositeConstruct %18 %21 %22 in TEST()
85 %29 = OpCompositeConstruct %24 %27 %28 in TEST()
212 %17 = OpCompositeConstruct %12 %15 %16 in TEST()
213 %64 = OpCompositeConstruct %63 %15 %61 in TEST()
279 %17 = OpCompositeConstruct %12 %15 %16 in TEST()
280 %64 = OpCompositeConstruct %63 %15 %61 in TEST()
343 %17 = OpCompositeConstruct %12 %15 %16 in TEST()
348 %24 = OpCompositeConstruct %18 %21 %22 %23 in TEST()
352 %30 = OpCompositeConstruct in TEST()
[all...]
H A Dtransformation_add_synonym_test.cpp956 %86 = OpCompositeConstruct %78 %97 %98 %84 %85 in TEST()
999 MakeInstructionDescriptor(32, spv::Op::OpCompositeConstruct, 0)) in TEST()
1006 MakeInstructionDescriptor(32, spv::Op::OpCompositeConstruct, 0)) in TEST()
/third_party/spirv-tools/source/opt/
H A Dconvert_to_half_pass.cpp135 // Convert each component vector, combine them with OpCompositeConstruct in MatConvertCleanup()
150 context(), spv::Op::OpCompositeConstruct, mty_id, mat_id, opnds)); in MatConvertCleanup()
391 spv::Op::OpCompositeConstruct, in Initialize()
485 spv::Op::OpCompositeConstruct, in Initialize()
H A Dvector_dce.cpp79 case spv::Op::OpCompositeConstruct: in FindLiveComponents()
352 case spv::Op::OpCompositeConstruct: in RewriteInstructions()
H A Deliminate_dead_members_pass.cpp115 case spv::Op::OpCompositeConstruct: in FindLiveMembers()
303 case spv::Op::OpCompositeConstruct: in RemoveDeadMembers()
434 inst->opcode() == spv::Op::OpCompositeConstruct); in UpdateConstantComposite()
H A Drelax_float_ops_pass.cpp98 spv::Op::OpCompositeConstruct, in Initialize()
H A Dfix_storage_class.cpp244 case spv::Op::OpCompositeConstruct: in PropagateType()
H A Dcopy_prop_arrays.cpp228 case spv::Op::OpCompositeConstruct:
300 assert(conststruct_inst->opcode() == spv::Op::OpCompositeConstruct &&
301 "Expecting an OpCompositeConstruct instruction.");
/third_party/spirv-tools/source/reduce/
H A Dremove_struct_member_reduction_opportunity.cpp39 case spv::Op::OpCompositeConstruct: in Apply()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_loader_test.cpp650 %68 = OpCompositeConstruct %v4float %67 %float_0 %float_0 %float_0 in TEST()
793 %59 = OpCompositeConstruct %v4float %58 %float_0 %float_0 %float_0 in TEST()
965 %68 = OpCompositeConstruct %v4float %67 %float_0 %float_0 %float_0 in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_loader_test.cpp650 %68 = OpCompositeConstruct %v4float %67 %float_0 %float_0 %float_0 in TEST()
793 %59 = OpCompositeConstruct %v4float %58 %float_0 %float_0 %float_0 in TEST()
965 %68 = OpCompositeConstruct %v4float %67 %float_0 %float_0 %float_0 in TEST()
/third_party/spirv-tools/test/opt/
H A Dir_loader_test.cpp652 %68 = OpCompositeConstruct %v4float %67 %float_0 %float_0 %float_0 in TEST()
795 %59 = OpCompositeConstruct %v4float %58 %float_0 %float_0 %float_0 in TEST()
967 %68 = OpCompositeConstruct %v4float %67 %float_0 %float_0 %float_0 in TEST()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs741 OpCompositeConstruct = 80, enumerator
H A Dspirv.hpp736 OpCompositeConstruct = 80, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs753 OpCompositeConstruct = 80, enumerator
H A Dspirv.hpp748 OpCompositeConstruct = 80, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs758 OpCompositeConstruct = 80, enumerator

Completed in 39 milliseconds

1234