Home
last modified time | relevance | path

Searched refs:GXBool (Results 1 – 25 of 56) sorted by relevance

123

/RvlSDK-3.2.2/include/revolution/gx/
DGXPixel.h98 void GXSetFogRangeAdj( GXBool enable, u16 center, const GXFogAdjTable* table );
105 void GXSetColorUpdate( GXBool update_enable );
106 void GXSetAlphaUpdate( GXBool update_enable );
107 void GXSetZMode( GXBool compare_enable,
109 GXBool update_enable );
111 void GXSetZCompLoc( GXBool before_tex );
113 void GXSetDither( GXBool dither );
114 void GXSetDstAlpha( GXBool enable, u8 alpha );
115 void GXSetFieldMask( GXBool odd_mask, GXBool even_mask );
116 void GXSetFieldMode( GXBool field_mode, GXBool half_aspect_ratio );
DGXFifo.h164 GXBool* overhi,
165 GXBool* underlow,
166 GXBool* readIdle,
167 GXBool* cmdIdle,
168 GXBool* brkpt);
170 GXBool GXGetCPUFifo( GXFifoObj* fifo );
171 GXBool GXGetGPFifo ( GXFifoObj* fifo );
178 GXBool GXGetFifoWrap( const GXFifoObj* fifo );
180 GXBool GXIsCPUGPFifoLinked( void );
DGXTexture.h123 GXBool mipmap);
133 GXBool mipmap,
143 GXBool bias_clamp,
144 GXBool do_edge_lod,
154 void GXInitTexObjBiasClamp( GXTexObj* obj, GXBool bias_clamp );
155 void GXInitTexObjEdgeLOD ( GXTexObj* obj, GXBool do_edge_lod );
168 GXBool mipmap,
181 GXBool is_32b_mipmap,
212 GXBool enable,
216 GXBool s_enable,
[all …]
DGXCpu2Efb.h53 void GXPokeAlphaUpdate ( GXBool update_enable );
56 void GXPokeColorUpdate ( GXBool update_enable );
57 void GXPokeDstAlpha ( GXBool enable, u8 alpha );
58 void GXPokeDither ( GXBool dither );
59 void GXPokeZMode ( GXBool compare_enable, GXCompare func,
60 GXBool update_enable );
DGXGet.h183 GXBool GXGetTexObjMipMap( const GXTexObj* tex_obj );
193 GXBool* mipMap );
200 GXBool GXGetTexObjBiasClamp( const GXTexObj* tex_obj );
201 GXBool GXGetTexObjEdgeLOD ( const GXTexObj* tex_obj );
211 GXBool* bias_clamp,
212 GXBool* do_edge_lod,
229 GXBool* is_cached,
230 GXBool* is_32b_mipmap,
DGXBump.h62 GXBool add_prev, GXBool ind_lod, GXIndTexAlphaSel alpha_sel);
69 GXBool signed_offset, GXBool replace_mode,
DGXGeometry.h125 extern GXBool __GXinBegin; in GXEnd()
139 GXBool normalize,
167 void GXEnableTexOffsets ( GXTexCoordID coord, GXBool line_enable,
168 GXBool point_enable );
DGXFrameBuffer.h182 void GXSetTexCopyDst ( u16 wd, u16 ht, GXTexFmt fmt, GXBool mipmap );
188 void GXSetCopyFilter( GXBool aa, const u8 sample_pattern[12][2], GXBool vf, const u8 vfilter[7] );
191 void GXCopyDisp( void *dest, GXBool clear );
192 void GXCopyTex ( void *dest, GXBool clear );
DGXTev.h95 GXBool clamp,
103 GXBool clamp,
DGXCull.h58 void GXSetCoPlanar ( GXBool enable );
DGXManage.h109 void GXSetResetWritePipe ( GXBool tf );
DGXEnum.h254 typedef u8 GXBool; typedef
257 #define GX_TRUE ((GXBool)1)
258 #define GX_FALSE ((GXBool)0)
259 #define GX_ENABLE ((GXBool)1)
260 #define GX_DISABLE ((GXBool)0)
/RvlSDK-3.2.2/include/revolution/gd/
DGDTexture.h64 GXBool bias_clamp,
65 GXBool do_edge_lod,
84 u16 s_scale, GXBool s_bias, GXBool s_wrap,
85 u16 t_scale, GXBool t_bias, GXBool t_wrap);
88 u16 s_scale, GXBool s_bias, GXBool s_wrap,
89 u16 t_scale, GXBool t_bias, GXBool t_wrap,
90 GXBool line_offset, GXBool point_offset);
DGDPixel.h67 GXBool color_update_enable,
68 GXBool alpha_update_enable,
69 GXBool dither_enable );
72 GXBool compare_enable,
74 GXBool update_enable );
76 void GDSetDstAlpha( GXBool enable, u8 alpha );
DGDIndirect.h54 GXBool add_prev,
55 GXBool utc_lod,
86 GXBool signed_offset,
87 GXBool replace_mode,
DGDGeometry.h67 GXBool normalize,
80 GXBool lineHalfAspect );
82 void GDSetCoPlanar( GXBool enable );
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDTexture.c220 GXBool bias_clamp, in GDSetTexLookupMode()
221 GXBool do_edge_lod, in GDSetTexLookupMode()
443 u16 s_scale, GXBool s_bias, GXBool s_wrap, in GDSetTexCoordScale2()
444 u16 t_scale, GXBool t_bias, GXBool t_wrap) in GDSetTexCoordScale2()
469 u16 s_scale, GXBool s_bias, GXBool s_wrap, in GDSetTexCoordScaleAndTOEs()
470 u16 t_scale, GXBool t_bias, GXBool t_wrap, in GDSetTexCoordScaleAndTOEs()
471 GXBool line_offset, GXBool point_offset) in GDSetTexCoordScaleAndTOEs()
DGDPixel.c211 GXBool color_update_enable, in GDSetBlendModeEtc()
212 GXBool alpha_update_enable, in GDSetBlendModeEtc()
213 GXBool dither_enable ) in GDSetBlendModeEtc()
241 void GDSetZMode( GXBool compare_enable, in GDSetZMode()
243 GXBool update_enable ) in GDSetZMode()
260 void GDSetDstAlpha( GXBool enable, u8 alpha ) in GDSetDstAlpha()
DGDIndirect.c71 GXBool add_prev, in GDSetTevIndirect()
72 GXBool utc_lod, in GDSetTevIndirect()
233 GXBool signed_offset, GXBool replace_mode, in GDSetTevIndWarp()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-preload.c78 static u32 GetTexBufferSizeEven ( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max );
79 static u32 GetTexBufferSizeOdd ( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max );
329 GXBool mipMapFlag; in TexInit()
346 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in TexInit()
459 static u32 GetTexBufferSizeEven( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max ) in GetTexBufferSizeEven()
504 static u32 GetTexBufferSizeOdd( u16 wd, u16 ht, u32 fmt, GXBool mm, u8 max ) in GetTexBufferSizeOdd()
Dtex-filter.c71 GXBool mipMapSw;
279 GXBool mipMapFlag; in DrawTick()
292 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawTick()
Dtex-lod.c284 GXBool biasClamp, edgeLod; in DrawTick()
335 biasClamp = (GXBool)(ssc->filterCtrl[1]); in DrawTick()
336 edgeLod = (GXBool)(ssc->filterCtrl[2]); in DrawTick()
Dtex-wrap.c186 GXBool mipMapFlag; in DrawTick()
200 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawTick()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Management/
Dmgt-triple-buf.c50 static GXBool BPSet = GX_FALSE; // Is the FIFO breakpoint set?
51 static GXBool BPWait = GX_FALSE; // Is breakpoint reset waiting on VBlank?
52 static GXBool BPGo = GX_FALSE; // Indicates breakpoint should be released
155 GXBool queue_empty (Queue *q);
642 GXBool queue_empty(Queue *q) in queue_empty()
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-z-comp.c30 GXBool compare_enable;
32 GXBool update_enable;
34 GXBool before_tex;

123