Searched defs:opcode_start (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pack.h39 unsigned char *opcode_start, *opcode_current, *opcode_end; member in struct:__anon16107
201 CRASSERT(buffer->opcode_start - buffer->opcode_current >= 0);
202 return buffer->opcode_start - buffer->opcode_current;
263 if ((*(pc)->buffer.opcode_start) != CR_NOP_OPCODE) { \
269 (*(pc)->buffer.opcode_start) = CR_CMDBLOCKBEGIN_OPCODE; \
292 if ((*(pc)->buffer.opcode_start) != CR_CMDBLOCKBEGIN_OPCODE) {\
301 (*(pc)->buffer.opcode_start) = CR_NOP_OPCODE; \

Completed in 64 milliseconds