/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_wrap_early_terminator_in_function.cpp | 101 auto enclosing_block = ir_context->get_instr_block(early_terminator); in Apply() local 102 auto enclosing_function = enclosing_block->GetParent(); in Apply() 113 auto iterator = enclosing_block->tail(); in Apply() 114 if (enclosing_block->MergeBlockIdIfAny()) { in Apply()
|
D | transformation_mutate_pointer.cpp | 95 opt::BasicBlock* enclosing_block = in Apply() local 109 ir_context->set_instr_block(backup_instruction_ptr, enclosing_block); in Apply() 122 ir_context->set_instr_block(new_value_instruction_ptr, enclosing_block); in Apply() 133 ir_context->set_instr_block(restore_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_add_copy_memory.cpp | 102 opt::BasicBlock* enclosing_block = in Apply() local 121 opt::Function* enclosing_function = enclosing_block->GetParent(); in Apply() 130 enclosing_block, insert_before_inst); in Apply() 140 ir_context->set_instr_block(new_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_replace_copy_object_with_store_load.cpp | 91 opt::BasicBlock* enclosing_block = in Apply() local 138 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply() 139 ir_context->set_instr_block(load_instruction, enclosing_block); in Apply()
|
D | transformation_push_id_through_variable.cpp | 109 opt::BasicBlock* enclosing_block = ir_context->get_instr_block(insert_before); in Apply() local 152 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply() 154 ir_context->set_instr_block(load_instruction, enclosing_block); in Apply()
|
D | transformation_access_chain.cpp | 233 opt::BasicBlock* enclosing_block = in Apply() local 302 ir_context->set_instr_block(comparison_instruction_ptr, enclosing_block); in Apply() 318 ir_context->set_instr_block(select_instruction_ptr, enclosing_block); in Apply() 349 ir_context->set_instr_block(access_chain_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_replace_constant_with_uniform.cpp | 256 opt::BasicBlock* enclosing_block = in Apply() local 266 ir_context->set_instr_block(access_chain_instruction_ptr, enclosing_block); in Apply() 273 ir_context->set_instr_block(load_instruction_ptr, enclosing_block); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_wrap_early_terminator_in_function.cpp | 101 auto enclosing_block = ir_context->get_instr_block(early_terminator); in Apply() local 102 auto enclosing_function = enclosing_block->GetParent(); in Apply() 113 auto iterator = enclosing_block->tail(); in Apply() 114 if (enclosing_block->MergeBlockIdIfAny()) { in Apply()
|
D | transformation_mutate_pointer.cpp | 95 opt::BasicBlock* enclosing_block = in Apply() local 109 ir_context->set_instr_block(backup_instruction_ptr, enclosing_block); in Apply() 122 ir_context->set_instr_block(new_value_instruction_ptr, enclosing_block); in Apply() 133 ir_context->set_instr_block(restore_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_add_copy_memory.cpp | 102 opt::BasicBlock* enclosing_block = in Apply() local 121 opt::Function* enclosing_function = enclosing_block->GetParent(); in Apply() 130 enclosing_block, insert_before_inst); in Apply() 140 ir_context->set_instr_block(new_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_replace_copy_object_with_store_load.cpp | 91 opt::BasicBlock* enclosing_block = in Apply() local 138 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply() 139 ir_context->set_instr_block(load_instruction, enclosing_block); in Apply()
|
D | transformation_push_id_through_variable.cpp | 109 opt::BasicBlock* enclosing_block = ir_context->get_instr_block(insert_before); in Apply() local 152 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply() 154 ir_context->set_instr_block(load_instruction, enclosing_block); in Apply()
|
D | transformation_access_chain.cpp | 233 opt::BasicBlock* enclosing_block = in Apply() local 302 ir_context->set_instr_block(comparison_instruction_ptr, enclosing_block); in Apply() 318 ir_context->set_instr_block(select_instruction_ptr, enclosing_block); in Apply() 349 ir_context->set_instr_block(access_chain_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_replace_constant_with_uniform.cpp | 256 opt::BasicBlock* enclosing_block = in Apply() local 266 ir_context->set_instr_block(access_chain_instruction_ptr, enclosing_block); in Apply() 273 ir_context->set_instr_block(load_instruction_ptr, enclosing_block); in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_wrap_early_terminator_in_function.cpp | 101 auto enclosing_block = ir_context->get_instr_block(early_terminator); in Apply() local 102 auto enclosing_function = enclosing_block->GetParent(); in Apply() 113 auto iterator = enclosing_block->tail(); in Apply() 114 if (enclosing_block->MergeBlockIdIfAny()) { in Apply()
|
D | transformation_mutate_pointer.cpp | 95 opt::BasicBlock* enclosing_block = in Apply() local 109 ir_context->set_instr_block(backup_instruction_ptr, enclosing_block); in Apply() 122 ir_context->set_instr_block(new_value_instruction_ptr, enclosing_block); in Apply() 133 ir_context->set_instr_block(restore_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_add_copy_memory.cpp | 102 opt::BasicBlock* enclosing_block = in Apply() local 121 opt::Function* enclosing_function = enclosing_block->GetParent(); in Apply() 130 enclosing_block, insert_before_inst); in Apply() 140 ir_context->set_instr_block(new_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_replace_copy_object_with_store_load.cpp | 91 opt::BasicBlock* enclosing_block = in Apply() local 138 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply() 139 ir_context->set_instr_block(load_instruction, enclosing_block); in Apply()
|
D | transformation_push_id_through_variable.cpp | 109 opt::BasicBlock* enclosing_block = ir_context->get_instr_block(insert_before); in Apply() local 152 ir_context->set_instr_block(store_instruction, enclosing_block); in Apply() 154 ir_context->set_instr_block(load_instruction, enclosing_block); in Apply()
|
D | transformation_access_chain.cpp | 233 opt::BasicBlock* enclosing_block = in Apply() local 302 ir_context->set_instr_block(comparison_instruction_ptr, enclosing_block); in Apply() 318 ir_context->set_instr_block(select_instruction_ptr, enclosing_block); in Apply() 349 ir_context->set_instr_block(access_chain_instruction_ptr, enclosing_block); in Apply()
|
D | transformation_replace_constant_with_uniform.cpp | 256 opt::BasicBlock* enclosing_block = in Apply() local 266 ir_context->set_instr_block(access_chain_instruction_ptr, enclosing_block); in Apply() 273 ir_context->set_instr_block(load_instruction_ptr, enclosing_block); in Apply()
|