Searched refs:available_space (Results 1 – 9 of 9) sorted by relevance
437 size_t available_space = 0; in Recv() local438 m_rbuf.GetWriteRemaining(&available_space); in Recv()440 if (uint32_t(available_space) - m_rcv_wnd >= in Recv()444 m_rcv_wnd = static_cast<uint32_t>(available_space); in Recv()460 size_t available_space = 0; in Send() local461 m_sbuf.GetWriteRemaining(&available_space); in Send()463 if (!available_space) { in Send()488 size_t available_space = 0; in queue() local489 m_sbuf.GetWriteRemaining(&available_space); in queue()491 if (len > static_cast<uint32_t>(available_space)) { in queue()[all …]
91 unsigned available_space = ~0; in llvmpipe_draw_vbo() local95 available_space = info->index.resource->width0; in llvmpipe_draw_vbo()99 info->index_size, available_space); in llvmpipe_draw_vbo()
100 unsigned available_space = ~0; in softpipe_draw_vbo() local104 available_space = info->index.resource->width0; in softpipe_draw_vbo()109 info->index_size, available_space); in softpipe_draw_vbo()
307 GLsizeiptr available_space in compute_transform_feedback_buffer_sizes() local314 computed_size = available_space; in compute_transform_feedback_buffer_sizes()321 computed_size = MIN2(available_space, obj->RequestedSize[i]); in compute_transform_feedback_buffer_sizes()
244 unsigned available_space);
1739 inline int available_space() const { return reloc_info_writer.pos() - pc_; } in available_space() function1876 space_before_ = assembler_->available_space(); in EnsureSpace()1882 int bytes_generated = space_before_ - assembler_->available_space(); in ~EnsureSpace()
1952 inline int available_space() const { in available_space() function2441 space_before_ = assembler_->available_space(); in EnsureSpace()2447 int bytes_generated = space_before_ - assembler_->available_space(); in ~EnsureSpace()
1752 inline int available_space() const { return reloc_info_writer.pos() - pc_; } in available_space() function
1827 inline intptr_t available_space() const { in available_space() function