Searched refs:formatPair (Results 1 – 1 of 1) sorted by relevance
605 for(const auto &formatPair : formatsToTest) in init() local608 if (formatPair.colorFormat != VK_FORMAT_UNDEFINED) in init()609 formatSuffix << "_c" << de::toLower(string(getFormatName(formatPair.colorFormat)).substr(9)); in init()610 if (formatPair.depthFormat != VK_FORMAT_UNDEFINED) in init()611 formatSuffix << "_d" << de::toLower(string(getFormatName(formatPair.depthFormat)).substr(9)); in init()618 formatPair.colorFormat, // VkFormat colorFormat; in init()619 formatPair.depthFormat, // VkFormat depthFormat; in init()638 formatPair.colorFormat, // VkFormat format; in init()639 formatPair.depthFormat, // VkFormat depthFormat; in init()658 formatPair.colorFormat, // VkFormat format; in init()[all …]