Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp408 m_helper_invocation = get_temp_register(); in emit_shader_start()
409 auto dummy = PValue(new GPRValue(m_helper_invocation->sel(), 7)); in emit_shader_start()
410 …emit_instruction(new AluInstruction(op1_mov, m_helper_invocation, literal(-1), {alu_write, alu_las… in emit_shader_start()
413 dst.set_reg_i(m_helper_invocation->chan(), m_helper_invocation); in emit_shader_start()
414 swz[m_helper_invocation->chan()] = 4; in emit_shader_start()
416 auto vtx = new FetchInstruction(dst, m_helper_invocation, in emit_shader_start()
499 return load_preloaded_value(instr->dest, 0, m_helper_invocation); in emit_intrinsic_instruction_override()
Dsfn_shader_fragment.h96 PGPRValue m_helper_invocation; variable