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.h284 OPC_RESINFO = _OPC(6, 15), enumerator
735 case OPC_RESINFO: in is_ssbo()
Dir3_validate.c302 case OPC_RESINFO: in validate_instr()
Dir3_legalize.c266 } else if (n->opc == OPC_RESINFO) { in legalize_block()
Ddisasm-a3xx.c340 OPC(6, OPC_RESINFO, resinfo),
Dir3_parser.y1187 cat6_ibo_opc_1src: T_OP_RESINFO { new_instr(OPC_RESINFO); }
1213 cat6_bindless_ibo_opc_1src: T_OP_RESINFO_B { new_instr(OPC_RESINFO); }
Dir3.c1074 case OPC_RESINFO: in ir3_valid_flags()
/third_party/mesa3d/src/freedreno/isa/
Dencode.c120 if (instr->opc == OPC_RESINFO) { in __instruction_case()