Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.c560 case OPC_RESINFO: in emit_cat6_a6xx()
611 case OPC_RESINFO: in emit_cat6_a6xx()
660 case OPC_RESINFO: in emit_cat6()
677 case OPC_RESINFO: in emit_cat6()
794 } else if (instr->opc == OPC_RESINFO) { in emit_cat6()
1455 case OPC_RESINFO: in ir3_valid_flags()
Ddisasm-a3xx.c868 case OPC_RESINFO: in print_instr_cat6_a3xx()
899 case OPC_RESINFO: in print_instr_cat6_a3xx()
1056 } else if (_OPC(6, cat6->opc) == OPC_RESINFO) { in print_instr_cat6_a3xx()
1173 case OPC_RESINFO: in print_instr_cat6_a3xx()
1250 if (opc != OPC_RESINFO) { in print_instr_cat6_a6xx()
1462 OPC(6, OPC_RESINFO, resinfo),
Dinstr-a3xx.h222 OPC_RESINFO = _OPC(6, 15), enumerator
1091 case OPC_RESINFO: in is_ssbo()
Dir3_legalize.c243 } else if (n->opc == OPC_RESINFO) { in legalize_block()
Dir3_parser.y817 | T_OP_RESINF { new_instr(OPC_RESINFO); }