Home
last modified time | relevance | path

Searched refs:get_tex_lod (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h43 get_tex_lod = FETCH_OP_GET_LOD, enumerator
Dsfn_instr_tex.cpp173 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()