HomeSort by relevance Sort by last modified time
    Searched refs:getPlaneSize (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 56 size_t getPlaneSize (deUint32 planeNdx) const { return m_planeData[planeNdx].size(); }
vktYCbCrUtil.cpp 139 (VkDeviceSize)imageData.getPlaneSize(planeNdx),
167 deMemcpy((*allocations)[planeNdx]->getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlaneSize(planeNdx));
180 deMemcpy(imageData->getPlanePtr(planeNdx), allocations[planeNdx]->getHostPtr(), imageData->getPlaneSize(planeNdx));
231 const size_t planeSize = imageData->getPlaneSize(planeNdx);
453 const size_t planeSize = imageData.getPlaneSize(planeNdx);
758 const size_t planeSize = imageData->getPlaneSize(planeNdx);
vktYCbCrCopyTests.cpp 592 UVec2 getPlaneSize (const vk::PlanarFormatDescription& info,
649 const UVec2 srcPlaneSize (getPlaneSize(srcPlaneInfo, srcPlaneNdx, srcSize));
655 const UVec2 dstPlaneSize (getPlaneSize(dstPlaneInfo, dstPlaneNdx, dstSize));
854 const UVec2 srcPlaneSize (getPlaneSize(srcData.getDescription(), srcPlaneNdx, config.src.size));
868 const UVec2 dstPlaneSize (getPlaneSize(dstData.getDescription(), dstPlaneNdx, config.dst.size));
894 for (size_t byteNdx = 0; byteNdx < result.getPlaneSize(planeNdx); byteNdx++)
    [all...]
vktYCbCrConversionTests.cpp     [all...]

Completed in 676 milliseconds