Home
last modified time | relevance | path

Searched refs:TEX_SET_TEX_LOD (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h277 TEX_SET_TEX_LOD = 24, enumerator
Ddisasm-a2xx.c467 INSTR(TEX_SET_TEX_LOD, "SET_TEX_LOD", print_fetch_tex),
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h386 case TEX_SET_TEX_LOD: in src_ncomp()
Dir2.c422 tex_lod->fetch.opc = TEX_SET_TEX_LOD; in schedule_instrs()
Dir2_assemble.c226 } else if (instr->fetch.opc == TEX_SET_TEX_LOD) { in fill_instr()