Searched refs:command_size (Results 1 – 7 of 7) sorted by relevance
83 uint32_t command_size; member
320 uint32_t command_size; member
86 __u32 command_size; member
308 __u32 command_size; member
558 size_t command_size; in emit_DrawArrays_header_old() local577 command_size = arrays->array_info_cache_size + header_size in emit_DrawArrays_header_old()585 if (command_size > gc->maxSmallRenderCommandSize) { in emit_DrawArrays_header_old()615 command_size += 4; in emit_DrawArrays_header_old()618 *(uint32_t *) (pc + 0) = command_size; in emit_DrawArrays_header_old()630 if ((gc->pc + command_size) >= gc->bufEnd) { in emit_DrawArrays_header_old()635 *(uint16_t *) (pc + 0) = command_size; in emit_DrawArrays_header_old()
280 uint32_t command_size; member
221 arg.command_size = size; in vmw_ioctl_command()