Searched refs:command_size (Results 1 – 8 of 8) sorted by relevance
129 size_type command_size; in ReadCommand() local130 memcpy(&command_size, &(buffer_[buffer_position_]), sizeof(command_size)); in ReadCommand()131 buffer_position_ += sizeof(command_size); in ReadCommand()132 available_count_ -= sizeof(command_size); in ReadCommand()134 if (command_size == 0) { in ReadCommand()140 if (command_size > available_count_) { in ReadCommand()141 if (command_size > buffer_.size()) in ReadCommand()142 buffer_.resize((command_size / 1024 + 1) * 1024, 0); in ReadCommand()143 if (!FillBuffer() || command_size > available_count_) { in ReadCommand()152 new SessionCommand(command_id, command_size - sizeof(id_type)); in ReadCommand()[all …]
133 size_type command_size; in ReadCommand() local134 memcpy(&command_size, &(buffer_[buffer_position_]), sizeof(command_size)); in ReadCommand()135 buffer_position_ += sizeof(command_size); in ReadCommand()136 available_count_ -= sizeof(command_size); in ReadCommand()138 if (command_size == 0) { in ReadCommand()145 if (command_size > available_count_) { in ReadCommand()146 if (command_size > buffer_.size()) in ReadCommand()147 buffer_.resize((command_size / 1024 + 1) * 1024, 0); in ReadCommand()148 if (!FillBuffer() || command_size > available_count_) { in ReadCommand()158 new SessionCommand(command_id, command_size - sizeof(id_type)); in ReadCommand()[all …]
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()