Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c492 case OPC_RESINFO: in print_instr_cat6()
524 case OPC_RESINFO: in print_instr_cat6()
685 } else if (_OPC(6, cat6->opc) == OPC_RESINFO) { in print_instr_cat6()
761 case OPC_RESINFO: in print_instr_cat6()
935 OPC(6, OPC_RESINFO, resinfo),
Dinstr-a3xx.h180 OPC_RESINFO = _OPC(6, 15), enumerator
833 case OPC_RESINFO: in is_ssbo()
Dir3_legalize.c190 } else if (n->opc == OPC_RESINFO) { in legalize_block()
Dir3.c574 } else if (instr->opc == OPC_RESINFO) { in emit_cat6()