Searched refs:vk_format_has_depth (Results 1 – 15 of 15) sorted by relevance
56 vk_format_has_depth(VkFormat format) in vk_format_has_depth() function72 assert(vk_format_has_depth(format)); in vk_format_depth_only()
90 if (vk_format_has_depth(bc_info->format) && in encode_border_color()123 if (!vk_format_has_depth(bc_info->format)) in encode_border_color()
198 if (vk_format_has_depth(vk_format) && in image_format_features()
192 !vk_format_has_depth(att->format)); in tu_lrz_init_state()244 if (!vk_format_has_depth(att->format)) in tu_lrz_init_secondary()
263 if (vk_format_has_depth(vk_format) && (optimal & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT)) { in tu_physical_device_get_format_properties()
86 } else if (vk_format_has_depth(vk_format) && in pvr_pbe_get_src_format_and_gamma()
982 if (vk_format_has_depth(image->vk.format)) { in pvr_sub_cmd_gfx_job_init()2240 is_depth = vk_format_has_depth(pass->attachments[view_idx].vk_format); in pvr_perform_start_of_render_attachment_clear()3344 !vk_format_has_depth(attachment->vk.format); in pvr_setup_isp_faces_and_control()
1485 if (vk_format_has_depth(image->vk.format) && image->info.array_size >= 8) { in radv_image_is_pipe_misaligned()1495 if (vk_format_has_depth(image->vk.format)) { in radv_image_is_pipe_misaligned()1614 if (vk_format_has_depth(format)) in radv_image_reset_layout()2104 if (vk_format_has_depth(iview->vk.view_format)) in radv_image_view_init()
771 if (vk_format_has_depth(format)) { in radv_physical_device_get_format_properties()777 if (vk_format_has_depth(format) && vk_format_has_stencil(format)) in radv_physical_device_get_format_properties()
7106 vk_format_has_depth(ds_format) ? ds_format : VK_FORMAT_UNDEFINED; in radv_graphics_pipeline_create()
9569 if (vk_format_has_depth(image->vk.format)) { in radv_handle_image_transition()
681 if (vk_format_has_depth(att->format)) in vk_common_CreateRenderPass2()
842 assert(vk_format_has_depth(rp->depth_attachment_format)); in emit_rs_state()
607 if (vk_format_has_depth(format)) in dzn_physical_device_get_format_support()
3112 if (vk_format_has_depth(src->vk.format)) in dzn_CmdCopyImage2()