Home
last modified time | relevance | path

Searched refs:EmitTexInstruction (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.cpp33 EmitTexInstruction::EmitTexInstruction(ShaderFromNirProcessor &processor): in EmitTexInstruction() function in r600::EmitTexInstruction
38 bool EmitTexInstruction::do_emit(nir_instr* instr) 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()
349 bool EmitTexInstruction::emit_cube_prep(const GPRVector& coord, GPRVector& cubed, bool is_array) in emit_cube_prep()
393 bool EmitTexInstruction::emit_buf_txf(nir_tex_instr* instr, TexInputs &src) in emit_buf_txf()
[all …]
Dsfn_emittexinstruction.h35 class EmitTexInstruction : public EmitInstruction
38 EmitTexInstruction(ShaderFromNirProcessor& processor);
Dsfn_shader_base.h212 EmitTexInstruction m_tex_instr;