Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.h62 bool emit_cube_txl(nir_tex_instr* instr, TexInputs& src);
Dsfn_emittexinstruction.cpp55 return emit_cube_txl(ir, src); in do_emit()
186 bool EmitTexInstruction::emit_cube_txl(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_txl() function in r600::EmitTexInstruction