Searched refs:bits (Results 1 – 2 of 2) sorted by relevance
297 contains 64 or 128 bits of texel data. The image is encoded as a normal322 bits of RGB image data. 333 bits = bits_0 + 256 * (bits_1 + 256 * (bits_2 + 256 * bits_3))339 bits is a 32-bit unsigned integer, from which a two-bit control code342 code(x,y) = bits[2*(4*y+x)+1..2*(4*y+x)+0]390 bits of uncompressed alpha image data followed by 64 bits of RGB image395 bits always use the non-transparent encodings. In other words, they are412 alpha(x,y) = bits[4*(4*y+x)+3..4*(4*y+x)+0]422 bits of compressed alpha image data followed by 64 bits of RGB image data.440 bits = bits_0 + 256 * (bits_1 + 256 * (bits_2 + 256 * (bits_3 + [all …]
169 __m128 bits = _mm_cmplt_ps( left.m_v, right.m_v ); in CompareAnyLessThan() local170 int value = _mm_movemask_ps( bits ); in CompareAnyLessThan()