Searched refs:pixelStrideBytes (Results 1 – 2 of 2) sorted by relevance
2170 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local2181 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()2183 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()2184 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()2191 tcu::IVec3((int)pixelStrideBytes, (int)rowPitch, 0), in getChannelAccess()
945 const deUint32 pixelStrideBytes = formatInfo.channels[channelNdx].strideBytes; in getChannelAccess() local946 const deUint32 pixelStrideBits = pixelStrideBytes * 8; in getChannelAccess()959 if (pixelStrideBytes != elementSizeBytes) in getChannelAccess()961 DE_ASSERT(elementSizeBytes % pixelStrideBytes == 0); in getChannelAccess()962 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()