Lines Matching refs:usage
80 /* avoid desync between usage and tracking:
81 * - if usage exists, it must be removed before the context is destroyed
82 * - having usage does not imply having tracking
83 * - if tracking will be added here, also reapply usage to avoid dangling usage once tracking is removed
3183 /* if all usage is unordered, keep unordered */
4076 /* we're using u_transfer_helper_deinterleave, which means we'll be getting PIPE_MAP_* usage
4228 /* if any current usage exists, flush the queue */
4381 zink_context_is_resource_busy(struct pipe_screen *pscreen, struct pipe_resource *pres, unsigned usage)
4386 if (usage & PIPE_MAP_READ)
4388 if (usage & PIPE_MAP_WRITE)