Searched refs:pixelStrideBytes (Results 1 – 2 of 2) sorted by relevance
3393 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local3402 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()3405 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()3406 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()3413 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()3438 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local3447 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()3450 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()3451 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()3458 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
968 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local969 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()981 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()983 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()984 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()