Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.h81 bool emit_buf_txf(nir_tex_instr* instr, TexInputs& src);
Dsfn_emittexinstruction.cpp72 return emit_buf_txf(ir, src); in do_emit()
393 bool EmitTexInstruction::emit_buf_txf(nir_tex_instr* instr, TexInputs &src) in emit_buf_txf() function in r600::EmitTexInstruction