/third_party/spirv-tools/source/opt/ |
H A D | dead_insert_elim_pass.cpp | 70 if (insertChain->opcode() != spv::Op::OpCompositeInsert && in MarkInsertChain() 89 while (insInst->opcode() == spv::Op::OpCompositeInsert) { in MarkInsertChain() 181 if (op != spv::Op::OpCompositeInsert && in EliminateDeadInsertsOnePass() 188 if (op == spv::Op::OpCompositeInsert) { in EliminateDeadInsertsOnePass() 198 case spv::Op::OpCompositeInsert: in EliminateDeadInsertsOnePass() 227 if (ii->opcode() != spv::Op::OpCompositeInsert) continue; in EliminateDeadInsertsOnePass()
|
H A D | eliminate_dead_members_pass.cpp | 48 case spv::Op::OpCompositeInsert: in FindLiveMembers() 114 case spv::Op::OpCompositeInsert: in FindLiveMembers() 315 case spv::Op::OpCompositeInsert: in RemoveDeadMembers() 326 case spv::Op::OpCompositeInsert: in RemoveDeadMembers() 597 assert(inst->opcode() == spv::Op::OpCompositeInsert || in UpdateCompositeInsert() 600 spv::Op::OpCompositeInsert)); in UpdateCompositeInsert()
|
H A D | vector_dce.cpp | 73 case spv::Op::OpCompositeInsert: in FindLiveComponents() 348 case spv::Op::OpCompositeInsert: in RewriteInstructions()
|
H A D | copy_prop_arrays.cpp | 232 case spv::Op::OpCompositeInsert: 355 assert(insert_inst->opcode() == spv::Op::OpCompositeInsert && 356 "Expecting an OpCompositeInsert instruction."); 410 if (current_insert->opcode() != spv::Op::OpCompositeInsert) {
|
H A D | relax_float_ops_pass.cpp | 99 spv::Op::OpCompositeInsert, in Initialize()
|
H A D | convert_to_half_pass.cpp | 392 spv::Op::OpCompositeInsert, in Initialize() 486 spv::Op::OpCompositeInsert, in Initialize()
|
H A D | fix_storage_class.cpp | 246 case spv::Op::OpCompositeInsert: in PropagateType()
|
H A D | fold_spec_constant_op_and_composite_pass.cpp | 121 case spv::Op::OpCompositeInsert: in ProcessOpSpecConstantOp()
|
H A D | folding_rules.cpp | 1735 // Walks the indexes chain from |start| to |end| of an OpCompositeInsert or 1762 // OpCompositeInsert instructions. 1766 assert((inst_1->opcode() == spv::Op::OpCompositeInsert || 1768 "Instructions must be OpCompositeInsert or OpCompositeExtract."); 1775 (inst_1->opcode() == spv::Op::OpCompositeInsert ? 2 : 1); 1878 if (cinst->opcode() != spv::Op::OpCompositeInsert) { 2101 while (current_inst->opcode() == spv::Op::OpCompositeInsert) { 2104 // %2 = OpCompositeInsert %m2x2int %v2int_1_0 %m2x2int_undef 0 2105 // %3 = OpCompositeInsert %m2x2int %int_4 %2 0 0 2106 // %4 = OpCompositeInsert [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_make_vector_operation_dynamic.cpp | 63 // in reverse order in relation to the OpCompositeInsert corresponding in Apply() 65 if (instruction->opcode() == spv::Op::OpCompositeInsert) { in Apply() 92 instruction->opcode() != spv::Op::OpCompositeInsert)) { in IsVectorOperation()
|
H A D | transformation_composite_insert.cpp | 102 // It must be possible to insert an OpCompositeInsert before this in IsApplicable() 105 spv::Op::OpCompositeInsert, instruction_to_insert_before); in IsApplicable() 129 ir_context, spv::Op::OpCompositeInsert, composite_type_id, in Apply()
|
H A D | fuzzer_pass_add_composite_inserts.cpp | 45 // Randomly decide whether to try adding an OpCompositeInsert in Apply() 52 // It must be possible to insert an OpCompositeInsert instruction in Apply() 55 spv::Op::OpCompositeInsert, instruction_iterator)) { in Apply() 183 // Insert an OpCompositeInsert instruction which copies in Apply()
|
/third_party/spirv-tools/source/reduce/ |
H A D | remove_struct_member_reduction_opportunity.cpp | 114 case spv::Op::OpCompositeInsert: { in Apply() 115 // OpCompositeInsert uses literals for indexing, starting at input in Apply()
|
H A D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 124 case spv::Op::OpCompositeInsert: { in GetAvailableOpportunities()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_composites.cpp | 28 // OpCompositeInsert instruction. The function traverses the hierarchy of 38 opcode == spv::Op::OpCompositeInsert); in GetExtractInsertValueType() 619 case spv::Op::OpCompositeInsert: in CompositesPass()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSpec.cpp | 97 case spv::OpCompositeInsert: in EvalSpecConstantOp()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 743 OpCompositeInsert = 82, enumerator
|
H A D | spirv.hpp | 738 OpCompositeInsert = 82, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 755 OpCompositeInsert = 82, enumerator
|
H A D | spirv.hpp | 750 OpCompositeInsert = 82, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 760 OpCompositeInsert = 82, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 743 OpCompositeInsert = 82, enumerator
|
H A D | spirv.hpp | 738 OpCompositeInsert = 82, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 755 OpCompositeInsert = 82, enumerator
|
H A D | spirv.hpp | 750 OpCompositeInsert = 82, enumerator
|