Home
last modified time | relevance | path

Searched refs:m_helper_invocation (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp290 m_helper_invocation = get_temp_register(); in emit_shader_start()
291 auto dummy = PValue(new GPRValue(m_helper_invocation->sel(), 7)); in emit_shader_start()
292 …emit_instruction(new AluInstruction(op1_mov, m_helper_invocation, literal(-1), {alu_write, alu_las… in emit_shader_start()
293 GPRVector dst({m_helper_invocation, dummy, dummy, dummy}); in emit_shader_start()
295 auto vtx = new FetchInstruction(dst, m_helper_invocation, in emit_shader_start()
402 return load_preloaded_value(instr->dest, 0, m_helper_invocation); in emit_intrinsic_instruction_override()
Dsfn_shader_fragment.h91 PGPRValue m_helper_invocation; variable