Searched refs:emit_tex_lod (Results 1 – 2 of 2) sorted by relevance
168 static bool emit_tex_lod(nir_tex_instr* tex, Inputs& src, Shader& shader);
346 return emit_tex_lod(tex, src, shader); in from_nir()1053 bool TexInstr::emit_tex_lod(nir_tex_instr* tex, Inputs& src, Shader& shader) in emit_tex_lod() function in r600::TexInstr