/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_replace_linear_algebra_instruction.cpp | 117 // 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 D | fuzzer_pass_wrap_vector_synonym.cpp | 52 // 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 D | transformation_add_image_sample_unused_components.cpp | 73 // It must be an OpCompositeConstruct instruction such that it can be checked in IsApplicable() 76 spv::Op::OpCompositeConstruct) { in IsApplicable()
|
H A D | fuzzer_pass_construct_composites.cpp | 84 spv::Op::OpCompositeConstruct, inst_it)) { in Apply()
|
H A D | transformation_composite_construct.cpp | 116 // 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 D | transformation_replace_params_with_struct.cpp | 151 // 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 D | data_synonym_transformation_test.cpp | 95 %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 D | transformation_composite_construct_test.cpp | 98 %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 D | transformation_composite_insert_test.cpp | 77 %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 D | transformation_add_synonym_test.cpp | 956 %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 D | convert_to_half_pass.cpp | 135 // 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 D | vector_dce.cpp | 79 case spv::Op::OpCompositeConstruct: in FindLiveComponents() 352 case spv::Op::OpCompositeConstruct: in RewriteInstructions()
|
H A D | eliminate_dead_members_pass.cpp | 115 case spv::Op::OpCompositeConstruct: in FindLiveMembers() 303 case spv::Op::OpCompositeConstruct: in RemoveDeadMembers() 434 inst->opcode() == spv::Op::OpCompositeConstruct); in UpdateConstantComposite()
|
H A D | relax_float_ops_pass.cpp | 98 spv::Op::OpCompositeConstruct, in Initialize()
|
H A D | fix_storage_class.cpp | 244 case spv::Op::OpCompositeConstruct: in PropagateType()
|
H A D | copy_prop_arrays.cpp | 228 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 D | remove_struct_member_reduction_opportunity.cpp | 39 case spv::Op::OpCompositeConstruct: in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 650 %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 D | ir_loader_test.cpp | 650 %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 D | ir_loader_test.cpp | 652 %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 D | spirv.cs | 741 OpCompositeConstruct = 80, enumerator
|
H A D | spirv.hpp | 736 OpCompositeConstruct = 80, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 753 OpCompositeConstruct = 80, enumerator
|
H A D | spirv.hpp | 748 OpCompositeConstruct = 80, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 758 OpCompositeConstruct = 80, enumerator
|