Searched refs:handle_array_index (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emittexinstruction.cpp | 427 handle_array_index(*instr, src.coord, irt); in emit_tex_tex() 468 handle_array_index(*instr, src.coord, ir); in emit_tex_txd() 567 handle_array_index(*instr, src.coord, irt); in emit_tex_txl() 604 handle_array_index(*instr, tex_src, irt); in emit_tex_txb() 723 handle_array_index(*instr, src.coord, irt); in emit_tex_tg4() 987 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 | 93 void handle_array_index(const nir_tex_instr& instr, const GPRVector &src, TexInstruction* ir);
|