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/
H A 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()
H A Dcrocus_resource.h256 struct pipe_resource *align_res; member
H A Dcrocus_state.c2936 surf->align_res = screen->base.resource_create(&screen->base, &wa_templ); in crocus_create_surface()
2940 struct crocus_resource *align_res = (struct crocus_resource *)surf->align_res; in crocus_create_surface() local
2941 memcpy(&surf->surf, &align_res->surf, sizeof(surf->surf)); in crocus_create_surface()
3223 pipe_resource_reference(&surf->align_res, NULL); in crocus_surface_destroy()
5090 if (surf->align_res) in emit_surface()
5091 res = (struct crocus_resource *)surf->align_res; in emit_surface()
7464 if (zsbuf->align_res) {
7465 zres = (struct crocus_resource *)zsbuf->align_res;

Completed in 15 milliseconds