Searched refs:handle_array_index (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.cpp | 120 handle_array_index(*instr, src.coord, irt); in emit_tex_tex() 161 handle_array_index(*instr, src.coord, ir); in emit_tex_txd() 264 handle_array_index(*instr, src.coord, irt); in emit_tex_txl() 301 handle_array_index(*instr, tex_src, irt); in emit_tex_txb() 430 handle_array_index(*instr, src.coord, irt); in emit_tex_tg4() 644 void EmitTexInstruction::handle_array_index(const nir_tex_instr& instr, const GPRVector& src, TexIn… in handle_array_index() function in r600::EmitTexInstruction
|
D | sfn_emittexinstruction.h | 83 void handle_array_index(const nir_tex_instr& instr, const GPRVector &src, TexInstruction* ir);
|