Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h265 OPC_RESINFO = _OPC(6, 15), enumerator
594 case OPC_RESINFO: in is_ssbo()
Dir3_validate.c290 case OPC_RESINFO: in validate_instr()
Ddisasm-a3xx.c327 OPC(6, OPC_RESINFO, resinfo),
Dir3_legalize.c262 } else if (n->opc == OPC_RESINFO) { in legalize_block()
Dir3_parser.y1078 cat6_ibo_opc_1src: T_OP_RESINFO { new_instr(OPC_RESINFO); }
1103 cat6_bindless_ibo_opc_1src: T_OP_RESINFO_B { new_instr(OPC_RESINFO); }
Dir3.c967 case OPC_RESINFO: in ir3_valid_flags()
/third_party/mesa3d/src/freedreno/isa/
Dencode.c120 if (instr->opc == OPC_RESINFO) { in __instruction_case()