Home
last modified time | relevance | path

Searched refs:vk_format_is_depth (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format.h357 vk_format_is_depth(VkFormat format) in vk_format_is_depth() function
Dradv_image.c866 return image->info.levels == 1 && vk_format_is_depth(image->vk_format); in radv_image_can_enable_htile()
916 if (!vk_format_is_depth(pCreateInfo->format) && !create_info->scanout && !image->shareable) { in radv_image_create()
Dradv_pipeline.c709 bool has_depth_attachment = vk_format_is_depth(attachment->format); in radv_pipeline_init_depth_stencil_state()
2361 unsigned depth_coeff = vk_format_is_depth(attachment->format) ? 5 : 0; in radv_compute_bin_size()