Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_demarshal.c76 case RBUG_OP_CONTEXT_DRAW_BLOCKED: in rbug_demarshal()
140 case RBUG_OP_CONTEXT_DRAW_BLOCKED: in rbug_proto_get_name()
Drbug_proto.h62 RBUG_OP_CONTEXT_DRAW_BLOCKED = 517, enumerator
Drbug_context.c451 WRITE(4, int32_t, ((int32_t)RBUG_OP_CONTEXT_DRAW_BLOCKED)); in rbug_send_context_draw_blocked()
462 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_DRAW_BLOCKED, __len); in rbug_send_context_draw_blocked()
731 if (header->opcode != (int32_t)RBUG_OP_CONTEXT_DRAW_BLOCKED) in rbug_demarshal_context_draw_blocked()