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_emittexinstruction.h68 bool emit_tex_lod(nir_tex_instr* instr, TexInputs& src);
Dsfn_emittexinstruction.cpp70 return emit_tex_lod(ir, src); in do_emit()
219 bool EmitTexInstruction::emit_tex_lod(nir_tex_instr* instr, TexInputs& src) in emit_tex_lod() function in r600::EmitTexInstruction