Searched refs:scanout_templat (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_resource.c | 242 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 D | lima_resource.c | 59 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 D | etnaviv_resource.c | 276 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 D | lima_resource.c | 62 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 D | pan_resource.c | 274 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 D | pan_resource.c | 306 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 D | freedreno_resource.c | 1305 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 D | freedreno_resource.c | 855 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