Searched refs:EmitTexInstruction (Results 1 – 3 of 3) sorted by relevance
33 EmitTexInstruction::EmitTexInstruction(ShaderFromNirProcessor &processor): in EmitTexInstruction() function in r600::EmitTexInstruction38 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 …]
35 class EmitTexInstruction : public EmitInstruction38 EmitTexInstruction(ShaderFromNirProcessor& processor);
212 EmitTexInstruction m_tex_instr;