Searched refs:scanout_templat (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c242 struct pipe_resource scanout_templat = *templat; local in function:etna_resource_alloc
250 scanout_templat.width0 = align(scanout_templat.width0, paddingX);
251 scanout_templat.height0 = align(scanout_templat.height0, paddingY);
253 scanout = renderonly_scanout_for_resource(&scanout_templat,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_resource.c59 struct pipe_resource scanout_templat = *templat; local in function:lima_resource_create_scanout
60 scanout_templat.width0 = width;
61 scanout_templat.height0 = height;
62 scanout_templat.screen = pscreen;
64 scanout = renderonly_scanout_for_resource(&scanout_templat,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c276 struct pipe_resource scanout_templat = *templat; local in function:etna_resource_alloc
279 scanout_templat.width0 = align(scanout_templat.width0, paddingX);
280 scanout_templat.height0 = align(scanout_templat.height0, paddingY);
282 rsc->scanout = renderonly_scanout_for_resource(&scanout_templat,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_resource.c62 struct pipe_resource scanout_templat = *templat; local in function:lima_resource_create_scanout
63 scanout_templat.width0 = width;
64 scanout_templat.height0 = height;
65 scanout_templat.screen = pscreen;
67 scanout = renderonly_scanout_for_resource(&scanout_templat,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c274 struct pipe_resource scanout_templat = *template; local in function:panfrost_create_scanout_res
278 scanout_templat.width0 = ALIGN_POT(template->width0, 16);
279 scanout_templat.height0 = ALIGN_POT(template->height0, 16);
304 scanout_templat.width0 = ALIGN_POT(template->width0, 16);
305 scanout_templat.height0 = ALIGN_POT(template->height0, 16) + header_rows;
308 scanout = renderonly_scanout_for_resource(&scanout_templat,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c306 struct pipe_resource scanout_templat = *template; local in function:panfrost_resource_create
310 scanout = renderonly_scanout_for_resource(&scanout_templat,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1305 struct pipe_resource scanout_templat = *tmpl; local in function:fd_resource_create_with_modifiers
1310 scanout_templat.width0 = align(tmpl->width0, screen->info->gmem_align_w);
1313 renderonly_scanout_for_resource(&scanout_templat, screen->ro, &handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c855 struct pipe_resource scanout_templat = *tmpl; local in function:fd_resource_create_with_modifiers
859 scanout = renderonly_scanout_for_resource(&scanout_templat,

Completed in 14 milliseconds