Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h2081 radv_image_has_vrs_htile(const struct radv_device *device, const struct radv_image *image) in radv_image_has_vrs_htile() function
2115 return !vk_format_has_stencil(image->vk_format) && !radv_image_has_vrs_htile(device, image); in radv_image_tile_stencil_disabled()
2208 if (radv_image_has_vrs_htile(device, image)) { in radv_get_htile_initial_value()
Dradv_meta_clear.c911 if (radv_image_has_vrs_htile(device, image)) in radv_get_htile_fast_clear_value()
Dradv_device.c6978 if (radv_image_has_vrs_htile(device, iview->image)) { in radv_initialise_ds_surface()