Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp593 UVec2 getPlaneSize (const vk::PlanarFormatDescription& info, in getPlaneSize() function
650 const UVec2 srcPlaneSize (getPlaneSize(srcPlaneInfo, srcPlaneNdx, srcSize)); in genCopies()
656 const UVec2 dstPlaneSize (getPlaneSize(dstPlaneInfo, dstPlaneNdx, dstSize)); in genCopies()
855 …const UVec2 srcPlaneSize (getPlaneSize(srcData.getDescription(), srcPlaneNdx, config.src.size)… in imageCopyTest()
869 …const UVec2 dstPlaneSize (getPlaneSize(dstData.getDescription(), dstPlaneNdx, config.dst.size)… in imageCopyTest()
898 for (size_t byteNdx = 0; byteNdx < result.getPlaneSize(planeNdx); byteNdx++) in imageCopyTest()
DvktYCbCrUtil.hpp65 size_t getPlaneSize (deUint32 planeNdx) const { return m_planeData[planeNdx].size(); } in getPlaneSize() function in vkt::ycbcr::MultiPlaneImageData
DvktYCbCrUtil.cpp151 (VkDeviceSize)imageData.getPlaneSize(planeNdx), in allocateStagingBuffers()
179 …tions)[planeNdx]->getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlaneSize(planeNdx)); in allocateAndWriteStagingBuffers()
192 …ta->getPlanePtr(planeNdx), allocations[planeNdx]->getHostPtr(), imageData->getPlaneSize(planeNdx)); in readStagingBuffers()
248 const size_t planeSize = imageData->getPlaneSize(planeNdx); in fillRandom()
443 const size_t planeSize = imageData.getPlaneSize(planeNdx); in fillImageMemory()
666 const size_t planeSize = imageData->getPlaneSize(planeNdx); in readImageMemory()
DvktYCbCrConversionTests.cpp649 deMemset(src.getPlanePtr(planeNdx), 0u, src.getPlaneSize(planeNdx)); in textureConversionTest()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp336 (deUint32)imageData.getPlaneSize(planeNdx), in uploadYCbCrImage()
350 (deUint32)imageData.getPlaneSize(planeNdx) in uploadYCbCrImage()
354 …->getAllocation().getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlaneSize(planeNdx)); in uploadYCbCrImage()
355 …on().getMemory(), buffer->getAllocation().getOffset(), (deUint32)imageData.getPlaneSize(planeNdx)); in uploadYCbCrImage()
1020 deMemset(ycbcrSrc.getPlanePtr(planeNdx), 0u, ycbcrSrc.getPlaneSize(planeNdx)); in generateYCbCrImage()