Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.1.4/build/tools/TexConv/sample/
Dsample.tcs48 file 0 = dolphin_32.tga ; this is a 32-bit rgba image
49 file 1 = pikachu_8.tga ; this is an 8-bit color-indexed image with 256 entry 24-bit
50 file 2 = car_24.tga ; this is a 24-bit rgb image
87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha.
/RvlSDK-3.1.4/build/demos/kpadOlddemo/src/
Dkfont.c320 u32 bit = 1 ; in draw_kfont_bit() local
328 if ( (bit & 0x01010100) != 0 ) { in draw_kfont_bit()
332 if ( (val & bit) != 0 ) { in draw_kfont_bit()
338 bit <<= 1 ; in draw_kfont_bit()
/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dkfont.c320 u32 bit = 1 ; in draw_kfont_bit() local
328 if ( (bit & 0x01010100) != 0 ) { in draw_kfont_bit()
332 if ( (val & bit) != 0 ) { in draw_kfont_bit()
338 bit <<= 1 ; in draw_kfont_bit()
/RvlSDK-3.1.4/build/libraries/cx/src/
DCXSecureUncompression.c344 extern BOOL CXiVerifyHuffmanTable_( const void* pTable, u8 bit );
356 CXiVerifyHuffmanTable_( const void* pTable, u8 bit ) in CXiVerifyHuffmanTable_() argument
372 if ( bit == 4 ) in CXiVerifyHuffmanTable_()
DCXStreamingUncompression.c435 extern BOOL CXiVerifyHuffmanTable_( const void* pTable, u8 bit );