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.c221 assert(radv_image_has_htile(dst_image)); in radv_copy_vrs_htile()
Dradv_image.c1450 radv_image_has_cmask(image) || radv_image_has_htile(image)) { in radv_image_alloc_values()
1556 if (!radv_image_has_htile(image)) in radv_image_can_fast_clear()
2227 return radv_image_has_htile(image); in radv_layout_is_htile_compressed()
2230 (radv_image_has_htile(image) && queue_mask == (1u << RADV_QUEUE_GENERAL)); in radv_layout_is_htile_compressed()
2256 (radv_image_has_htile(image) && in radv_layout_is_htile_compressed()
Dradv_private.h2481 radv_image_has_htile(const struct radv_image *image) in radv_image_has_htile() function
2494 return device->attachment_vrs_enabled && radv_image_has_htile(image) && in radv_image_has_vrs_htile()
2504 return radv_image_has_htile(image) && level < image->planes[0].surface.num_meta_levels; in radv_htile_enabled()
2513 return radv_image_has_htile(image) && in radv_image_is_tc_compat_htile()
Dradv_meta_resolve.c712 if (radv_image_has_htile(dst_iview->image)) in radv_cmd_buffer_resolve_subpass()
Dradv_cmd_buffer.c2431 assert(radv_image_has_htile(image)); in radv_load_ds_clear_metadata()
4340 if (!radv_image_has_htile(image)) in radv_src_access_flush()
4423 if (!radv_image_has_htile(image)) in radv_dst_access_flush()