Searched refs:sample_id_dest (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.cpp | 797 GPRVector sample_id_dest(sample_id, {0,7,7,7}); in emit_tex_txf_ms() local 812 auto tex_sample_id_ir = new TexInstruction(TexInstruction::ld, sample_id_dest, src.coord, in emit_tex_txf_ms() 830 emit_instruction(new AluInstruction(op2_lshr_int, sample_id_dest.reg_i(0), in emit_tex_txf_ms() 831 {sample_id_dest.reg_i(0), help}, in emit_tex_txf_ms() 836 {sample_id_dest.reg_i(0), PValue(new LiteralValue(15))}, in emit_tex_txf_ms()
|