Searched refs:get_tex_lod (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_tex.h | 43 get_tex_lod = FETCH_OP_GET_LOD, enumerator
|
D | sfn_instr_tex.cpp | 173 case get_tex_lod: return "GET_LOD"; in opname() 205 {get_tex_lod,"GET_LOD"}, 1075 auto irt = new TexInstr(TexInstr::get_tex_lod, dst, {1,0,7,7}, src_coord, in emit_tex_lod()
|