Home
last modified time | relevance | path

Searched refs:radv_image_has_htile (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy_vrs_htile.c224 assert(radv_image_has_htile(dst_image)); in radv_copy_vrs_htile()
Dradv_private.h2071 radv_image_has_htile(const struct radv_image *image) in radv_image_has_htile() function
2084 return device->attachment_vrs_enabled && radv_image_has_htile(image) && in radv_image_has_vrs_htile()
2094 return radv_image_has_htile(image) && level < image->planes[0].surface.num_meta_levels; in radv_htile_enabled()
2103 return radv_image_has_htile(image) && in radv_image_is_tc_compat_htile()
Dradv_image.c1338 radv_image_has_cmask(image) || radv_image_has_htile(image)) { in radv_image_alloc_values()
1444 if (!radv_image_has_htile(image)) in radv_image_can_fast_clear()
2089 return radv_image_has_htile(image); in radv_layout_is_htile_compressed()
2092 (radv_image_has_htile(image) && queue_mask == (1u << RADV_QUEUE_GENERAL)); in radv_layout_is_htile_compressed()
2113 (radv_image_has_htile(image) && in radv_layout_is_htile_compressed()
Dradv_meta_resolve.c806 if (radv_image_has_htile(dst_iview->image)) in radv_cmd_buffer_resolve_subpass()
Dradv_cmd_buffer.c2147 assert(radv_image_has_htile(image)); in radv_load_ds_clear_metadata()
3804 if (!radv_image_has_htile(image)) in radv_src_access_flush()
3889 if (!radv_image_has_htile(image)) in radv_dst_access_flush()