Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_image.c667 radv_image_is_tc_compat_htile(image)) { in si_set_mutable_tex_desc_fields()
971 radv_image_is_tc_compat_htile(image)) { in si_make_texture_descriptor()
1294 if (radv_image_is_tc_compat_htile(image) && in radv_image_alloc_values()
1747 if (radv_image_is_tc_compat_htile(image)) { in radv_layout_is_htile_compressed()
Dradv_meta_copy.c91 !(radv_image_is_tc_compat_htile(image))) in blit_surf_for_image_level_layer()
Dradv_device.c6945 assert(radv_image_is_tc_compat_htile(iview->image)); in radv_calc_decompress_on_z_planes()
7059 if (radv_image_is_tc_compat_htile(iview->image)) { in radv_initialise_ds_surface()
7096 ds->db_depth_info = S_02803C_ADDR5_SWIZZLE_MASK(!radv_image_is_tc_compat_htile(iview->image)); in radv_initialise_ds_surface()
7141 !radv_image_is_tc_compat_htile(iview->image)) in radv_initialise_ds_surface()
7150 if (radv_image_is_tc_compat_htile(iview->image)) { in radv_initialise_ds_surface()
Dradv_private.h2002 radv_image_is_tc_compat_htile(const struct radv_image *image) in radv_image_is_tc_compat_htile() function
Dradv_cmd_buffer.c1694 !radv_image_is_tc_compat_htile(image)) in radv_update_zrange_precision()
1996 if (radv_image_is_tc_compat_htile(image) && in radv_update_ds_clear_metadata()
5927 if (radv_image_is_tc_compat_htile(image)) { in radv_initialize_htile()
Dradv_meta_clear.c727 if (radv_image_is_tc_compat_htile(iview->image) && in depth_view_can_fast_clear()