Home
last modified time | relevance | path

Searched refs:shadow_surface (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_image.c604 ok = isl_surf_init(&device->isl_dev, &image->planes[plane].shadow_surface.isl, in make_surface()
624 add_surface(image, &image->planes[plane].shadow_surface, plane); in make_surface()
1738 if (image->planes[plane].shadow_surface.isl.size_B > 0 && in anv_image_fill_surface_state()
1743 assert(image->planes[plane].shadow_surface.isl.tiling != ISL_TILING_LINEAR); in anv_image_fill_surface_state()
1744 surface = &image->planes[plane].shadow_surface; in anv_image_fill_surface_state()
1750 if (image->planes[plane].shadow_surface.isl.size_B > 0 && in anv_image_fill_surface_state()
1754 surface = &image->planes[plane].shadow_surface; in anv_image_fill_surface_state()
Danv_blorp.c277 if (image->planes[plane].shadow_surface.isl.size_B == 0) in get_blorp_surf_for_anv_shadow_image()
281 .surf = &image->planes[plane].shadow_surface.isl, in get_blorp_surf_for_anv_shadow_image()
285 image->planes[plane].shadow_surface.offset, in get_blorp_surf_for_anv_shadow_image()
DgenX_cmd_buffer.c665 if (image->planes[plane].shadow_surface.isl.size_B > 0 && in transition_stencil_buffer()
1148 if (image->planes[plane].shadow_surface.isl.size_B > 0 && in transition_color_buffer()
1156 assert(image->planes[plane].shadow_surface.isl.tiling != ISL_TILING_LINEAR); in transition_color_buffer()
5920 if (image->planes[plane].shadow_surface.isl.size_B > 0 && in cmd_buffer_end_subpass()
Danv_private.h3825 struct anv_surface shadow_surface; member