Home
last modified time | relevance | path

Searched refs:depth_att_format (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c120 return ri_info->depth_att_format != VK_FORMAT_UNDEFINED || in radv_pipeline_has_ds_attachments()
1829 info.depth_att_format = ri->depthAttachmentFormat; in radv_pipeline_init_rendering_info()
2207 bool has_depth_attachment = info->ri.depth_att_format != VK_FORMAT_UNDEFINED; in radv_pipeline_init_depth_stencil_state()
5327 unsigned depth_coeff = info->ri.depth_att_format != VK_FORMAT_UNDEFINED ? 5 : 0; in radv_gfx9_compute_bin_size()
5408 unsigned depth_coeff = info->ri.depth_att_format != VK_FORMAT_UNDEFINED ? 5 : 0; in radv_gfx10_compute_bin_size()
Dradv_private.h2051 VkFormat depth_att_format; member