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()
760 OPC(5, OPC_GETLOD, getlod),
Dinstr-a3xx.h144 OPC_GETLOD = _OPC(5, 7), enumerator
Dir3_compiler_nir.c1449 case nir_texop_lod: opc = OPC_GETLOD; break; in emit_tex()
1562 if (opc == OPC_GETLOD) in emit_tex()
1596 if (opc == OPC_GETLOD) { in emit_tex()