Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h168 static bool emit_tex_lod(nir_tex_instr* tex, Inputs& src, Shader& shader);
Dsfn_instr_tex.cpp346 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