Searched refs:sizeBits (Results 1 – 3 of 3) sorted by relevance
95 deUint8 sizeBits; // Value size in bits member
1959 deUint32 sizeBits) in getChannelAccessFormat() argument1992 if (sizeBits == 8) in getChannelAccessFormat()1994 else if (sizeBits == 16) in getChannelAccessFormat()1996 else if (sizeBits == 32) in getChannelAccessFormat()2006 sizeBits == 10) in getChannelAccessFormat()2010 sizeBits == 12) in getChannelAccessFormat()2047 formatInfo.channels[channelNdx].sizeBits), in getChannelAccess()
575 const deUint8 sizeBits = formatInfo.channels[channelNdx].sizeBits; in getChannelAccess() local593 …return ChannelAccess((tcu::TextureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, IVe… in getChannelAccess()