Searched refs:OPC_GETLOD (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | disasm-a3xx.c | 392 [opc_op(OPC_GETLOD)] = { true, false, true, true, }, in print_instr_cat5() 760 OPC(5, OPC_GETLOD, getlod),
|
D | instr-a3xx.h | 144 OPC_GETLOD = _OPC(5, 7), enumerator
|
D | ir3_compiler_nir.c | 1449 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()
|