Home
last modified time | relevance | path

Searched refs:RBUG_OP_ERROR_REPLY (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_demarshal.c42 case RBUG_OP_ERROR_REPLY: in rbug_demarshal()
106 case RBUG_OP_ERROR_REPLY: in rbug_proto_get_name()
Drbug_core.c207 WRITE(4, int32_t, ((int32_t)RBUG_OP_ERROR_REPLY)); in rbug_send_error_reply()
218 rbug_connection_send_start(__con, RBUG_OP_ERROR_REPLY, __len); in rbug_send_error_reply()
328 if (header->opcode != (int32_t)RBUG_OP_ERROR_REPLY) in rbug_demarshal_error_reply()
Drbug_proto.h45 RBUG_OP_ERROR_REPLY = -2, enumerator