Searched refs:radv_image_has_vrs_htile (Results 1 – 3 of 3) sorted by relevance
2081 radv_image_has_vrs_htile(const struct radv_device *device, const struct radv_image *image) in radv_image_has_vrs_htile() function2115 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()
911 if (radv_image_has_vrs_htile(device, image)) in radv_get_htile_fast_clear_value()
6978 if (radv_image_has_vrs_htile(device, iview->image)) { in radv_initialise_ds_surface()