Home
last modified time | relevance | path

Searched refs:emit_tex_tg4 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h170 static bool emit_tex_tg4(nir_tex_instr* instr, Inputs& src , Shader& shader);
Dsfn_instr_tex.cpp357 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