Searched refs:radv_image_is_tc_compat_htile (Results 1 – 7 of 7) sorted by relevance
804 } else if (!disable_compression && radv_image_is_tc_compat_htile(image)) { in si_set_mutable_tex_desc_fields()1156 radv_image_is_tc_compat_htile(image)) { in si_make_texture_descriptor()1455 if (radv_image_is_tc_compat_htile(image) && in radv_image_alloc_values()1496 if (radv_image_is_tc_compat_htile(image) && overlap) { in radv_image_is_pipe_misaligned()2229 return radv_image_is_tc_compat_htile(image) || in radv_layout_is_htile_compressed()2243 if (radv_image_is_tc_compat_htile(image) && queue_mask & (1u << RADV_QUEUE_GENERAL) && in radv_layout_is_htile_compressed()2255 if (radv_image_is_tc_compat_htile(image) || in radv_layout_is_htile_compressed()2268 return radv_image_is_tc_compat_htile(image); in radv_layout_is_htile_compressed()
55 if (!radv_dcc_enabled(image, subres->mipLevel) && !(radv_image_is_tc_compat_htile(image))) in blit_surf_for_image_level_layer()
2511 radv_image_is_tc_compat_htile(const struct radv_image *image) in radv_image_is_tc_compat_htile() function2530 return !vk_format_has_stencil(image->vk.format) && !radv_image_is_tc_compat_htile(image); in radv_image_tile_stencil_disabled()2636 radv_image_is_tc_compat_htile(image) && image->info.samples > 1; in radv_image_get_iterate256()
536 assert(radv_image_is_tc_compat_htile(image)); in radv_expand_depth_stencil_compute()
526 if (radv_image_is_tc_compat_htile(iview->image) && in depth_view_can_fast_clear()843 if (radv_image_is_tc_compat_htile(iview->image) && in radv_can_fast_clear_depth()
6479 assert(radv_image_is_tc_compat_htile(iview->image)); in radv_calc_decompress_on_z_planes()6621 if (radv_image_is_tc_compat_htile(iview->image)) { in radv_initialise_ds_surface()6665 ds->db_depth_info = S_02803C_ADDR5_SWIZZLE_MASK(!radv_image_is_tc_compat_htile(iview->image)); in radv_initialise_ds_surface()6718 if (radv_image_is_tc_compat_htile(iview->image)) { in radv_initialise_ds_surface()
2118 !radv_image_is_tc_compat_htile(image)) in radv_update_zrange_precision()2412 if (radv_image_is_tc_compat_htile(image) && (aspects & VK_IMAGE_ASPECT_DEPTH_BIT)) { in radv_update_ds_clear_metadata()9250 if (radv_image_is_tc_compat_htile(image) && (range->aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT)) { in radv_initialize_htile()