Home
last modified time | relevance | path

Searched refs:GDWriteBPCmd (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.1/build/libraries/gd/src/
DGDTexture.c224 GDWriteBPCmd(TX_SETMODE0(wrap_s, in GDSetTexLookupMode()
233 GDWriteBPCmd(TX_SETMODE1((u8)(min_lod*16.0f), in GDSetTexLookupMode()
252 GDWriteBPCmd(TX_SETIMAGE0(width - 1, in GDSetTexImgAttr()
272 GDWriteBPCmd(TX_SETIMAGE3(OSCachedToPhysical(image_ptr)>>5, in GDSetTexImgPtr()
292 GDWriteBPCmd(TX_SETIMAGE3(image_ptr_raw, GDTexImage3Ids[id])); in GDSetTexImgPtrRaw()
332 GDWriteBPCmd(TX_SETIMAGE1( tmem_even >> 5, in GDSetTexCached()
339 GDWriteBPCmd(TX_SETIMAGE2( tmem_odd >> 5, in GDSetTexCached()
360 GDWriteBPCmd(TX_SETIMAGE1( tmem_even >> 5, in GDSetTexPreLoaded()
367 GDWriteBPCmd(TX_SETIMAGE2( tmem_odd >> 5, in GDSetTexPreLoaded()
388 GDWriteBPCmd(TX_SETTLUT( (tmem_addr-GX_TMEM_HALF) >> 9, format, in GDSetTexTlut()
[all …]
DGDTev.c147 GDWriteBPCmd( TEV_COLOR_ENV( d, c, b, a, in GDSetTevColorCalc()
152 GDWriteBPCmd( TEV_COLOR_ENV( d, c, b, a, in GDSetTevColorCalc()
188 GDWriteBPCmd( TEV_ALPHA_ENV( ras_sel, tex_sel, in GDSetTevAlphaCalcAndSwap()
194 GDWriteBPCmd( TEV_ALPHA_ENV( ras_sel, tex_sel, in GDSetTevAlphaCalcAndSwap()
223 GDWriteBPCmd( regRA ); in GDSetTevColor()
224 GDWriteBPCmd( regBG ); in GDSetTevColor()
226 GDWriteBPCmd( regBG ); in GDSetTevColor()
227 GDWriteBPCmd( regBG ); in GDSetTevColor()
258 GDWriteBPCmd( regRA ); in GDSetTevColorS10()
259 GDWriteBPCmd( regBG ); in GDSetTevColorS10()
[all …]
DGDPixel.c131 GDWriteBPCmd( TEV_FOG_PARAM_0_PS( (a_hex >> 12), TEV_FOG_PARAM_0_ID )); in GDSetFog()
133 GDWriteBPCmd( TEV_FOG_PARAM_1( b_m, TEV_FOG_PARAM_1_ID )); in GDSetFog()
134 GDWriteBPCmd( TEV_FOG_PARAM_2( b_expn, TEV_FOG_PARAM_2_ID )); in GDSetFog()
136 GDWriteBPCmd( TEV_FOG_PARAM_3_PS( (c_hex >> 12), proj, fsel, in GDSetFog()
139 GDWriteBPCmd( TEV_FOG_COLOR( color.b, color.g, color.r, TEV_FOG_COLOR_ID )); in GDSetFog()
173 GDWriteBPCmd( SS_MASK( PE_CMODE1_MASK_SETBLENDMODE )); in GDSetBlendMode()
175 GDWriteBPCmd( PE_CMODE0( in GDSetBlendMode()
215 GDWriteBPCmd( PE_CMODE0( in GDSetBlendModeEtc()
245 GDWriteBPCmd( PE_ZMODE( compare_enable, func, update_enable, PE_ZMODE_ID )); in GDSetZMode()
262 GDWriteBPCmd( PE_CMODE1( alpha, enable, PE_CMODE1_ID )); in GDSetDstAlpha()
[all …]
DGDIndirect.c75 GDWriteBPCmd( IND_CMD( in GDSetTevIndirect()
123 GDWriteBPCmd( IND_MTXA( in GDSetIndTexMtx()
129 GDWriteBPCmd( IND_MTXB( in GDSetIndTexMtx()
135 GDWriteBPCmd( IND_MTXC( in GDSetIndTexMtx()
162 GDWriteBPCmd( RAS1_SS( in GDSetIndTexCoordScale()
197 GDWriteBPCmd( RAS1_IREF( in GDSetIndTexOrder()
433 GDWriteBPCmd( IND_IMASK( in __GDSetIndTexMask()
DGDGeometry.c546 GDWriteBPCmd( SS_MASK( GEN_MODE_MASK_SETCULLMODE )); in GDSetCullMode()
548 GDWriteBPCmd( GEN_MODE( 0, 0, 0, 0, cm2hw[mode], 0, 0, GEN_MODE_ID )); in GDSetCullMode()
574 GDWriteBPCmd( SS_MASK( GEN_MODE_MASK_SETGENMODE )); in GDSetGenMode()
576 GDWriteBPCmd( GEN_MODE( nTexGens, nChans, 0, (nTevs-1), in GDSetGenMode()
616 GDWriteBPCmd( SS_MASK( GEN_MODE_MASK_SETGENMODE2 )); in GDSetGenMode2()
618 GDWriteBPCmd( GEN_MODE( nTexGens, nChans, 0, (nTevs-1), in GDSetGenMode2()
646 GDWriteBPCmd( SU_LPSIZE( lineWidth, pointSize, in GDSetLPSize()
671 GDWriteBPCmd( SS_MASK( GEN_MODE_MASK_SETCOPLANAR )); in GDSetCoPlanar()
673 GDWriteBPCmd( GEN_MODE( 0, 0, 0, 0, 0, 0, enable, GEN_MODE_ID )); in GDSetCoPlanar()
/RvlSDK-3.1/include/revolution/gd/
DGDBase.h138 static inline void GDWriteBPCmd(u32 regval);
315 static inline void GDWriteBPCmd(u32 regval) in GDWriteBPCmd() function