Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format.h380 vk_format_is_depth(VkFormat format) in vk_format_is_depth() function
Dradv_formats.c718 if (vk_format_is_depth(format) && vk_format_is_stencil(format)) in radv_physical_device_get_format_properties()
Dradv_pipeline.c1758 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()
Dradv_cmd_buffer.c6227 if (vk_format_is_depth(image->vk_format)) { in radv_handle_image_transition()