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