Searched refs:command_size (Results 1 – 10 of 10) sorted by relevance
130 size_type command_size; in ReadCommand() local131 memcpy(&command_size, &(buffer_[buffer_position_]), sizeof(command_size)); in ReadCommand()132 buffer_position_ += sizeof(command_size); in ReadCommand()133 available_count_ -= sizeof(command_size); in ReadCommand()135 if (command_size == 0) { in ReadCommand()142 if (command_size > available_count_) { in ReadCommand()143 if (command_size > buffer_.size()) in ReadCommand()144 buffer_.resize((command_size / 1024 + 1) * 1024, 0); in ReadCommand()145 if (!FillBuffer() || command_size > available_count_) { in ReadCommand()155 new SessionCommand(command_id, command_size - sizeof(id_type)); in ReadCommand()[all …]
83 uint32_t command_size; member
293 uint32_t 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()
1550 static int command_size(const char **argv) in command_size() function1590 int argc = command_size(argv); in run_bench_numa()