Home
last modified time | relevance | path

Searched refs:scanout_templat (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c271 struct pipe_resource scanout_templat = *templat; in etna_resource_alloc() local
274 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()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c64 struct pipe_resource scanout_templat = *templat; in lima_resource_create_scanout() local
65 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()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1327 struct pipe_resource scanout_templat = *tmpl; in fd_resource_create_with_modifiers() local
1332 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()