Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp605 auto tex_sample_id_ir = new TexInstr(ld, sample_id_dest, dest_swz, temp1, in emit_tex_tex_ms() local
609 tex_sample_id_ir->set_tex_flag(x_unnormalized); in emit_tex_tex_ms()
610 tex_sample_id_ir->set_tex_flag(y_unnormalized); in emit_tex_tex_ms()
611 tex_sample_id_ir->set_tex_flag(z_unnormalized); in emit_tex_tex_ms()
612 tex_sample_id_ir->set_tex_flag(w_unnormalized); in emit_tex_tex_ms()
613 tex_sample_id_ir->set_inst_mode(1); in emit_tex_tex_ms()
615 shader.emit_instruction(tex_sample_id_ir); in emit_tex_tex_ms()