Searched refs:pixelStrideBytes (Results 1 – 3 of 3) sorted by relevance
3448 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local3457 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()3460 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()3461 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()3468 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()3493 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local3502 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()3505 …std::max(formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor * pixelStrideBytes / ele… in getChannelAccess()3506 …std::max(formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor * pixelStrideBytes / e… in getChannelAccess()3513 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, (int)(accessHeight*rowPitch)), in getChannelAccess()
998 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local999 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()1011 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()1013 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()1014 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()