Searched refs:getPlanePtr (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 66 void* getPlanePtr (deUint32 planeNdx) { return &m_planeData[planeNdx][0]; } in getPlanePtr() function in vkt::ycbcr::MultiPlaneImageData 67 const void* getPlanePtr (deUint32 planeNdx) const { return &m_planeData[planeNdx][0]; } in getPlanePtr() function in vkt::ycbcr::MultiPlaneImageData
|
D | vktYCbCrCopyTests.cpp | 888 deMemcpy(((deUint8*)reference.getPlanePtr(dstPlaneNdx)) + dstPos, in imageCopyTest() 889 ((const deUint8*)srcData.getPlanePtr(srcPlaneNdx)) + srcPos, size); in imageCopyTest() 900 const deUint8 res = ((const deUint8*)result.getPlanePtr(planeNdx))[byteNdx]; in imageCopyTest() 901 const deUint8 ref = ((const deUint8*)reference.getPlanePtr(planeNdx))[byteNdx]; in imageCopyTest()
|
D | vktYCbCrUtil.cpp | 179 …deMemcpy((*allocations)[planeNdx]->getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPla… in allocateAndWriteStagingBuffers() 192 …deMemcpy(imageData->getPlanePtr(planeNdx), allocations[planeNdx]->getHostPtr(), imageData->getPlan… in readStagingBuffers() 249 deUint8* const planePtr = (deUint8*)imageData->getPlanePtr(planeNdx); in fillRandom() 459 const void* const srcPtr = ((const deUint8*)imageData.getPlanePtr(planeNdx)) + row * rowSize; in fillImageMemory() 684 void* const dstPtr = ((deUint8*)imageData->getPlanePtr(planeNdx)) + row * rowSize; in readImageMemory() 965 …ght, 1u), tcu::IVec3((int)pixelStrideBits, (int)rowPitchBits, 0), data.getPlanePtr(planeNdx), (deU… in getChannelAccess()
|
D | vktYCbCrViewTests.cpp | 664 imageData.getPlanePtr(params.planeNdx)); in testPlaneView()
|
D | vktYCbCrConversionTests.cpp | 649 deMemset(src.getPlanePtr(planeNdx), 0u, src.getPlaneSize(planeNdx)); in textureConversionTest()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 354 …deMemcpy(buffer->getAllocation().getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlane… in uploadYCbCrImage() 1020 deMemset(ycbcrSrc.getPlanePtr(planeNdx), 0u, ycbcrSrc.getPlaneSize(planeNdx)); in generateYCbCrImage()
|