Searched refs:radv_image_has_htile (Results 1 – 5 of 5) sorted by relevance
221 assert(radv_image_has_htile(dst_image)); in radv_copy_vrs_htile()
1450 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()
2481 radv_image_has_htile(const struct radv_image *image) in radv_image_has_htile() function2494 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()
712 if (radv_image_has_htile(dst_iview->image)) in radv_cmd_buffer_resolve_subpass()
2431 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()