Searched refs:alpha (Results 1 – 11 of 11) sorted by relevance
| /RvlSDK-3.2/build/tools/TexConv/sample/ |
| D | sample.tcs | 80 image 0 = 0, 0, RGBA8, 0, 7, 0 ; use color from file 0, alpha from file 0 87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha. 90 ; image has no alpha, cannot be mipmapped. 91 ; 'x' indicates unused component ( no alpha for this image ) 96 ; dest. images may have alpha and mipmaps. 101 image 5 = 1, 0, RGBA8, 0, 7, 0 ; color and alpha info. come from different source files. 104 image 6 = 2, x, RGBA8, 0, 7, 0 ; image 6 has no alpha channel: destination image will have 109 image 9 = 2, 0, RGB5A3, 0, 7, 0 ; color and alpha from different files. 127 ; if source palette lacks alpha and dest. is RGB5A3, 128 ; dest. alpha in CLUT will be set to maximum.
|
| /RvlSDK-3.2/include/revolution/gd/ |
| D | GDLight.h | 171 #define XF_AMBIENT0_F(alpha, blue, green, red) \ argument 172 ((((unsigned long)(alpha)) << XF_AMBIENT0_ALPHA_SHIFT) | \ 184 #define XF_MATERIAL0_F(alpha, blue, green, red) \ argument 185 ((((unsigned long)(alpha)) << XF_MATERIAL0_ALPHA_SHIFT) | \
|
| D | GDPixel.h | 76 void GDSetDstAlpha( GXBool enable, u8 alpha );
|
| D | GDTev.h | 91 GXTevColorChan alpha );
|
| /RvlSDK-3.2/build/demos/cntdemo/src/ |
| D | strapcntdemo.c | 454 f32 alpha; in AnimTick() local 461 alpha = 0.0f; in AnimTick() 467 alpha = (f32)( diffCSTime / (f32)TEX_FADE_MS_TIME * 255.9f ); in AnimTick() 472 alpha = (f32)( 255.9 - ( diffCSTime - END_MS_TIME ) / (f32)TEX_FADE_MS_TIME * 255.9f ); in AnimTick() 476 alpha = 255.0f; in AnimTick() 480 GXSetChanMatColor( GX_COLOR0A0, ( GXColor ){ 0xff, 0xff, 0xff, (u8)alpha } ); in AnimTick()
|
| /RvlSDK-3.2/build/libraries/gd/src/ |
| D | GDPixel.c | 260 void GDSetDstAlpha( GXBool enable, u8 alpha ) in GDSetDstAlpha() argument 262 GDWriteBPCmd( PE_CMODE1( alpha, enable, PE_CMODE1_ID )); in GDSetDstAlpha()
|
| D | GDTev.c | 345 GXTevColorChan alpha ) in GDSetTevSwapModeTable() argument 352 GDWriteBPCmd( TEV_KSEL( blue, alpha, 0, 0, 0, 0, in GDSetTevSwapModeTable()
|
| /RvlSDK-3.2/build/demos/gxdemo/ |
| D | makefile | 83 Lighting/lit-alpha.c Lighting/lit-spot.c \ 86 Lighting/lit-tx-alpha.c Lighting/lit-prelit.c \ 154 lit-basic lit-multi lit-alpha lit-spot \ 156 lit-tx-alpha lit-prelit lit-atn-func lit-specular \ 287 $(FULLBIN_ROOT)/lit-alpha$(BINSUFFIX): Lighting/lit-alpha.o \ 305 $(FULLBIN_ROOT)/lit-tx-alpha$(BINSUFFIX): Lighting/lit-tx-alpha.o \
|
| /RvlSDK-3.2/include/revolution/gx/ |
| D | GXCpu2Efb.h | 57 void GXPokeDstAlpha ( GXBool enable, u8 alpha );
|
| D | GXPixel.h | 114 void GXSetDstAlpha( GXBool enable, u8 alpha );
|
| D | GXTev.h | 145 GXTevColorChan alpha );
|