Searched refs:cnt_p (Results 1 – 3 of 3) sorted by relevance
136 u32 size, cnt_p, cnt_n; in CreateModelVtxArray() local152 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()
609 u32 cnt_p, cnt_n, cnt_t; in CreateModelVtxArray() local623 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()
499 u32 cnt_p, cnt_n, cnt_t; in CreateModel() local520 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()