Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/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.2.2/build/demos/gddemo/src/
Dgd-indtex-gc.c351 #define VelReflect(cmp) \ argument
352 if ( sc->cube[i].pos.cmp < - BOUNDARY ) \
353 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \
354 if ( sc->cube[i].pos.cmp > BOUNDARY ) \
355 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);
/RvlSDK-3.2.2/build/tools/TexConv/sample/
Dsample.tcs95 ; ( rgba, rgb, cmp, i, ia )