Searched refs:sizeBits (Results 1 – 3 of 3) sorted by relevance
2101 deUint32 sizeBits) in getChannelAccessFormat() argument2134 if (sizeBits == 8) in getChannelAccessFormat()2136 else if (sizeBits == 16) in getChannelAccessFormat()2138 else if (sizeBits == 32) in getChannelAccessFormat()2148 sizeBits == 10) in getChannelAccessFormat()2152 sizeBits == 12) in getChannelAccessFormat()2189 formatInfo.channels[channelNdx].sizeBits), in getChannelAccess()
106 deUint8 sizeBits; // Value size in bits member
947 const deUint8 sizeBits = formatInfo.channels[channelNdx].sizeBits; in getChannelAccess() local965 …return ChannelAccess((tcu::TextureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, tcu… in getChannelAccess()