Lines Matching refs:dedicated
1538 unsigned usage, bool dedicated)
1547 dedicated = false;
1549 if (dedicated) {
1553 * The bo metadata is unset for un-dedicated images. So we fall
1567 * objects use dedicated allocations. So lets keep the initial
1640 if (dedicated && offset == 0 && !(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) &&
2211 si_memobj_from_handle(struct pipe_screen *screen, struct winsys_handle *whandle, bool dedicated)
2226 memobj->b.dedicated = dedicated;
2257 memobj->b.dedicated);