Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/Framebuffer/
Dfrb-bound-box.c276 #define VelReflect(cmp) \ argument
277 if ( sc->cube[i].pos.cmp < - BOUNDARY ) \
278 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \
279 if ( sc->cube[i].pos.cmp > BOUNDARY ) \
280 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);
/RvlSDK-3.3/build/demos/gddemo/src/
Dgd-indtex-gc.c354 #define VelReflect(cmp) \ argument
355 if ( sc->cube[i].pos.cmp < - BOUNDARY ) \
356 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \
357 if ( sc->cube[i].pos.cmp > BOUNDARY ) \
358 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);
/RvlSDK-3.3/build/tools/TexConv/sample/
Dsample.tcs95 ; ( rgba, rgb, cmp, i, ia )