Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4571 static const VkFormat s_coreColorFormats[] = variable
4740 … format = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreColorFormats), DE_ARRAY_END(s_coreColorFor… in addAttachmentTests()
4976 …rmat format = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreColorFormats), DE_ARRAY_END(s_coreColorFor… in addAttachmentAllocationTests()
5192 … format = rng.choose<VkFormat>(DE_ARRAY_BEGIN(s_coreColorFormats), DE_ARRAY_END(s_coreColorFor… in addAttachmentAllocationTests()
5624 for (size_t formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(s_coreColorFormats); formatNdx++) in addFormatTests()
5626 const VkFormat format = s_coreColorFormats[formatNdx]; in addFormatTests()