Lines Matching refs:end
81 csb->end = NULL;
113 * current buffer, a few bytes are reserved at the end, every time a buffer is
154 csb->end += stream_link_space;
155 assert(csb->next + stream_link_space <= csb->end);
189 /* Reserve stream link size at the end to make sure we don't run out of
192 csb->end = csb->start + pvr_bo->bo->size - stream_link_space;
218 if (csb->next + required_space > csb->end) {
227 assert(csb->next <= csb->end);
234 * csb object. Given a VDMCTRL_STREAM_RETURN marks the end of the sub control
254 * object. Given a STREAM_TERMINATE marks the end of the control stream, we