Home
last modified time | relevance | path

Searched refs:zs_fmt (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1615 VkFormat zs_fmt = VK_FORMAT_UNDEFINED; in dzn_graphics_pipeline_create() local
1705 zs_fmt = attachment->format; in dzn_graphics_pipeline_create()
1712 zs_fmt = ri->depthAttachmentFormat; in dzn_graphics_pipeline_create()
1714 zs_fmt = ri->stencilAttachmentFormat; in dzn_graphics_pipeline_create()
1728 if (zs_fmt != VK_FORMAT_UNDEFINED) { in dzn_graphics_pipeline_create()
1731 dzn_image_get_dxgi_format(zs_fmt, in dzn_graphics_pipeline_create()

Completed in 3 milliseconds