Home
last modified time | relevance | path

Searched refs:curipos (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_fps.c72 static interpolation_t *curipos; variable
127 switch (curipos[i].type) in R_CopyInterpToOld()
156 switch (curipos[i].type) in R_CopyBakToInterp()
189 switch (curipos[i].type) in R_DoAnInterpolation()
255 curipos = (interpolation_t*)realloc(curipos, sizeof(*curipos) * interpolations_max); in R_SetInterpolation()
259 if (curipos[i].address == posptr && curipos[i].type == type) in R_SetInterpolation()
262 curipos[numinterpolations].address = posptr; in R_SetInterpolation()
263 curipos[numinterpolations].type = type; in R_SetInterpolation()
277 if (curipos[i].address == posptr && curipos[i].type == type) in R_StopInterpolation()
284 curipos[i] = curipos[numinterpolations]; in R_StopInterpolation()
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_fps.c77 static interpolation_t *curipos; variable
119 switch (curipos[i].type) in R_CopyInterpToOld()
148 switch (curipos[i].type) in R_CopyBakToInterp()
181 switch (curipos[i].type) in R_DoAnInterpolation()
245 curipos = (interpolation_t*)realloc(curipos, sizeof(*curipos) * interpolations_max); in R_SetInterpolation()
249 if (curipos[i].address == posptr && curipos[i].type == type) in R_SetInterpolation()
252 curipos[numinterpolations].address = posptr; in R_SetInterpolation()
253 curipos[numinterpolations].type = type; in R_SetInterpolation()
267 if (curipos[i].address == posptr && curipos[i].type == type) in R_StopInterpolation()
274 curipos[i] = curipos[numinterpolations]; in R_StopInterpolation()
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_fps.c87 static interpolation_t *curipos; variable
201 switch (curipos[i].type) in R_CopyInterpToOld()
230 switch (curipos[i].type) in R_CopyBakToInterp()
263 switch (curipos[i].type) in R_DoAnInterpolation()
272 adr1 = &((vertex_t*)curipos[i].address)->x; in R_DoAnInterpolation()
307 switch (curipos[i].type) in R_DoAnInterpolation()
352 curipos = (interpolation_t*)realloc(curipos, sizeof(*curipos) * interpolations_max); in R_SetInterpolation()
378 curipos[numinterpolations].type = type; in R_SetInterpolation()
422 curipos[*i - 1] = curipos[numinterpolations]; in R_StopInterpolation()
427 switch (curipos[numinterpolations].type) in R_StopInterpolation()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dinterp.cpp35 int *curipos[MAXINTERPOLATIONS]; variable
46 if (curipos[i] == posptr) in setinterpolation()
50 curipos[numinterpolations] = posptr; in setinterpolation()
61 if (curipos[i] == posptr) in stopinterpolation()
66 curipos[i] = curipos[numinterpolations]; in stopinterpolation()
76 oldipos[i] = *curipos[i]; in updateinterpolations()
90 bakipos[i] = *curipos[i]; in dointerpolations()
93 ndelta = (*curipos[i]) - oldipos[i]; in dointerpolations()
98 *curipos[i] = oldipos[i] + j; in dointerpolations()
107 *curipos[i] = bakipos[i]; in restoreinterpolations()
H A Dinterpso.cpp41 void *curipos; member
62 if (interp->data[i].curipos == posptr) in so_setpointinterpolation()
67 data->curipos = posptr; in so_setpointinterpolation()
81 if (interp->data[i].curipos == posptr) in so_setspriteanginterpolation()
86 data->curipos = posptr; in so_setspriteanginterpolation()
100 if (interp->data[i].curipos == posptr) in so_stopdatainterpolation()
214 data->oldipos = *(int16_t *)(data->curipos); in so_updateinterpolations()
217 data->oldipos = *(int32_t *)(data->curipos); in so_updateinterpolations()
330 *(int16_t *)(data->curipos) = data->bakipos; in so_restoreinterpolations()
332 *(int32_t *)(data->curipos) = data->bakipos; in so_restoreinterpolations()
[all …]
H A Dinterp.h43 extern int *curipos[MAXINTERPOLATIONS];
H A Dsave.cpp606 saveisshot |= SaveSymDataInfo(fil, curipos[i]); in SaveGame()
1090 saveisshot |= LoadSymDataInfo(fil, (void **)&curipos[i]); in LoadGame()
/dports/games/jfsw/jfsw-c434002/src/
H A Dinterp.c36 int *curipos[MAXINTERPOLATIONS]; variable
47 if (curipos[i] == posptr) in setinterpolation()
51 curipos[numinterpolations] = posptr; in setinterpolation()
62 if (curipos[i] == posptr) in stopinterpolation()
67 curipos[i] = curipos[numinterpolations]; in stopinterpolation()
77 oldipos[i] = *curipos[i]; in updateinterpolations()
91 bakipos[i] = *curipos[i]; in dointerpolations()
94 ndelta = (*curipos[i]) - oldipos[i]; in dointerpolations()
99 *curipos[i] = oldipos[i] + j; in dointerpolations()
108 *curipos[i] = bakipos[i]; in restoreinterpolations()
H A Dinterp.h37 extern int *curipos[MAXINTERPOLATIONS];
H A Dsave.c600 saveisshot |= SaveSymDataInfo(fil, curipos[i]); in SaveGame()
1089 saveisshot |= LoadSymDataInfo(fil, (void**)&curipos[i]); in LoadGame()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dview.cpp86 int32_t* curipos[MAXINTERPOLATIONS]; variable
99 if (curipos[i] == posptr) in viewSetInterpolation()
102 curipos[g_interpolationCnt] = posptr; in viewSetInterpolation()
111 if (curipos[i] == posptr) in viewStopInterpolation()
116 curipos[i] = curipos[g_interpolationCnt]; in viewStopInterpolation()
127 bakipos[i] = *curipos[i]; in viewDoInterpolations()
128 ndelta = (*curipos[i]) - oldipos[i]; in viewDoInterpolations()
131 *curipos[i] = oldipos[i] + j; in viewDoInterpolations()
137 for (bssize_t i=g_interpolationCnt-1; i>=0; i--) oldipos[i] = *curipos[i]; in viewUpdateInterpolations()
144 for (; i>=0; i--) *curipos[i] = bakipos[i]; in viewRestoreInterpolations()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dglobal.h49 G_EXTERN int32_t *curipos[MAXINTERPOLATIONS]; variable
219 for (bssize_t i=g_interpolationCnt-1; i>=0; i--) oldipos[i] = *curipos[i]; in G_UpdateInterpolations()
229 for (; i>=0; i--) *curipos[i] = bakipos[i]; in G_RestoreInterpolations()
H A Dactors.cpp50 if (curipos[i] == posptr) in G_SetInterpolation()
53 curipos[g_interpolationCnt] = posptr; in G_SetInterpolation()
62 if (curipos[i] == posptr) in G_StopInterpolation()
67 curipos[i] = curipos[g_interpolationCnt]; in G_StopInterpolation()
81 bakipos[i] = *curipos[i]; in G_DoInterpolations()
82 ndelta = (*curipos[i]) - oldipos[i]; in G_DoInterpolations()
85 *curipos[i] = oldipos[i] + j; in G_DoInterpolations()
H A Dpremap.cpp2028 for (int i=g_interpolationCnt-1; i>=0; i--) bakipos[i] = *curipos[i]; in G_EnterLevel()
H A Dsavegame.cpp129 for (i=g_interpolationCnt-1; i>=0; i--) bakipos[i] = *curipos[i]; in G_ResetInterpolations()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A Dactors1.c36 for(i=numinterpolations-1;i>=0;i--) oldipos[i] = *curipos[i]; in updateinterpolations()
46 if (curipos[i] == posptr) return; in setinterpolation()
47 curipos[numinterpolations] = posptr; in setinterpolation()
57 if (curipos[i] == posptr) in stopinterpolation()
62 curipos[i] = curipos[numinterpolations]; in stopinterpolation()
73 bakipos[i] = *curipos[i]; in dointerpolations()
74 odelta = ndelta; ndelta = (*curipos[i])-oldipos[i]; in dointerpolations()
76 *curipos[i] = oldipos[i]+j; in dointerpolations()
84 for(i=numinterpolations-1;i>=0;i--) *curipos[i] = bakipos[i]; in restoreinterpolations()
H A DGLOBAL.C176 long *curipos[MAXINTERPOLATIONS]; variable
H A DDUKE3D.H620 extern long *curipos[MAXINTERPOLATIONS];
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dglobal.h56 G_EXTERN int32_t *curipos[MAXINTERPOLATIONS]; variable
315 for (bssize_t i=g_interpolationCnt-1; i>=0; i--) oldipos[i] = *curipos[i]; in G_UpdateInterpolations()
325 for (; i>=0; i--) *curipos[i] = bakipos[i]; in G_RestoreInterpolations()
H A Dactors.cpp43 if (curipos[i] == posptr) in G_SetInterpolation()
46 curipos[g_interpolationCnt] = posptr; in G_SetInterpolation()
55 if (curipos[i] == posptr) in G_StopInterpolation()
60 curipos[i] = curipos[g_interpolationCnt]; in G_StopInterpolation()
74 bakipos[i] = *curipos[i]; in G_DoInterpolations()
75 ndelta = (*curipos[i]) - oldipos[i]; in G_DoInterpolations()
78 *curipos[i] = oldipos[i] + j; in G_DoInterpolations()
H A Dsavegame.cpp129 for (i=g_interpolationCnt-1; i>=0; i--) bakipos[i] = *curipos[i]; in G_ResetInterpolations()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DGAME.C209 static long *curipos[MAXINTERPOLATIONS]; variable
6035 if (curipos[i] == posptr) return; in setinterpolation()
6036 curipos[numinterpolations] = posptr; in setinterpolation()
6046 if (curipos[i] == posptr) in stopinterpolation()
6051 curipos[i] = curipos[numinterpolations]; in stopinterpolation()
6059 for(i=numinterpolations-1;i>=0;i--) oldipos[i] = *curipos[i]; in updateinterpolations()
6069 bakipos[i] = *curipos[i]; in dointerpolations()
6070 odelta = ndelta; ndelta = (*curipos[i])-oldipos[i]; in dointerpolations()
6072 *curipos[i] = oldipos[i]+j; in dointerpolations()
6080 for(i=numinterpolations-1;i>=0;i--) *curipos[i] = bakipos[i]; in restoreinterpolations()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DGAME.C210 static long *curipos[MAXINTERPOLATIONS]; variable
6036 if (curipos[i] == posptr) return; in setinterpolation()
6037 curipos[numinterpolations] = posptr; in setinterpolation()
6047 if (curipos[i] == posptr) in stopinterpolation()
6052 curipos[i] = curipos[numinterpolations]; in stopinterpolation()
6060 for(i=numinterpolations-1;i>=0;i--) oldipos[i] = *curipos[i]; in updateinterpolations()
6070 bakipos[i] = *curipos[i]; in dointerpolations()
6071 odelta = ndelta; ndelta = (*curipos[i])-oldipos[i]; in dointerpolations()
6073 *curipos[i] = oldipos[i]+j; in dointerpolations()
6081 for(i=numinterpolations-1;i>=0;i--) *curipos[i] = bakipos[i]; in restoreinterpolations()
/dports/games/NBlood/NBlood-a1689a4/source/kenbuild/src/
H A Dgame.cpp230 static int *curipos[MAXINTERPOLATIONS]; variable
6359 if (curipos[i] == posptr) return; in setinterpolation()
6360 curipos[numinterpolations] = posptr; in setinterpolation()
6370 if (curipos[i] == posptr) in stopinterpolation()
6375 curipos[i] = curipos[numinterpolations]; in stopinterpolation()
6383 for (i=numinterpolations-1; i>=0; i--) oldipos[i] = *curipos[i]; in updateinterpolations()
6393 bakipos[i] = *curipos[i]; in dointerpolations()
6394 odelta = ndelta; ndelta = (*curipos[i])-oldipos[i]; in dointerpolations()
6396 *curipos[i] = oldipos[i]+j; in dointerpolations()
6404 for (i=numinterpolations-1; i>=0; i--) *curipos[i] = bakipos[i]; in restoreinterpolations()
/dports/games/jfsw/jfsw-c434002/jfbuild/kenbuild/
H A Dgame.c198 static int *curipos[MAXINTERPOLATIONS]; variable
6317 if (curipos[i] == posptr) return;
6318 curipos[numinterpolations] = posptr;
6328 if (curipos[i] == posptr)
6333 curipos[i] = curipos[numinterpolations];
6341 for(i=numinterpolations-1;i>=0;i--) oldipos[i] = *curipos[i];
6351 bakipos[i] = *curipos[i];
6352 odelta = ndelta; ndelta = (*curipos[i])-oldipos[i];
6354 *curipos[i] = oldipos[i]+j;
6362 for(i=numinterpolations-1;i>=0;i--) *curipos[i] = bakipos[i];

12