Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h40 get_tex_lod = FETCH_OP_GET_LOD, enumerator
Dsfn_instruction_tex.cpp111 case get_tex_lod: return "GET_LOD"; in opname()
Dsfn_emittexinstruction.cpp236 auto tex_op = TexInstruction::get_tex_lod; in emit_cube_lod()
525 auto tex_op = TexInstruction::get_tex_lod; in emit_tex_lod()