Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c484 if (!radv_image_has_htile(image)) in radv_process_depth_stencil()
Dradv_private.h1984 radv_image_has_htile(const struct radv_image *image) in radv_image_has_htile() function
1995 return radv_image_has_htile(image) && level == 0; in radv_htile_enabled()
2004 return radv_image_has_htile(image) && image->tc_compatible_htile; in radv_image_is_tc_compat_htile()
Dradv_image.c1289 radv_image_has_htile(image)) { in radv_image_alloc_values()
1383 image->tc_compatible_htile = radv_image_has_htile(image) && in radv_image_create_layout()
1766 return radv_image_has_htile(image) && in radv_layout_is_htile_compressed()
Dradv_meta_resolve.c811 if (radv_image_has_htile(dst_iview->image)) in radv_cmd_buffer_resolve_subpass()
Dradv_meta_clear.c732 if (radv_image_has_htile(iview->image) && in depth_view_can_fast_clear()
1040 if (!radv_image_has_htile(image)) in radv_image_can_fast_clear()
Dradv_meta_resolve_cs.c1040 if (radv_image_has_htile(dst_image)) { in radv_depth_stencil_resolve_subpass_cs()
Dradv_cmd_buffer.c1991 assert(radv_image_has_htile(image)); in radv_update_ds_clear_metadata()
2019 if (!radv_image_has_htile(image)) in radv_load_ds_clear_metadata()
3197 if (!radv_image_has_htile(image)) in radv_src_access_flush()
3265 if (!radv_image_has_htile(image)) in radv_dst_access_flush()
5948 if (!radv_image_has_htile(image)) in radv_handle_depth_image_transition()