Home
last modified time | relevance | path

Searched refs:getPlaneSize (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp139 (VkDeviceSize)imageData.getPlaneSize(planeNdx), in allocateStagingBuffers()
167 …tions)[planeNdx]->getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlaneSize(planeNdx)); in allocateAndWriteStagingBuffers()
180 …ta->getPlanePtr(planeNdx), allocations[planeNdx]->getHostPtr(), imageData->getPlaneSize(planeNdx)); in readStagingBuffers()
231 const size_t planeSize = imageData->getPlaneSize(planeNdx); in fillRandom()
453 const size_t planeSize = imageData.getPlaneSize(planeNdx); in fillImageMemory()
758 const size_t planeSize = imageData->getPlaneSize(planeNdx); in readImageMemory()
DvktYCbCrCopyTests.cpp592 UVec2 getPlaneSize (const vk::PlanarFormatDescription& info, in getPlaneSize() function
649 const UVec2 srcPlaneSize (getPlaneSize(srcPlaneInfo, srcPlaneNdx, srcSize)); in genCopies()
655 const UVec2 dstPlaneSize (getPlaneSize(dstPlaneInfo, dstPlaneNdx, dstSize)); in genCopies()
854 …const UVec2 srcPlaneSize (getPlaneSize(srcData.getDescription(), srcPlaneNdx, config.src.size)… in imageCopyTest()
868 …const UVec2 dstPlaneSize (getPlaneSize(dstData.getDescription(), dstPlaneNdx, config.dst.size)… in imageCopyTest()
894 for (size_t byteNdx = 0; byteNdx < result.getPlaneSize(planeNdx); byteNdx++) in imageCopyTest()
DvktYCbCrUtil.hpp56 size_t getPlaneSize (deUint32 planeNdx) const { return m_planeData[planeNdx].size(); } in getPlaneSize() function in vkt::ycbcr::MultiPlaneImageData
DvktYCbCrConversionTests.cpp2018 deMemset(src.getPlanePtr(planeNdx), 0u, src.getPlaneSize(planeNdx)); in textureConversionTest()