Searched refs:depthOnlyFormats (Results 1 – 1 of 1) sorted by relevance
1046 const VkFormat depthOnlyFormats[] = { VK_FORMAT_X8_D24_UNORM_PACK32, VK_FORMAT_D32_SFLOAT }; in createDepthTests() local1053 … std::vector<VkFormat>(depthOnlyFormats, depthOnlyFormats + DE_LENGTH_OF_ARRAY(depthOnlyFormats))); in createDepthTests()