Lines Matching defs:scanout
277 rsc->scanout = renderonly_scanout_for_resource(&scanout_templat,
279 if (!rsc->scanout) {
330 * and any other non-scanout resource will be used as a texture at some point,
331 * So allocate a render-compatible base buffer for scanout/depthstencil buffers,
346 if (/* linear base or scanout without modifier requested */
354 /* modifier is only used for scanout surfaces, so safe to use LINEAR here */
449 if (rsc->scanout)
450 renderonly_scanout_destroy(rsc->scanout, etna_screen(pscreen)->ro);
543 etna_resource(imp_prsc)->scanout =
546 /* failure is expected for scanout incompatible buffers */
566 struct renderonly_scanout *scanout;
580 scanout = rsc->scanout;
593 return renderonly_get_handle(scanout, handle);