Home
last modified time | relevance | path

Searched refs:vk_format_has_depth (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_format.h56 vk_format_has_depth(VkFormat format) in vk_format_has_depth() function
72 assert(vk_format_has_depth(format)); in vk_format_depth_only()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_device.c90 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()
Dv3dv_formats.c198 if (vk_format_has_depth(vk_format) && in image_format_features()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_lrz.c192 !vk_format_has_depth(att->format)); in tu_lrz_init_state()
244 if (!vk_format_has_depth(att->format)) in tu_lrz_init_secondary()
Dtu_formats.c263 if (vk_format_has_depth(vk_format) && (optimal & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT)) { in tu_physical_device_get_format_properties()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_common.c86 } else if (vk_format_has_depth(vk_format) && in pvr_pbe_get_src_format_and_gamma()
Dpvr_cmd_buffer.c982 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1485 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()
Dradv_formats.c771 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()
Dradv_pipeline.c7106 vk_format_has_depth(ds_format) ? ds_format : VK_FORMAT_UNDEFINED; in radv_graphics_pipeline_create()
Dradv_cmd_buffer.c9569 if (vk_format_has_depth(image->vk.format)) { in radv_handle_image_transition()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_render_pass.c681 if (vk_format_has_depth(att->format)) in vk_common_CreateRenderPass2()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c842 assert(vk_format_has_depth(rp->depth_attachment_format)); in emit_rs_state()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c607 if (vk_format_has_depth(format)) in dzn_physical_device_get_format_support()
Ddzn_cmd_buffer.c3112 if (vk_format_has_depth(src->vk.format)) in dzn_CmdCopyImage2()