Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_demarshal.c38 case RBUG_OP_ERROR: in rbug_demarshal()
102 case RBUG_OP_ERROR: in rbug_proto_get_name()
Drbug_core.c129 WRITE(4, int32_t, ((int32_t)RBUG_OP_ERROR)); in rbug_send_error()
139 rbug_connection_send_start(__con, RBUG_OP_ERROR, __len); in rbug_send_error()
274 if (header->opcode != (int32_t)RBUG_OP_ERROR) in rbug_demarshal_error()
Drbug_proto.h43 RBUG_OP_ERROR = 2, enumerator