Home
last modified time | relevance | path

Searched refs:cachedystep (Results 1 – 18 of 18) sorted by relevance

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_plane.c109 static fixed_t *cachedystep = NULL; variable
125 if (cachedystep) free(cachedystep); in R_InitPlanesRes()
137 cachedystep = calloc(1, SCREENHEIGHT * sizeof(*cachedystep)); in R_InitPlanesRes()
210 dsvars->ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_MapPlane()
216 dsvars->ystep = cachedystep[y]; in R_MapPlane()
/dports/games/heretic/glheretic-1.2/
H A Dr_plane.c54 fixed_t *cachedystep; variable
78 cachedystep=(fixed_t *)calloc(screenheight,sizeof(fixed_t)); in resinit_r_plane_c()
153 ds_ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_MapPlane()
159 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_plane.c87 fixed_t cachedystep[MAXHEIGHT]; variable
140 ds_ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_MapPlane()
146 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_plane.c86 fixed_t cachedystep[SCREENHEIGHT]; variable
139 ds_ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_MapPlane()
145 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_plane.c87 fixed_t cachedystep[SCREENHEIGHT]; variable
140 ds_ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_MapPlane()
146 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_plane.c71 fixed_t cachedystep[SCREENHEIGHT]; variable
141 ds_ystep = cachedystep[y] = FixedMul(distance, baseyscale); in R_MapPlane()
147 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_plane.c90 fixed_t cachedystep[MAXHEIGHT]; variable
153 ds_ystep = cachedystep[y] = (FixedMul (viewcos, planeheight) / dy) << detailshift; in R_MapPlane()
159 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_plane.c72 fixed_t cachedystep[MAXHEIGHT]; variable
142 ds_ystep = cachedystep[y] = FixedMul(distance, baseyscale); in R_MapPlane()
148 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_plane.c100 static fixed_t cachedystep[MAX_SCREENHEIGHT]; variable
146 dsvars->ystep = cachedystep[y] = FixedMul (viewcos, planeheight) / dy; in R_MapPlane()
152 dsvars->ystep = cachedystep[y]; in R_MapPlane()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_plane.c69 fixed_t cachedystep[SCREENHEIGHT]; variable
148 ds_ystep = cachedystep[y] = FixedMul(distance, baseyscale); in R_MapPlane()
154 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_plane.c75 fixed_t cachedystep[SCREENHEIGHT]; variable
154 ds_ystep = cachedystep[y] = FixedMul(distance, baseyscale); in R_MapPlane()
160 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_plane.c102 static fixed_t cachedystep[MAX_SCREENHEIGHT]; variable
147 dsvars->ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_MapPlane()
153 dsvars->ystep = cachedystep[y]; in R_MapPlane()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_plane.c75 fixed_t cachedystep[MAXHEIGHT]; variable
154 ds_ystep = cachedystep[y] = FixedMul(distance, baseyscale); in R_MapPlane()
160 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_splats.c67 extern fixed_t cachedystep[MAXVIDHEIGHT];
505 ds_ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_RenderFloorSplat()
511 ds_ystep = cachedystep[y]; in R_RenderFloorSplat()
H A Dr_plane.c187 fixed_t cachedystep[MAXVIDHEIGHT]; variable
252 ds_ystep = cachedystep[y] = FixedMul (distance,baseyscale); in R_MapPlane()
258 ds_ystep = cachedystep[y]; in R_MapPlane()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_plane.h71 extern fixed_t cachedystep[MAXVIDHEIGHT];
H A Dr_splats.c554 cachedystep[y] = ystep; in R_RasterizeFloorSplat()
560 ystep = cachedystep[y]; in R_RasterizeFloorSplat()
H A Dr_plane.c104 fixed_t cachedystep[MAXVIDHEIGHT]; variable
200 cachedystep[y] = ds_ystep; in R_MapPlane()
206 ds_ystep = cachedystep[y]; in R_MapPlane()