Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h183 OPC_GETLOD = _OPC(5, 7), enumerator
Ddisasm-a3xx.c697 [opc_op(OPC_GETLOD)] = { true, false, true, true, }, in print_instr_cat5()
1422 OPC(5, OPC_GETLOD, getlod),
Dir3_parser.y721 | T_OP_GETLOD { new_instr(OPC_GETLOD); }
Dir3_compiler_nir.c2263 case nir_texop_lod: opc = OPC_GETLOD; break; in emit_tex()
2397 if (opc == OPC_GETLOD) in emit_tex()
2465 if (opc == OPC_GETLOD) { in emit_tex()