Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp7571 VkFormat depth_stencil_fmt = depth_format; in TEST_F() local
7572 m_depthStencil->Init(m_device, 100, 100, depth_stencil_fmt, in TEST_F()
7576 att.format = depth_stencil_fmt; in TEST_F()
7650 …destImage.Init(100, 100, 1, depth_stencil_fmt, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IM… in TEST_F()