Searched refs:radv_image_has_htile (Results 1 – 5 of 5) sorted by relevance
224 assert(radv_image_has_htile(dst_image)); in radv_copy_vrs_htile()
2071 radv_image_has_htile(const struct radv_image *image) in radv_image_has_htile() function2084 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()
1338 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()
806 if (radv_image_has_htile(dst_iview->image)) in radv_cmd_buffer_resolve_subpass()
2147 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()