Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp440 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription() local
522 …ERT(de::inBounds<size_t>((size_t)format, offset, offset+(size_t)DE_LENGTH_OF_ARRAY(s_formatInfo))); in getYCbCrPlanarFormatDescription()
524 return s_formatInfo[(size_t)format-offset]; in getYCbCrPlanarFormatDescription()
527 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription() local
1179 …ERT(de::inBounds<size_t>((size_t)format, offset, offset+(size_t)DE_LENGTH_OF_ARRAY(s_formatInfo))); in getYCbCrPlanarFormatDescription()
1181 return s_formatInfo[(size_t)format-offset]; in getYCbCrPlanarFormatDescription()