Home
last modified time | relevance | path

Searched refs:radv_image_is_tc_compat_htile (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c804 } 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()
Dradv_meta_copy.c55 if (!radv_dcc_enabled(image, subres->mipLevel) && !(radv_image_is_tc_compat_htile(image))) in blit_surf_for_image_level_layer()
Dradv_private.h2511 radv_image_is_tc_compat_htile(const struct radv_image *image) in radv_image_is_tc_compat_htile() function
2530 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()
Dradv_meta_decompress.c536 assert(radv_image_is_tc_compat_htile(image)); in radv_expand_depth_stencil_compute()
Dradv_meta_clear.c526 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()
Dradv_device.c6479 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()
Dradv_cmd_buffer.c2118 !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()