Searched refs:OPC_GETLOD (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 183 OPC_GETLOD = _OPC(5, 7), enumerator
|
D | disasm-a3xx.c | 697 [opc_op(OPC_GETLOD)] = { true, false, true, true, }, in print_instr_cat5() 1422 OPC(5, OPC_GETLOD, getlod),
|
D | ir3_parser.y | 721 | T_OP_GETLOD { new_instr(OPC_GETLOD); }
|
D | ir3_compiler_nir.c | 2263 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()
|