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.cpp4710 static const VkFormat s_coreDepthStencilFormats[] = variable
4845 …at = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreDepthStencilFormats), DE_ARRAY_END(s_coreDepthSte… in addAttachmentTests()
5157 …rmat = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreDepthStencilFormats), DE_ARRAY_END(s_coreDepthSte… in addAttachmentAllocationTests()
6279 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_coreDepthStencilFormats); formatNdx++) in addFormatTests()
6281 const VkFormat vkFormat = s_coreDepthStencilFormats[formatNdx]; in addFormatTests()