Lines Matching defs:wait
164 bool wait;
181 /* We need to wait for all cmdbufs, current or previous, that access the
184 wait = !(xfer->base.usage & PIPE_MAP_UNSYNCHRONIZED);
197 wait = false;
203 if (wait &&
224 * (or will be) busy for real. Otherwise, set wait to false.
226 wait = (flush || vws->resource_is_busy(vws, res->hw_res));
227 if (wait) {
232 wait = false;
267 /* If we are not allowed to block, and we know that we will have to wait,
275 (readback || (wait && vws->resource_is_busy(vws, res->hw_res))))
287 * to wait another time if we want to use that resource. */
288 wait = true;
291 if (wait)
425 * 4. wait till copy on the host is done
808 * flush/readback/wait required. Based on virgl_resource_transfer_prepare,