Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dfontdemo1.c176 s32 repeat; in main() local
229 repeat = (s32) (VIGetRetraceCount() - count); in main()
230 repeat = (repeat < 20) ? 0 : (repeat % 3 == 0); in main()
234 repeat = 1; in main()
236 if ((DEMOPadGetButton(0) & PAD_BUTTON_DOWN) && repeat) in main()
254 repeat = 1; in main()
256 if ((DEMOPadGetButton(0) & PAD_BUTTON_UP) && repeat) in main()
/RvlSDK-3.2.2/build/demos/paddemo/src/
Dcont.c174 contAll->button = contAll->down = contAll->up = contAll->repeat = 0; in ReadCont()
219 cont->repeat = (u16) ((cont->button & cont->buttonLast) & in ReadCont()
225 if (cont->repeat) in ReadCont()
230 cont->repeat = 0; in ReadCont()
234 cont->repeat = 0; in ReadCont()
241 cont->repeat |= cont->down; in ReadCont()
246 contAll->repeat |= cont->repeat; in ReadCont()
/RvlSDK-3.2.2/build/demos/paddemo/include/
Dcont.h59 u16 repeat; // Or-ed PAD_BUTTON_* bits member
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOWin.c1731 u32 repeat; in DEMOWinPadRead() local
1772 repeat = p->repeat_ctr[index]; in DEMOWinPadRead()
1774 if (repeat == 1) in DEMOWinPadRead()
1778 else if (repeat > __DEMOWIN_PAD_repeat_threshold) in DEMOWinPadRead()
1780 if ( ((repeat - __DEMOWIN_PAD_repeat_threshold) % __DEMOWIN_PAD_repeat_rate) == 0) in DEMOWinPadRead()
/RvlSDK-3.2.2/build/tools/TexConv/sample/
Dsample.tcs119 image 14 = 2, x, CMPR, GX_REPEAT, GX_CLAMP ; set wrapS to repeat and set wrapT to cla…