Searched refs:accessWidth (Results 1 – 2 of 2) sorted by relevance
2033 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess() local2042 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()2048 tcu::IVec3((int)accessWidth, (int)accessHeight, 1), in getChannelAccess()
580 deUint32 accessWidth = size.x() / formatInfo.planes[planeNdx].widthDivisor; in getChannelAccess() local584 const deUint32 rowPitch = formatInfo.planes[planeNdx].elementSizeBytes * accessWidth; in getChannelAccess()590 accessWidth *= elementSizeBytes/pixelStrideBytes; in getChannelAccess()593 …tureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, IVec3(accessWidth, accessHeight, … in getChannelAccess()