Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp248 const PlanarFormatDescription& getYCbCrPlanarFormatDescription (VkFormat format) in getYCbCrPlanarFormatDescription()
252 const deUint32 chanR = PlanarFormatDescription::CHANNEL_R; in getYCbCrPlanarFormatDescription()
253 const deUint32 chanG = PlanarFormatDescription::CHANNEL_G; in getYCbCrPlanarFormatDescription()
254 const deUint32 chanB = PlanarFormatDescription::CHANNEL_B; in getYCbCrPlanarFormatDescription()
255 const deUint32 chanA = PlanarFormatDescription::CHANNEL_A; in getYCbCrPlanarFormatDescription()
259 static const PlanarFormatDescription s_formatInfo[] = in getYCbCrPlanarFormatDescription()
882 PlanarFormatDescription getCorePlanarFormatDescription (VkFormat format) in getCorePlanarFormatDescription()
886 const deUint8 chanR = (deUint8)PlanarFormatDescription::CHANNEL_R; in getCorePlanarFormatDescription()
887 const deUint8 chanG = (deUint8)PlanarFormatDescription::CHANNEL_G; in getCorePlanarFormatDescription()
888 const deUint8 chanB = (deUint8)PlanarFormatDescription::CHANNEL_B; in getCorePlanarFormatDescription()
[all …]
DvkImageUtil.hpp78 struct PlanarFormatDescription struct
123 PlanarFormatDescription getPlanarFormatDescription (VkFormat format);
124 const PlanarFormatDescription& getYCbCrPlanarFormatDescription (VkFormat format);
132 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
137 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo,
DvkNullDriver.cpp1088 const PlanarFormatDescription desc = getPlanarFormatDescription(format); in getYCbCrImageDataSize()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp62 const vk::PlanarFormatDescription& getDescription (void) const { return m_description; } in getDescription()
76 const vk::PlanarFormatDescription m_description;
79 std::vector<deUint8> m_planeData[vk::PlanarFormatDescription::MAX_PLANES];
164 const vk::PlanarFormatDescription& formatInfo,
DvktYCbCrCopyTests.cpp593 UVec2 getPlaneSize (const vk::PlanarFormatDescription& info, in getPlaneSize()
624 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in genCopies()
625 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in genCopies()
935 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
936 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
952 const vk::PlanarFormatDescription srcPlaneInfo (vk::getPlanarFormatDescription(srcFormat)); in isCopyCompatible()
964 const vk::PlanarFormatDescription dstPlaneInfo (vk::getPlanarFormatDescription(dstFormat)); in isCopyCompatible()
DvktYCbCrImageQueryTests.cpp325 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc) in getMaxPlaneDivisor()
404 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQuery()
558 const PlanarFormatDescription& formatDesc = getPlanarFormatDescription(params.format); in testImageQueryLod()
DvktYCbCrUtil.cpp94 void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
95 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
114 const void* planePtrs[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
115 deUint32 planeRowPitches[PlanarFormatDescription::MAX_PLANES]; in getChannelAccess()
258 const PlanarFormatDescription& formatInfo = imageData->getDescription(); in fillGradient()
332 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in uploadImage()
433 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in fillImageMemory()
515 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in downloadImage()
623 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in readImageMemory()
937 const vk::PlanarFormatDescription& formatInfo, in getChannelAccess()
DvktYCbCrFormatTests.cpp302 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testFormat()
DvktYCbCrViewTests.cpp481 const PlanarFormatDescription formatInfo = getPlanarFormatDescription(format); in testPlaneView()
DvktYCbCrConversionTests.cpp625 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in textureConversionTest()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp326 const vk::PlanarFormatDescription& formatDesc = imageData.getDescription(); in uploadYCbCrImage()
1006 const vk::PlanarFormatDescription planeInfo (vk::getPlanarFormatDescription(config.format)); in generateYCbCrImage()