HomeSort by relevance Sort by last modified time
    Searched full:blocksizebytes (Results 1 - 1 of 1) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrCopyTests.cpp 887 const deUint32 blockSizeBytes (getBlockByteSize(srcPlaneFormat));
891 const UVec2 srcBlockPitch (blockSizeBytes, blockSizeBytes * srcPlaneBlockSize.x());
903 const UVec2 dstBlockPitch (blockSizeBytes, blockSizeBytes * dstPlaneBlockSize.x());
907 DE_ASSERT(blockSizeBytes == getBlockByteSize(dstPlaneFormat));
911 const deUint32 size = blockSize.x() * blockSizeBytes;
    [all...]

Completed in 135 milliseconds