Home
last modified time | relevance | path

Searched refs:pixelStrideBytes (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3325 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
3334 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
3337 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
3338 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()
3345 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
3370 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
3379 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
3382 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()
3383 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()
3390 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp966 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local
967 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()
979 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()
981 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()
982 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()