Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h189 OPC_GETINFO = _OPC(5, 13), enumerator
Ddisasm-a3xx.c703 [opc_op(OPC_GETINFO)] = { false, false, false, true, }, in print_instr_cat5()
1428 OPC(5, OPC_GETINFO, getinfo),
Dir3_parser.y727 | T_OP_GETINFO { new_instr(OPC_GETINFO); }
Dir3_compiler_nir.c2488 sam = emit_sam(ctx, OPC_GETINFO, info, dst_type, 1 << idx, NULL, NULL); in emit_tex_info()