Searched refs:tex_ir (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 473 auto tex_ir = new TexInstr(src.opcode, dst, {0, 1, 2, 3}, src_coord, in emit_tex_txf() local 479 tex_ir->set_tex_flag(z_unnormalized); in emit_tex_txf() 481 tex_ir->set_rect_coordinate_flags(tex); in emit_tex_txf() 482 tex_ir->set_sampler_offset(src.sampler_offset); in emit_tex_txf() 484 shader.emit_instruction(tex_ir); in emit_tex_txf() 563 auto tex_ir = new TexInstr(ld, dst, {0,1,2,3}, temp2, in emit_tex_tex_ms_direct() local 567 shader.emit_instruction(tex_ir); in emit_tex_tex_ms_direct() 653 auto tex_ir = new TexInstr(ld, dst, {0,1,2,3}, temp2, in emit_tex_tex_ms() local 657 shader.emit_instruction(tex_ir); in emit_tex_tex_ms()
|
Completed in 4 milliseconds