Searched refs:bit (Results 1 – 4 of 4) sorted by relevance
42 int bit = 1 << i; in ColourSet() local43 if( ( mask & bit ) == 0 ) in ColourSet()
43 and a special RGBA mode with single-bit "transparent" alpha.68 and DXT5 are both nominally RGBA (and DXT1 with the 1-bit alpha is339 bits is a 32-bit unsigned integer, from which a two-bit control code344 where bit 31 is the most significant and bit 0 is the least345 significant bit.409 alpha is a 64-bit unsigned integer, from which a four-bit alpha value414 where bit 63 is the most significant and bit 0 is the least415 significant bit.443 bits is a 48-bit unsigned integer, from which a three-bit control code448 where bit 47 is the most significant and bit 0 is the least[all …]
107 int bit = 1 << i; in FitCodes() local108 if( ( mask & bit ) == 0 ) in FitCodes()240 int bit = 1 << i; in CompressAlphaDxt5() local241 if( ( mask & bit ) == 0 ) in CompressAlphaDxt5()
999 # will make the HTML file larger and loading of large files a bit slower, you