Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp195 auto tex_ir = new TexInstruction(TexInstruction::ld, dst, src.coord, in emit_tex_txf() local
213 tex_ir->set_flag(TexInstruction::z_unnormalized); in emit_tex_txf()
215 emit_instruction(tex_ir); in emit_tex_txf()
504 auto tex_ir = new TexInstruction(TexInstruction::ld, dst, src.coord, in emit_tex_txf_ms() local
521 emit_instruction(tex_ir); in emit_tex_txf_ms()