Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_demarshal.c74 case RBUG_OP_CONTEXT_INFO_REPLY: in rbug_demarshal()
138 case RBUG_OP_CONTEXT_INFO_REPLY: in rbug_proto_get_name()
Drbug_proto.h61 RBUG_OP_CONTEXT_INFO_REPLY = -513, enumerator
Drbug_context.c404 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_INFO_REPLY)); in rbug_send_context_info_reply()
421 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_INFO_REPLY, __len); in rbug_send_context_info_reply()
697 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_INFO_REPLY) in rbug_demarshal_context_info_reply()