D | vkImageUtil.cpp | 1190 const deUint8 sfloat = (deUint8)tcu::TEXTURECHANNELCLASS_FLOATING_POINT; in getCorePlanarFormatDescription() local 2351 { 0, sfloat, 0, 32, 4 }, // R in getCorePlanarFormatDescription() 2423 { 0, sfloat, 0, 32, 16 }, // R in getCorePlanarFormatDescription() 2424 { 0, sfloat, 32, 32, 16 }, // G in getCorePlanarFormatDescription() 2425 { 0, sfloat, 64, 32, 16 }, // B in getCorePlanarFormatDescription() 2426 { 0, sfloat, 96, 32, 16 }, // A in getCorePlanarFormatDescription()
|