Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.h41 struct TexInputs { struct
42 TexInputs();
59 bool emit_cube_tex(nir_tex_instr* instr, TexInputs& src); argument
60 bool emit_cube_txf(nir_tex_instr* instr, TexInputs& src);
61 bool emit_cube_txb(nir_tex_instr* instr, TexInputs& src);
62 bool emit_cube_txl(nir_tex_instr* instr, TexInputs& src);
63 bool emit_cube_txd(nir_tex_instr* instr, TexInputs& src);
64 bool emit_cube_lod(nir_tex_instr* instr, TexInputs& src);
65 bool emit_cube_tg4(nir_tex_instr* instr, TexInputs& src);
68 bool emit_tex_tex(nir_tex_instr* instr, TexInputs& src);
[all …]
Dsfn_emittexinstruction.cpp42 TexInputs src; in do_emit()
109 bool EmitTexInstruction::emit_cube_txf(UNUSED nir_tex_instr* instr, UNUSED TexInputs &src) in emit_cube_txf()
114 bool EmitTexInstruction::emit_cube_txd(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_txd()
186 bool EmitTexInstruction::emit_cube_txl(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_txl()
234 bool EmitTexInstruction::emit_cube_lod(nir_tex_instr* instr, TexInputs& src) in emit_cube_lod()
259 bool EmitTexInstruction::emit_cube_txb(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_txb()
307 bool EmitTexInstruction::emit_cube_tex(nir_tex_instr* instr, TexInputs& tex_src) in emit_cube_tex()
393 bool EmitTexInstruction::emit_buf_txf(nir_tex_instr* instr, TexInputs &src) in emit_buf_txf()
405 bool EmitTexInstruction::emit_tex_tex(nir_tex_instr* instr, TexInputs& src) in emit_tex_tex()
436 bool EmitTexInstruction::emit_tex_txd(nir_tex_instr* instr, TexInputs& src) in emit_tex_txd()
[all …]