Searched refs:emit_tex_txd (Results 1 – 2 of 2) sorted by relevance
62 bool emit_tex_txd(nir_tex_instr* instr, TexInputs& src);
66 return emit_tex_txd(ir, src); in do_emit()129 bool EmitTexInstruction::emit_tex_txd(nir_tex_instr* instr, TexInputs& src) in emit_tex_txd() function in r600::EmitTexInstruction