Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c392 [opc_op(OPC_GETLOD)] = { true, false, true, true, }, in print_instr_cat5()
898 OPC(5, OPC_GETLOD, getlod),
Dinstr-a3xx.h144 OPC_GETLOD = _OPC(5, 7), enumerator
Dir3_compiler_nir.c2307 case nir_texop_lod: opc = OPC_GETLOD; break; in emit_tex()
2434 if (opc == OPC_GETLOD) in emit_tex()
2468 if (opc == OPC_GETLOD) { in emit_tex()