Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_demarshal.c34 case RBUG_OP_NOOP: in rbug_demarshal()
98 case RBUG_OP_NOOP: in rbug_proto_get_name()
Drbug_core.c57 WRITE(4, int32_t, ((int32_t)RBUG_OP_NOOP)); in rbug_send_noop()
66 rbug_connection_send_start(__con, RBUG_OP_NOOP, __len); in rbug_send_noop()
233 if (header->opcode != (int32_t)RBUG_OP_NOOP) in rbug_demarshal_noop()
Drbug_proto.h41 RBUG_OP_NOOP = 0, enumerator