Searched refs:command_size (Results 1 – 6 of 6) sorted by relevance
218 int command_size = (type & BMV_PRINT) ? 8 : 10; in decode_frame() local219 if (c->stream - pkt->data + command_size > pkt->size) { in decode_frame()223 c->stream += command_size; in decode_frame()
86 __u32 command_size; member
313 __u32 command_size; member
597 size_t command_size; in emit_DrawArrays_header_old() local616 command_size = arrays->array_info_cache_size + header_size in emit_DrawArrays_header_old()624 if (command_size > gc->maxSmallRenderCommandSize) { in emit_DrawArrays_header_old()654 command_size += 4; in emit_DrawArrays_header_old()657 *(uint32_t *) (pc + 0) = command_size; in emit_DrawArrays_header_old()669 if ((gc->pc + command_size) >= gc->bufEnd) { in emit_DrawArrays_header_old()674 *(uint16_t *) (pc + 0) = command_size; in emit_DrawArrays_header_old()
329 __u32 command_size; member
555 arg.command_size = size; in vmw_ioctl_command()