Searched refs:scanout_templat (Results 1 – 3 of 3) sorted by relevance
271 struct pipe_resource scanout_templat = *templat; in etna_resource_alloc() local274 scanout_templat.width0 = align(scanout_templat.width0, paddingX); in etna_resource_alloc()275 scanout_templat.height0 = align(scanout_templat.height0, paddingY); in etna_resource_alloc()277 rsc->scanout = renderonly_scanout_for_resource(&scanout_templat, in etna_resource_alloc()
64 struct pipe_resource scanout_templat = *templat; in lima_resource_create_scanout() local65 scanout_templat.width0 = width; in lima_resource_create_scanout()66 scanout_templat.height0 = height; in lima_resource_create_scanout()67 scanout_templat.screen = pscreen; in lima_resource_create_scanout()69 scanout = renderonly_scanout_for_resource(&scanout_templat, in lima_resource_create_scanout()
1327 struct pipe_resource scanout_templat = *tmpl; in fd_resource_create_with_modifiers() local1332 scanout_templat.width0 = align(tmpl->width0, screen->info->gmem_align_w); in fd_resource_create_with_modifiers()1335 renderonly_scanout_for_resource(&scanout_templat, screen->ro, &handle); in fd_resource_create_with_modifiers()