Lines Matching refs:scanout
60 struct renderonly_scanout *scanout;
69 scanout = renderonly_scanout_for_resource(&scanout_templat,
71 if (!scanout)
80 renderonly_scanout_destroy(scanout, screen->ro);
85 res->scanout = scanout;
260 * may be used for scanout. So we assume buffer created by this
261 * function always enable scanout if linear modifier is permitted.
278 if (res->scanout)
279 renderonly_scanout_destroy(res->scanout, screen->ro);
390 res->scanout =
421 return renderonly_get_handle(res->scanout, handle);