Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resolve.c172 info.src.resource = copy_to_wa ? surf->base.texture : surf->align_res; in crocus_update_align_res()
178 info.dst.resource = copy_to_wa ? surf->align_res : surf->base.texture; in crocus_update_align_res()
245 if (((struct crocus_surface *)zs_surf)->align_res) { in crocus_predraw_resolve_framebuffer()
278 if (surf->align_res) in crocus_predraw_resolve_framebuffer()
345 if (((struct crocus_surface *)zs_surf)->align_res) { in crocus_postdraw_update_resolve_tracking()
370 if (surf->align_res) in crocus_postdraw_update_resolve_tracking()
Dcrocus_resource.h256 struct pipe_resource *align_res; member
Dcrocus_state.c2931 surf->align_res = screen->base.resource_create(&screen->base, &wa_templ); in crocus_create_surface()
2935 struct crocus_resource *align_res = (struct crocus_resource *)surf->align_res; in crocus_create_surface() local
2936 memcpy(&surf->surf, &align_res->surf, sizeof(surf->surf)); in crocus_create_surface()
3218 pipe_resource_reference(&surf->align_res, NULL); in crocus_surface_destroy()
5092 if (surf->align_res) in emit_surface()
5093 res = (struct crocus_resource *)surf->align_res; in emit_surface()
7459 if (zsbuf->align_res) {
7460 zres = (struct crocus_resource *)zsbuf->align_res;