Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4623 static const VkFormat s_coreDepthStencilFormats[] = variable
4758 …at = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreDepthStencilFormats), DE_ARRAY_END(s_coreDepthSte… in addAttachmentTests()
4964 …rmat = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreDepthStencilFormats), DE_ARRAY_END(s_coreDepthSte… in addAttachmentAllocationTests()
5816 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_coreDepthStencilFormats); formatNdx++) in addFormatTests()
5818 const VkFormat vkFormat = s_coreDepthStencilFormats[formatNdx]; in addFormatTests()