Searched refs:emit_tex_lod (Results 1 – 2 of 2) sorted by relevance
68 bool emit_tex_lod(nir_tex_instr* instr, TexInputs& src);
70 return emit_tex_lod(ir, src); in do_emit()219 bool EmitTexInstruction::emit_tex_lod(nir_tex_instr* instr, TexInputs& src) in emit_tex_lod() function in r600::EmitTexInstruction