Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h82 OPC_SHPE = _OPC(0, 24), /* shader prologue end */ enumerator
Dir3_legalize.c164 if ((last_n && is_barrier(last_n)) || n->opc == OPC_SHPE) { in legalize_block()
Ddisasm-a3xx.c180 OPC(0, OPC_SHPE, shpe),
Dir3.c386 if (instr->opc == OPC_SHPE) in ir3_collect_info()
Dir3_parser.y847 | T_OP_SHPE { new_instr(OPC_SHPE); }