/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_access_chain.cpp | 32 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationAccessChain() argument 40 instruction_to_insert_before; in TransformationAccessChain() 72 auto instruction_to_insert_before = in IsApplicable() local 73 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 74 if (!instruction_to_insert_before) { in IsApplicable() 78 spv::Op::OpAccessChain, instruction_to_insert_before)) { in IsApplicable() 99 ir_context, instruction_to_insert_before, message_.pointer_id())) { in IsApplicable() 231 opt::Instruction* instruction_to_insert_before = in Apply() local 232 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 234 ir_context->get_instr_block(instruction_to_insert_before); in Apply() [all …]
|
D | transformation_composite_extract.cpp | 31 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeExtract() argument 35 instruction_to_insert_before; in TransformationCompositeExtract() 48 auto instruction_to_insert_before = in IsApplicable() local 49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 50 if (!instruction_to_insert_before) { in IsApplicable() 59 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable() 70 spv::Op::OpCompositeExtract, instruction_to_insert_before)) { in IsApplicable() 93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
D | transformation_composite_insert.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeInsert() argument 32 instruction_to_insert_before; in TransformationCompositeInsert() 85 auto instruction_to_insert_before = in IsApplicable() local 86 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 87 if (instruction_to_insert_before == nullptr) { in IsApplicable() 94 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable() 105 spv::Op::OpCompositeInsert, instruction_to_insert_before); in IsApplicable() 127 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
D | transformation_vector_shuffle.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationVectorShuffle() argument 32 instruction_to_insert_before; in TransformationVectorShuffle() 48 auto instruction_to_insert_before = in IsApplicable() local 49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 50 if (!instruction_to_insert_before) { in IsApplicable() 102 ->Dominates(used_instruction, instruction_to_insert_before)) { in IsApplicable() 111 spv::Op::OpVectorShuffle, instruction_to_insert_before); in IsApplicable() 134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
D | transformation_push_id_through_variable.cpp | 48 auto instruction_to_insert_before = in IsApplicable() local 50 if (!instruction_to_insert_before) { in IsApplicable() 56 spv::Op::OpStore, instruction_to_insert_before) || in IsApplicable() 58 spv::Op::OpLoad, instruction_to_insert_before)) { in IsApplicable() 63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable() 100 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
|
D | fuzzer_pass_apply_id_synonyms.cpp | 133 opt::Instruction* instruction_to_insert_before = nullptr; in Apply() local 136 instruction_to_insert_before = use_inst; in Apply() 145 instruction_to_insert_before = parent_block->GetMergeInst() in Apply() 152 ->get_instr_block(instruction_to_insert_before) in Apply() 164 instruction_to_insert_before), in Apply()
|
D | transformation_load.cpp | 29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationLoad() argument 37 instruction_to_insert_before; in TransformationLoad() 71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 181 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 202 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
D | transformation_store.cpp | 29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationStore() argument 36 instruction_to_insert_before; in TransformationStore() 71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 204 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 224 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | transformation_access_chain.cpp | 32 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationAccessChain() argument 40 instruction_to_insert_before; in TransformationAccessChain() 72 auto instruction_to_insert_before = in IsApplicable() local 73 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 74 if (!instruction_to_insert_before) { in IsApplicable() 78 spv::Op::OpAccessChain, instruction_to_insert_before)) { in IsApplicable() 99 ir_context, instruction_to_insert_before, message_.pointer_id())) { in IsApplicable() 231 opt::Instruction* instruction_to_insert_before = in Apply() local 232 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 234 ir_context->get_instr_block(instruction_to_insert_before); in Apply() [all …]
|
H A D | transformation_composite_extract.cpp | 31 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeExtract() argument 35 instruction_to_insert_before; in TransformationCompositeExtract() 48 auto instruction_to_insert_before = in IsApplicable() local 49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 50 if (!instruction_to_insert_before) { in IsApplicable() 59 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable() 70 spv::Op::OpCompositeExtract, instruction_to_insert_before)) { in IsApplicable() 93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_composite_insert.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeInsert() argument 32 instruction_to_insert_before; in TransformationCompositeInsert() 85 auto instruction_to_insert_before = in IsApplicable() local 86 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 87 if (instruction_to_insert_before == nullptr) { in IsApplicable() 94 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable() 105 spv::Op::OpCompositeInsert, instruction_to_insert_before); in IsApplicable() 127 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_vector_shuffle.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationVectorShuffle() argument 32 instruction_to_insert_before; in TransformationVectorShuffle() 48 auto instruction_to_insert_before = in IsApplicable() local 49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 50 if (!instruction_to_insert_before) { in IsApplicable() 102 ->Dominates(used_instruction, instruction_to_insert_before)) { in IsApplicable() 111 spv::Op::OpVectorShuffle, instruction_to_insert_before); in IsApplicable() 134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_push_id_through_variable.cpp | 48 auto instruction_to_insert_before = in IsApplicable() local 50 if (!instruction_to_insert_before) { in IsApplicable() 56 spv::Op::OpStore, instruction_to_insert_before) || in IsApplicable() 58 spv::Op::OpLoad, instruction_to_insert_before)) { in IsApplicable() 63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable() 100 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
|
H A D | fuzzer_pass_apply_id_synonyms.cpp | 133 opt::Instruction* instruction_to_insert_before = nullptr; in Apply() local 136 instruction_to_insert_before = use_inst; in Apply() 145 instruction_to_insert_before = parent_block->GetMergeInst() in Apply() 152 ->get_instr_block(instruction_to_insert_before) in Apply() 164 instruction_to_insert_before), in Apply()
|
H A D | transformation_load.cpp | 29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationLoad() argument 37 instruction_to_insert_before; in TransformationLoad() 71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 181 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 202 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_store.cpp | 29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationStore() argument 36 instruction_to_insert_before; in TransformationStore() 71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 204 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 224 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_function_call.cpp | 31 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationFunctionCall() argument 38 instruction_to_insert_before; in TransformationFunctionCall() 77 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 174 FindInstruction(message_.instruction_to_insert_before(), ir_context) in Apply()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 32 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationAccessChain() argument 40 instruction_to_insert_before; in TransformationAccessChain() 72 auto instruction_to_insert_before = in IsApplicable() local 73 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 74 if (!instruction_to_insert_before) { in IsApplicable() 78 spv::Op::OpAccessChain, instruction_to_insert_before)) { in IsApplicable() 99 ir_context, instruction_to_insert_before, message_.pointer_id())) { in IsApplicable() 231 opt::Instruction* instruction_to_insert_before = in Apply() local 232 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 234 ir_context->get_instr_block(instruction_to_insert_before); in Apply() [all …]
|
H A D | transformation_composite_extract.cpp | 31 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeExtract() argument 35 instruction_to_insert_before; in TransformationCompositeExtract() 48 auto instruction_to_insert_before = in IsApplicable() local 49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 50 if (!instruction_to_insert_before) { in IsApplicable() 59 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable() 70 spv::Op::OpCompositeExtract, instruction_to_insert_before)) { in IsApplicable() 93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_composite_insert.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeInsert() argument 32 instruction_to_insert_before; in TransformationCompositeInsert() 85 auto instruction_to_insert_before = in IsApplicable() local 86 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 87 if (instruction_to_insert_before == nullptr) { in IsApplicable() 94 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable() 105 spv::Op::OpCompositeInsert, instruction_to_insert_before); in IsApplicable() 127 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_vector_shuffle.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationVectorShuffle() argument 32 instruction_to_insert_before; in TransformationVectorShuffle() 48 auto instruction_to_insert_before = in IsApplicable() local 49 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 50 if (!instruction_to_insert_before) { in IsApplicable() 102 ->Dominates(used_instruction, instruction_to_insert_before)) { in IsApplicable() 111 spv::Op::OpVectorShuffle, instruction_to_insert_before); in IsApplicable() 134 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_push_id_through_variable.cpp | 48 auto instruction_to_insert_before = in IsApplicable() local 50 if (!instruction_to_insert_before) { in IsApplicable() 56 spv::Op::OpStore, instruction_to_insert_before) || in IsApplicable() 58 spv::Op::OpLoad, instruction_to_insert_before)) { in IsApplicable() 63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable() 100 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
|
H A D | fuzzer_pass_apply_id_synonyms.cpp | 133 opt::Instruction* instruction_to_insert_before = nullptr; in Apply() local 136 instruction_to_insert_before = use_inst; in Apply() 145 instruction_to_insert_before = parent_block->GetMergeInst() in Apply() 152 ->get_instr_block(instruction_to_insert_before) in Apply() 164 instruction_to_insert_before), in Apply()
|
H A D | transformation_load.cpp | 29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationLoad() argument 37 instruction_to_insert_before; in TransformationLoad() 71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 181 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 202 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
H A D | transformation_store.cpp | 29 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationStore() argument 36 instruction_to_insert_before; in TransformationStore() 71 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 204 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply() 224 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|