Searched refs:vk_format_is_depth (Results 1 – 4 of 4) sorted by relevance
380 vk_format_is_depth(VkFormat format) in vk_format_is_depth() function
718 if (vk_format_is_depth(format) && vk_format_is_stencil(format)) in radv_physical_device_get_format_properties()
1758 bool has_depth_attachment = attachment && vk_format_is_depth(attachment->format); in radv_pipeline_init_depth_stencil_state()3755 unsigned depth_coeff = vk_format_is_depth(attachment->format) ? 5 : 0; in radv_gfx9_compute_bin_size()3841 unsigned depth_coeff = vk_format_is_depth(attachment->format) ? 5 : 0; in radv_gfx10_compute_bin_size()4002 bool has_depth_attachment = attachment && vk_format_is_depth(attachment->format); in radv_pipeline_generate_depth_stencil_state()
6227 if (vk_format_is_depth(image->vk_format)) { in radv_handle_image_transition()