| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXPixel.h | 98 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 );
|
| D | GXFifo.h | 164 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 );
|
| D | GXTexture.h | 123 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 …]
|
| D | GXCpu2Efb.h | 53 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 );
|
| D | GXGet.h | 183 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,
|
| D | GXBump.h | 62 GXBool add_prev, GXBool ind_lod, GXIndTexAlphaSel alpha_sel); 69 GXBool signed_offset, GXBool replace_mode,
|
| D | GXGeometry.h | 125 extern GXBool __GXinBegin; in GXEnd() 139 GXBool normalize, 167 void GXEnableTexOffsets ( GXTexCoordID coord, GXBool line_enable, 168 GXBool point_enable );
|
| D | GXFrameBuffer.h | 182 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 );
|
| D | GXTev.h | 95 GXBool clamp, 103 GXBool clamp,
|
| D | GXCull.h | 58 void GXSetCoPlanar ( GXBool enable );
|
| D | GXManage.h | 109 void GXSetResetWritePipe ( GXBool tf );
|
| D | GXEnum.h | 254 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/ |
| D | GDTexture.h | 64 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);
|
| D | GDPixel.h | 67 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 );
|
| D | GDIndirect.h | 54 GXBool add_prev, 55 GXBool utc_lod, 86 GXBool signed_offset, 87 GXBool replace_mode,
|
| D | GDGeometry.h | 67 GXBool normalize, 80 GXBool lineHalfAspect ); 82 void GDSetCoPlanar( GXBool enable );
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDTexture.c | 220 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()
|
| D | GDPixel.c | 211 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()
|
| D | GDIndirect.c | 71 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/ |
| D | tex-preload.c | 78 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()
|
| D | tex-filter.c | 71 GXBool mipMapSw; 279 GXBool mipMapFlag; in DrawTick() 292 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawTick()
|
| D | tex-lod.c | 284 GXBool biasClamp, edgeLod; in DrawTick() 335 biasClamp = (GXBool)(ssc->filterCtrl[1]); in DrawTick() 336 edgeLod = (GXBool)(ssc->filterCtrl[2]); in DrawTick()
|
| D | tex-wrap.c | 186 GXBool mipMapFlag; in DrawTick() 200 (GXBool)(( tdp->textureHeader->minLOD == tdp->textureHeader->maxLOD ) ? in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Management/ |
| D | mgt-triple-buf.c | 50 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/ |
| D | pix-z-comp.c | 30 GXBool compare_enable; 32 GXBool update_enable; 34 GXBool before_tex;
|