Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp304 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription() local
956 …ERT(de::inBounds<size_t>((size_t)format, offset, offset+(size_t)DE_LENGTH_OF_ARRAY(s_formatInfo))); in getYCbCrPlanarFormatDescription()
958 return s_formatInfo[(size_t)format-offset]; in getYCbCrPlanarFormatDescription()