Searched refs:if_instr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_base.cpp501 IfInstruction *if_instr = static_cast<IfInstruction *>(iif->second); local in function:r600::ShaderFromNirProcessor::emit_else_start
502 ElseInstruction *ir = new ElseInstruction(if_instr);
H A Dsfn_ir_to_assembly.cpp478 bool AssemblyFromShaderLegacyImpl::visit(const IfInstruction & if_instr) argument
496 auto& pred = if_instr.pred();

Completed in 4 milliseconds