Searched refs:pixelStrideBytes (Results 1 – 2 of 2) sorted by relevance
3325 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local3334 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() local3379 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()
966 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local967 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()