Home
last modified time | relevance | path

Searched refs:select_instruction (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_access_chain.cpp308 auto select_instruction = MakeUnique<opt::Instruction>( in Apply() local
315 auto select_instruction_ptr = select_instruction.get(); in Apply()
316 instruction_to_insert_before->InsertBefore(std::move(select_instruction)); in Apply()
/third_party/spirv-tools/source/fuzz/
Dtransformation_access_chain.cpp308 auto select_instruction = MakeUnique<opt::Instruction>( in Apply() local
315 auto select_instruction_ptr = select_instruction.get(); in Apply()
316 instruction_to_insert_before->InsertBefore(std::move(select_instruction)); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_access_chain.cpp308 auto select_instruction = MakeUnique<opt::Instruction>( in Apply() local
315 auto select_instruction_ptr = select_instruction.get(); in Apply()
316 instruction_to_insert_before->InsertBefore(std::move(select_instruction)); in Apply()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp4297 select_instruction(opt_ctx& ctx, aco_ptr<Instruction>& instr) in select_instruction() function
4818 select_instruction(ctx, *instr_rit); in optimize()