H A D | vkImageUtil.cpp | 548 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getYCbCrPlanarFormatDescription() local 567 { 1, unorm, 8, 8, 2 }, // R in getYCbCrPlanarFormatDescription() 568 { 0, unorm, 0, 8, 1 }, // G in getYCbCrPlanarFormatDescription() 569 { 1, unorm, 0, 8, 2 }, // B in getYCbCrPlanarFormatDescription() 586 { 1, unorm, 22, 10, 4 }, // R in getYCbCrPlanarFormatDescription() 587 { 0, unorm, 6, 10, 2 }, // G in getYCbCrPlanarFormatDescription() 588 { 1, unorm, 6, 10, 4 }, // B in getYCbCrPlanarFormatDescription() 605 { 1, unorm, 20, 12, 4 }, // R in getYCbCrPlanarFormatDescription() 606 { 0, unorm, 4, 12, 2 }, // G in getYCbCrPlanarFormatDescription() 607 { 1, unorm, in getYCbCrPlanarFormatDescription() 1299 const deUint8 unorm = (deUint8)tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; getCorePlanarFormatDescription() local 2630 const auto unorm = static_cast<uint8_t>(tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT); getPlanarFormatDescription() local [all...] |