Searched refs:RBUG_OP_PING_REPLY (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/
H A Drbug_proto.h44 RBUG_OP_PING_REPLY = -1, enumerator in enum:rbug_opcode
H A Drbug_demarshal.c40 case RBUG_OP_PING_REPLY:
104 case RBUG_OP_PING_REPLY:
105 return "RBUG_OP_PING_REPLY";
H A Drbug_core.c167 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING_REPLY));
177 rbug_connection_send_start(__con, RBUG_OP_PING_REPLY, __len);
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/
H A Drbug_proto.h44 RBUG_OP_PING_REPLY = -1, enumerator in enum:rbug_opcode
H A Drbug_demarshal.c40 case RBUG_OP_PING_REPLY:
104 case RBUG_OP_PING_REPLY:
105 return "RBUG_OP_PING_REPLY";
H A Drbug_core.c167 WRITE(4, int32_t, ((int32_t)RBUG_OP_PING_REPLY));
177 rbug_connection_send_start(__con, RBUG_OP_PING_REPLY, __len);
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY)
/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dctx_rule.c56 if (header->opcode != RBUG_OP_PING_REPLY)
H A Dshdr_disable.c52 if (header->opcode != RBUG_OP_PING_REPLY)

Completed in 3 milliseconds