Searched refs:RBUG_OP_ERROR_REPLY (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/
H A Drbug_proto.h45 RBUG_OP_ERROR_REPLY = -2, enumerator in enum:rbug_opcode
H A Drbug_demarshal.c42 case RBUG_OP_ERROR_REPLY:
106 case RBUG_OP_ERROR_REPLY:
107 return "RBUG_OP_ERROR_REPLY";
H A Drbug_core.c207 WRITE(4, int32_t, ((int32_t)RBUG_OP_ERROR_REPLY));
218 rbug_connection_send_start(__con, RBUG_OP_ERROR_REPLY, __len);
328 if (header->opcode != (int32_t)RBUG_OP_ERROR_REPLY)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/
H A Drbug_proto.h45 RBUG_OP_ERROR_REPLY = -2, enumerator in enum:rbug_opcode
H A Drbug_demarshal.c42 case RBUG_OP_ERROR_REPLY:
106 case RBUG_OP_ERROR_REPLY:
107 return "RBUG_OP_ERROR_REPLY";
H A Drbug_core.c207 WRITE(4, int32_t, ((int32_t)RBUG_OP_ERROR_REPLY));
218 rbug_connection_send_start(__con, RBUG_OP_ERROR_REPLY, __len);
328 if (header->opcode != (int32_t)RBUG_OP_ERROR_REPLY)

Completed in 4 milliseconds