/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
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 SpvOpCompositeExtract, instruction_to_insert_before)) { in IsApplicable() 93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
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 SpvOpAccessChain, 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_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 SpvOpCompositeInsert, 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 SpvOpVectorShuffle, 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 SpvOpStore, instruction_to_insert_before) || in IsApplicable() 58 SpvOpLoad, instruction_to_insert_before)) { in IsApplicable() 63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable() 98 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_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()
|
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()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
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 SpvOpCompositeExtract, instruction_to_insert_before)) { in IsApplicable() 93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
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 SpvOpAccessChain, 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_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 SpvOpCompositeInsert, 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 SpvOpVectorShuffle, 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 SpvOpStore, instruction_to_insert_before) || in IsApplicable() 58 SpvOpLoad, instruction_to_insert_before)) { in IsApplicable() 63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable() 98 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_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()
|
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_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()
|
/third_party/spirv-tools/source/fuzz/ |
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 SpvOpCompositeExtract, instruction_to_insert_before)) { in IsApplicable() 93 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
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 SpvOpAccessChain, 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_insert.cpp | 29 const protobufs::InstructionDescriptor& instruction_to_insert_before, in TransformationCompositeInsert() argument 33 instruction_to_insert_before; in TransformationCompositeInsert() 86 auto instruction_to_insert_before = in IsApplicable() local 87 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 88 if (instruction_to_insert_before == nullptr) { in IsApplicable() 95 ir_context, instruction_to_insert_before, message_.composite_id())) { in IsApplicable() 99 ir_context, instruction_to_insert_before, message_.object_id())) { in IsApplicable() 106 SpvOpCompositeInsert, instruction_to_insert_before); in IsApplicable() 128 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 SpvOpVectorShuffle, 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 SpvOpStore, instruction_to_insert_before) || in IsApplicable() 58 SpvOpLoad, instruction_to_insert_before)) { in IsApplicable() 63 auto basic_block = ir_context->get_instr_block(instruction_to_insert_before); in IsApplicable() 98 ir_context, instruction_to_insert_before, message_.value_id()); in IsApplicable()
|
D | transformation_load.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationLoad() argument 32 instruction_to_insert_before; in TransformationLoad() 66 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 87 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|
D | fuzzer_pass_apply_id_synonyms.cpp | 132 opt::Instruction* instruction_to_insert_before = nullptr; in Apply() local 135 instruction_to_insert_before = use_inst; in Apply() 144 instruction_to_insert_before = parent_block->GetMergeInst() in Apply() 151 ->get_instr_block(instruction_to_insert_before) in Apply() 163 instruction_to_insert_before), in Apply()
|
D | transformation_store.cpp | 28 const protobufs::InstructionDescriptor& instruction_to_insert_before) { in TransformationStore() argument 32 instruction_to_insert_before; in TransformationStore() 67 FindInstruction(message_.instruction_to_insert_before(), ir_context); in IsApplicable() 113 FindInstruction(message_.instruction_to_insert_before(), ir_context); in Apply()
|