Searched refs:vk_format_is_depth (Results 1 – 3 of 3) sorted by relevance
357 vk_format_is_depth(VkFormat format) in vk_format_is_depth() function
866 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()
709 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()