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

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrCopyTests.cpp 593 UVec2 getPlaneSize (const vk::PlanarFormatDescription& info,
650 const UVec2 srcPlaneSize (getPlaneSize(srcPlaneInfo, srcPlaneNdx, srcSize));
656 const UVec2 dstPlaneSize (getPlaneSize(dstPlaneInfo, dstPlaneNdx, dstSize));
855 const UVec2 srcPlaneSize (getPlaneSize(srcData.getDescription(), srcPlaneNdx, config.src.size));
869 const UVec2 dstPlaneSize (getPlaneSize(dstData.getDescription(), dstPlaneNdx, config.dst.size));
898 for (size_t byteNdx = 0; byteNdx < result.getPlaneSize(planeNdx); byteNdx++)
    [all...]
vktYCbCrUtil.hpp 65 size_t getPlaneSize (deUint32 planeNdx) const { return m_planeData[planeNdx].size(); }
vktYCbCrUtil.cpp 151 (VkDeviceSize)imageData.getPlaneSize(planeNdx),
179 deMemcpy((*allocations)[planeNdx]->getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlaneSize(planeNdx));
192 deMemcpy(imageData->getPlanePtr(planeNdx), allocations[planeNdx]->getHostPtr(), imageData->getPlaneSize(planeNdx));
248 const size_t planeSize = imageData->getPlaneSize(planeNdx);
443 const size_t planeSize = imageData.getPlaneSize(planeNdx);
666 const size_t planeSize = imageData->getPlaneSize(planeNdx);
    [all...]
vktYCbCrConversionTests.cpp 649 deMemset(src.getPlanePtr(planeNdx), 0u, src.getPlaneSize(planeNdx));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemYCbCrConversionTests.cpp 336 (deUint32)imageData.getPlaneSize(planeNdx),
350 (deUint32)imageData.getPlaneSize(planeNdx)
354 deMemcpy(buffer->getAllocation().getHostPtr(), imageData.getPlanePtr(planeNdx), imageData.getPlaneSize(planeNdx));
355 flushMappedMemoryRange(vk, device, buffer->getAllocation().getMemory(), buffer->getAllocation().getOffset(), (deUint32)imageData.getPlaneSize(planeNdx));
    [all...]

Completed in 1117 milliseconds