Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 97) sorted by relevance

1234

/RvlSDK-3.2.2/build/libraries/gd/src/
DGDGeometry.c105 ASSERTMSG(((attrPtr->type >= GX_NONE) && in GDSetVtxDescv()
106 (attrPtr->type <= GX_INDEX16)), in GDSetVtxDescv()
111 ((attrPtr->type == GX_NONE) || in GDSetVtxDescv()
112 (attrPtr->type == GX_DIRECT)) : 1, in GDSetVtxDescv()
117 case GX_VA_PNMTXIDX: pnMtxIdx = attrPtr->type; break; in GDSetVtxDescv()
120 txMtxIdxMask = (txMtxIdxMask & ~1) | (attrPtr->type << 0); break; in GDSetVtxDescv()
122 txMtxIdxMask = (txMtxIdxMask & ~2) | (attrPtr->type << 1); break; in GDSetVtxDescv()
124 txMtxIdxMask = (txMtxIdxMask & ~4) | (attrPtr->type << 2); break; in GDSetVtxDescv()
126 txMtxIdxMask = (txMtxIdxMask & ~8) | (attrPtr->type << 3); break; in GDSetVtxDescv()
128 txMtxIdxMask = (txMtxIdxMask & ~16) | (attrPtr->type << 4); break; in GDSetVtxDescv()
[all …]
DGDPixel.c57 void GDSetFog( GXFogType type, in GDSetFog() argument
71 fsel = (u32)(type & 0x07); in GDSetFog()
72 proj = (u32)((type >> 3) & 0x01); in GDSetFog()
168 void GDSetBlendMode( GXBlendMode type, in GDSetBlendMode() argument
176 ((type == GX_BM_BLEND) || (type == GX_BM_SUBTRACT)), in GDSetBlendMode()
177 (type == GX_BM_LOGIC), in GDSetBlendMode()
183 (type == GX_BM_SUBTRACT), in GDSetBlendMode()
207 void GDSetBlendModeEtc( GXBlendMode type, in GDSetBlendModeEtc() argument
216 ((type == GX_BM_BLEND) || (type == GX_BM_SUBTRACT)), in GDSetBlendModeEtc()
217 (type == GX_BM_LOGIC), in GDSetBlendModeEtc()
[all …]
DGDTransform.c177 void GDLoadTexMtxImm ( const f32 mtx[3][4], u32 id, GXTexMtxType type ) in GDLoadTexMtxImm() argument
184 ASSERTMSG(type == GX_MTX3x4, "GDLoadTexMtxImm: invalid matrix type"); in GDLoadTexMtxImm()
189 count = (u8)((type == GX_MTX2x4) ? (2*4) : (3*4)); in GDLoadTexMtxImm()
204 if (type == GX_MTX3x4) in GDLoadTexMtxImm()
226 void GDLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type ) in GDLoadTexMtxIndx() argument
233 ASSERTMSG(type == GX_MTX3x4, "GDLoadTexMtxIndx: invalid matrix type"); in GDLoadTexMtxIndx()
238 count = (u8)((type == GX_MTX2x4) ? (2*4) : (3*4)); in GDLoadTexMtxIndx()
301 void GDSetProjection ( const f32 mtx[4][4], GXProjectionType type ) in GDSetProjection() argument
305 c = ( type == GX_ORTHOGRAPHIC ) ? 3u : 2u; in GDSetProjection()
314 GDWrite_u32( type ); in GDSetProjection()
/RvlSDK-3.2.2/include/revolution/os/
DOSFastCast.h137 static inline void OSSetGQR2( u32 type, u32 scale ) in OSSetGQR2() argument
139 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR2()
143 static inline void OSSetGQR3( u32 type, u32 scale ) in OSSetGQR3() argument
145 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR3()
149 static inline void OSSetGQR4( u32 type, u32 scale ) in OSSetGQR4() argument
151 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR4()
155 static inline void OSSetGQR5( u32 type, u32 scale ) in OSSetGQR5() argument
157 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR5()
161 static inline void OSSetGQR6( u32 type, u32 scale ) in OSSetGQR6() argument
163 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR6()
[all …]
DOSExpansion.h93 s32 EXIGetType ( s32 chan, u32 dev, u32* type );
94 char* EXIGetTypeString( u32 type );
/RvlSDK-3.2.2/build/libraries/wpad/src/
DWPADClamp.c41 static void __ClampStickOctagon ( void *px, void *py, s16 max, s16 xy, s16 min, u8 type );
42 static void __ClampStickCircle ( void *px, void *py, s16 radius, s16 min, u8 type );
106 void WPADClampStick( s32 chan, void *status, u32 type ) in WPADClampStick() argument
127 if (type == WPAD_STICK_CLAMP_OCTA_WITH_PLAY in WPADClampStick()
128 || type == WPAD_STICK_CLAMP_CIRCLE_WITH_PLAY) in WPADClampStick()
137 if (type == WPAD_STICK_CLAMP_OCTA_WITH_PLAY in WPADClampStick()
138 || type == WPAD_STICK_CLAMP_OCTA_WITHOUT_PLAY) in WPADClampStick()
161 if (type == WPAD_STICK_CLAMP_OCTA_WITH_PLAY in WPADClampStick()
162 || type == WPAD_STICK_CLAMP_CIRCLE_WITH_PLAY) in WPADClampStick()
171 if (type == WPAD_STICK_CLAMP_OCTA_WITH_PLAY in WPADClampStick()
[all …]
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCLayer.cpp83 static void TCSetLayerType ( TCLayer* ly, u32 type );
98 void TCSetLayerAttributes ( TCLayer* ly, u32 type, u32 width, u32 height ) in TCSetLayerAttributes() argument
104 switch( type ) in TCSetLayerAttributes()
111 TCSetLayerType( ly, type ); in TCSetLayerAttributes()
139 switch(ly->type) in TCSetLayerBuffer()
197 switch(ly->type) in TCSetLayerValue()
250 switch(ly->type) in TCGetLayerValue()
305 newLy->type = dfPtr->lyColor->type; in TCMakeImColorLayer()
334 newLy->type = dfPtr->lyAlpha->type; in TCMakeImAlphaLayer()
366 if( imPtr->lyColor.type != LY_IMAGE_COLOR_CI16 ) in TCConvertCI_To_RGB()
[all …]
/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_heapCommon.c418 int type, in MEMSetFillValForHeap() argument
422 ASSERT( type < MEM_HEAP_FILL_MAX ); in MEMSetFillValForHeap()
425 u32 oldVal = sFillVals[type]; in MEMSetFillValForHeap()
426 sFillVals[type] = val; in MEMSetFillValForHeap()
445 MEMGetFillValForHeap( int type ) in MEMGetFillValForHeap() argument
447 ASSERT( type < MEM_HEAP_FILL_MAX ); in MEMGetFillValForHeap()
449 return sFillVals[ type ]; in MEMGetFillValForHeap()
/RvlSDK-3.2.2/build/tools/sndconv/src/
Doutput.c80 sndconvdata->type = SP_TYPE_ADPCM_LOOPED; in soundOutputAddEntry()
90 sndconvdata->type = SP_TYPE_ADPCM_ONESHOT; in soundOutputAddEntry()
119 sndconvdata->type = SP_TYPE_PCM8_LOOPED; in soundOutputAddEntry()
129 sndconvdata->type = SP_TYPE_PCM8_ONESHOT; in soundOutputAddEntry()
157 sndconvdata->type = SP_TYPE_PCM16_LOOPED; in soundOutputAddEntry()
167 sndconvdata->type = SP_TYPE_PCM16_ONESHOT; in soundOutputAddEntry()
210 sndconvdata->type = reverse_endian_32(sndconvdata->type); in soundOutputWriteTable()
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dsimple_wbc.c125 u32 type; in main() local
157 if (WPADProbe(WPAD_CHAN3, &type) == WPAD_ERR_NO_CONTROLLER) in main()
170 if (type == WPAD_DEV_BALANCE_CHECKER) in main()
217 u32 type; in connectCallback() local
223 WPADProbe(chan, &type); in connectCallback()
224 if (chan == WPAD_CHAN0 && type != WPAD_DEV_BALANCE_CHECKER) in connectCallback()
Dbalance.c126 u32 type; in main() local
195 if (WPADProbe(WPAD_CHAN3, &type) == WPAD_ERR_NO_CONTROLLER) in main()
208 if (type == WPAD_DEV_BALANCE_CHECKER) in main()
255 u32 type; in connectCallback() local
261 WPADProbe(chan, &type); in connectCallback()
262 if (chan == WPAD_CHAN0 && type != WPAD_DEV_BALANCE_CHECKER) in connectCallback()
/RvlSDK-3.2.2/include/revolution/mem/
DheapCommon.h283 #define MEMSetFillValForHeap( type, val ) (0) argument
284 #define MEMGetFillValForHeap( type ) (0) argument
290 u32 MEMSetFillValForHeap( int type, u32 val );
292 u32 MEMGetFillValForHeap( int type );
/RvlSDK-3.2.2/build/demos/hio2demo/HioIf/src/
DHio2If.c101 BOOL hio2EnumCallback( HIO2DeviceType type ) in hio2EnumCallback() argument
104 OSReport("Device = %d\n", type); in hio2EnumCallback()
106 hio2Devices[hio2DevCount++] = type; in hio2EnumCallback()
295 HIO2IF_RESULT HIO2IFOpen( HIO2DeviceType type, HIO2IF_MODE mode, in HIO2IFOpen() argument
301 if ( type == HIO2_DEVICE_INVALID ) in HIO2IFOpen()
302 return hio2SetError(HIO2IF_ERROR_CHAN_NOT_FIND, type); in HIO2IFOpen()
305 if ( (type == hio2Status[0].nType) || (type == hio2Status[1].nType) ) in HIO2IFOpen()
306 return hio2SetError(HIO2IF_ERROR_CHAN_ALREADY_OPENED, type); in HIO2IFOpen()
312 HIO2Open(type, hio2ReceiveCallback, hio2DisconnectCallback); in HIO2IFOpen()
314 return hio2SetFatal(HIO2IF_FATAL_OPEN, type, HIO2GetLastError()); in HIO2IFOpen()
[all …]
/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dsafe.c132 u8 type = 0x00; in main() local
140 rc = NANDGetType(SAFE_FILENAME, &type); in main()
141 if(rc==NAND_RESULT_OK && type==NAND_TYPE_FILE) in main()
146 rc = NANDGetType(SAFE_FILENAME, &type); in main()
147 if(rc==NAND_RESULT_OK && type==NAND_TYPE_FILE) in main()
Ddirectory.c90 u8 type = 0x00; in printDir() local
106 NANDGetType(absPath, &type); in printDir()
107 if(type==NAND_TYPE_FILE) in printDir()
111 else if(type==NAND_TYPE_DIR) in printDir()
/RvlSDK-3.2.2/include/revolution/
Dpad.h269 void PADClamp2 ( PADStatus* status, u32 type );
270 void PADClampCircle2 ( PADStatus* status, u32 type );
271 void PADClampTrigger ( PADStatus* status, u32 type );
283 BOOL PADGetType ( s32 chan, u32* type );
Dwpad.h642 s32 WPADProbe ( s32 chan, u32 *type );
649 void WPADGetAccGravityUnit ( s32 chan, u32 type, WPADAcc *acc );
655 void WPADClampStick ( s32 chan, void *status, u32 type );
656 void WPADClampTrigger ( s32 chan, void *status, u32 type );
657 void WPADClampAcc ( s32 chan, void *status, u32 type );
710 s32 WPADGetSyncType ( s32 chan, u8 *type );
720 BOOL WPADAttachDummyExtension( s32 chan, u32 type );
/RvlSDK-3.2.2/include/revolution/gx/
DGXGeometry.h104 void GXSetVtxDesc ( GXAttr attr, GXAttrType type );
112 GXCompType type,
117 void GXBegin ( GXPrimitive type, GXVtxFmt vtxfmt, u16 nverts );
DGXTransform.h96 void GXSetProjection ( const f32 mtx[4][4], GXProjectionType type );
104 void GXLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
105 void GXLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type );
DGXPixel.h87 void GXSetFog( GXFogType type,
100 void GXSetBlendMode ( GXBlendMode type,
/RvlSDK-3.2.2/build/libraries/pad/src/
DPadclamp.c402 void PADClamp2(PADStatus* status, u32 type) in PADClamp2() argument
416 if (type == PAD_STICK_CLAMP_OCTA_WITH_MARGIN) in PADClamp2()
450 void PADClampCircle2(PADStatus* status, u32 type) in PADClampCircle2() argument
461 if (type == PAD_STICK_CLAMP_CIRCLE_WITH_MARGIN) in PADClampCircle2()
490 void PADClampTrigger(PADStatus* status, u32 type) in PADClampTrigger() argument
501 if (type == PAD_TRIGGER_FIXED_BASE) in PADClampTrigger()
/RvlSDK-3.2.2/include/revolution/gd/
DGDTransform.h66 void GDLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
67 void GDLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type );
72 void GDSetProjection ( const f32 mtx[4][4], GXProjectionType type );
/RvlSDK-3.2.2/include/charPipeline/tc/
DTCLayer.h43 u32 type; member
55 void TCSetLayerAttributes( TCLayer* ly, u32 type, u32 width,
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dwpadsample.c185 static void resetController ( s32 chan, u32 type );
191 static u8 *getDevName ( u32 type );
470 static void resetController( s32 chan, u32 type ) in resetController() argument
476 if (type == WPAD_DEV_UNKNOWN || type == WPAD_DEV_NOT_FOUND) in resetController()
496 switch(type) in resetController()
563 u32 type; in connectCallback() local
568 WPADProbe(chan, &type); in connectCallback()
573 resetController( chan, type ); in connectCallback()
770 u32 type; in operate() local
791 WPADProbe(i, &type); in operate()
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-logic.c28 GXBlendMode type; member
220 GXSetBlendMode( b->type, b->sfactor, b->dfactor, b->logic ); in SceneDraw()
222 GXSetBlendMode( b->type, b->sfactor, b->dfactor, GX_LO_CLEAR ); in SceneDraw()
329 b->type = GX_BM_SUBTRACT; in SceneControl()
333 b->type = GX_BM_LOGIC; in SceneControl()

1234