Searched refs:emit_tex_tg4 (Results 1 – 2 of 2) sorted by relevance
170 static bool emit_tex_tg4(nir_tex_instr* instr, Inputs& src , Shader& shader);
357 return emit_tex_tg4(tex, src, shader); in from_nir()814 bool TexInstr::emit_tex_tg4(nir_tex_instr* tex, Inputs& src , Shader& shader) in emit_tex_tg4() function in r600::TexInstr