Searched refs:PlanarFormatDescription (Results 1 – 10 of 10) sorted by relevance
67 struct PlanarFormatDescription struct112 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);113 const PlanarFormatDescription& getYCbCrPlanarFormatDescription (VkFormat format);119 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,124 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
196 const PlanarFormatDescription& getYCbCrPlanarFormatDescription (VkFormat format) in getYCbCrPlanarFormatDescription()200 const deUint32 chanR = PlanarFormatDescription::CHANNEL_R; in getYCbCrPlanarFormatDescription()201 const deUint32 chanG = PlanarFormatDescription::CHANNEL_G; in getYCbCrPlanarFormatDescription()202 const deUint32 chanB = PlanarFormatDescription::CHANNEL_B; in getYCbCrPlanarFormatDescription()203 const deUint32 chanA = PlanarFormatDescription::CHANNEL_A; in getYCbCrPlanarFormatDescription()207 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription()830 PlanarFormatDescription getCorePlanarFormatDescription (VkFormat format) in getCorePlanarFormatDescription()834 const deUint8 chanR = (deUint8)PlanarFormatDescription::CHANNEL_R; in getCorePlanarFormatDescription()835 const deUint8 chanG = (deUint8)PlanarFormatDescription::CHANNEL_G; in getCorePlanarFormatDescription()836 const deUint8 chanB = (deUint8)PlanarFormatDescription::CHANNEL_B; in getCorePlanarFormatDescription()[all …]
929 const PlanarFormatDescription desc = getPlanarFormatDescription(format); in getYCbCrImageDataSize()971 const PlanarFormatDescription formatDesc = getPlanarFormatDescription(format); in getImageMemoryRequirements2KHR()
53 const vk::PlanarFormatDescription& getDescription (void) const { return m_description; } in getDescription()67 const vk::PlanarFormatDescription m_description;70 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
82 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()83 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()102 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()103 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()241 const PlanarFormatDescription& formatInfo = imageData->getDescription(); in fillGradient()315 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in uploadImage()443 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in fillImageMemory()553 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in downloadImage()688 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in readImageMemory()
592 UVec2 getPlaneSize (const vk::PlanarFormatDescription& info, in getPlaneSize()623 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()624 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()925 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()926 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()942 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()954 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
315 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc) in getMaxPlaneDivisor()398 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQuery()548 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQueryLod()
302 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testFormat()
480 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testPlaneView()
565 const vk::PlanarFormatDescription& formatInfo, in getChannelAccess()1998 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in textureConversionTest()