D | vkImageUtil.cpp | 1143 const deUint8 sfloat = (deUint8)tcu::TEXTURECHANNELCLASS_FLOATING_POINT; in getCorePlanarFormatDescription() local 2304 { 0, sfloat, 0, 32, 4 }, // R in getCorePlanarFormatDescription() 2376 { 0, sfloat, 0, 32, 16 }, // R in getCorePlanarFormatDescription() 2377 { 0, sfloat, 32, 32, 16 }, // G in getCorePlanarFormatDescription() 2378 { 0, sfloat, 64, 32, 16 }, // B in getCorePlanarFormatDescription() 2379 { 0, sfloat, 96, 32, 16 }, // A in getCorePlanarFormatDescription()
|