Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.h462 unsigned ac_surface_get_nplanes(const struct radeon_surf *surf);
Dac_surface.c2953 unsigned ac_surface_get_nplanes(const struct radeon_surf *surf) in ac_surface_get_nplanes() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c565 if (ac_surface_get_nplanes(&tex->surface) > 1) in si_displayable_dcc_needs_explicit_flush()
593 *value = ac_surface_get_nplanes(&tex->surface); in si_resource_get_param()
1602 unsigned nplanes = ac_surface_get_nplanes(&tex->surface); in si_texture_from_winsys_buffer()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1704 unsigned mem_planes = ac_surface_get_nplanes(&image->planes[plane].surface); in radv_image_create_layout()