Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp457 PGPRValue sample_id_dest_reg = get_temp_register(); in emit_tex_txf_ms() local
458 GPRVector sample_id_dest(sample_id_dest_reg->sel(), {7,7,7,7}); in emit_tex_txf_ms()
459 sample_id_dest.set_reg_i(sample_id_dest_reg->chan(), sample_id_dest_reg); in emit_tex_txf_ms()
461 dest_swz[sample_id_dest_reg->chan()] = 0; in emit_tex_txf_ms()
488 emit_instruction(new AluInstruction(op2_lshr_int, sample_id_dest_reg, in emit_tex_txf_ms()
489 {sample_id_dest_reg, help}, in emit_tex_txf_ms()
494 {sample_id_dest_reg, PValue(new LiteralValue(15))}, in emit_tex_txf_ms()