Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gddemo/src/
Dgd-light-gc.c136 u32 size, cnt_p, cnt_n; in CreateModelVtxArray() local
152 cnt_p = cnt_n = 0; in CreateModelVtxArray()
162 VtxPosArray[cnt_p++] = (s16)(fr * cosf(ft) * SCALE_Q); in CreateModelVtxArray()
163 VtxPosArray[cnt_p++] = (s16)(fr * sinf(ft) * SCALE_Q); in CreateModelVtxArray()
164 VtxPosArray[cnt_p++] = (s16)(MODEL_R * sinf(fs) * SCALE_Q); in CreateModelVtxArray()
Dgd-tev-gc.c609 u32 cnt_p, cnt_n, cnt_t; in CreateModelVtxArray() local
623 cnt_p = cnt_n = cnt_t = 0; in CreateModelVtxArray()
642 mo->posArray[cnt_p++] = (s16)(((f32)j*2 / MODEL_MESHX - 1.0F) * QSCALE); in CreateModelVtxArray()
643 mo->posArray[cnt_p++] = (s16)(((f32)i*2 / MODEL_MESHY - 1.0F) * QSCALE); in CreateModelVtxArray()
644 mo->posArray[cnt_p++] = (s16)(MODEL_ZSCALE * ct * cp * QSCALE); in CreateModelVtxArray()
/RvlSDK-3.2/build/demos/gxdemo/src/Tev/
Dtev-complex.c499 u32 cnt_p, cnt_n, cnt_t; in CreateModel() local
520 cnt_p = cnt_n = cnt_t = 0; in CreateModel()
537 mo->posArray[cnt_p++] = (s16)(fr * cosf(ft) * SCALE_Q); in CreateModel()
538 mo->posArray[cnt_p++] = (s16)(fr * sinf(ft) * SCALE_Q); in CreateModel()
539 mo->posArray[cnt_p++] = (s16)(MODEL_R * sinf(fs) * SCALE_Q); in CreateModel()