Searched refs:pixelStrideBytes (Results 1 – 2 of 2) sorted by relevance
2028 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local2039 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()2041 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()2042 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()2049 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, 0), in getChannelAccess()
573 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local574 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()587 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()589 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()590 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()