Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h169 static bool emit_tex_txd(nir_tex_instr *tex, Inputs& src, Shader& shader);
Dsfn_instr_tex.cpp350 return emit_tex_txd(tex, src, shader); in from_nir()
675 bool TexInstr::emit_tex_txd(nir_tex_instr *tex, Inputs& src, Shader& shader) in emit_tex_txd() function in r600::TexInstr