Home
last modified time | relevance | path

Searched refs:bias (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.3/include/revolution/gd/
DGDTev.h57 GXTevBias bias,
69 GXTevBias bias,
101 void GDSetZTexture ( GXZTexOp op, GXTexFmt fmt, u32 bias );
131 #define TEV_COLOR_ENV(seld, selc, selb, sela, bias, sub, clamp, shift, dest, rid) \ argument
136 (((unsigned long)(bias)) << TEV_COLOR_ENV_BIAS_SHIFT) | \
158 #define TEV_ALPHA_ENV(rswap, tswap, seld, selc, selb, sela, bias, sub, clamp, shift, dest, rid) \ argument
165 (((unsigned long)(bias)) << TEV_ALPHA_ENV_BIAS_SHIFT) | \
DGDIndirect.h174 #define IND_CMD(bt, fmt, bias, bs, m, sw, tw, lb, fb, rid) \ argument
177 (((unsigned long)(bias)) << IND_CMD_BIAS_SHIFT) | \
/RvlSDK-3.3/include/revolution/gx/
DGXTev.h93 GXTevBias bias,
101 GXTevBias bias,
126 void GXSetZTexture ( GXZTexOp op, GXTexFmt fmt, u32 bias );
/RvlSDK-3.3/build/libraries/gd/src/
DGDTev.c140 GXTevBias bias, in GDSetTevColorCalc() argument
148 bias, (op & 1), clamp, scale, in GDSetTevColorCalc()
179 GXTevBias bias, in GDSetTevAlphaCalcAndSwap() argument
190 bias, (op & 1), clamp, scale, in GDSetTevAlphaCalcAndSwap()
396 void GDSetZTexture ( GXZTexOp op, GXTexFmt fmt, u32 bias ) in GDSetZTexture() argument
409 GDWriteBPCmd( TEV_Z_ENV_0( bias, TEV_Z_ENV_0_ID )); in GDSetZTexture()