Home
last modified time | relevance | path

Searched refs:cachedheight (Results 1 – 24 of 24) sorted by relevance

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_plane.c106 static fixed_t *cachedheight = NULL; variable
122 if (cachedheight) free(cachedheight); in R_InitPlanesRes()
134 cachedheight = calloc(1, SCREENHEIGHT * sizeof(*cachedheight)); in R_InitPlanesRes()
205 if (planeheight != cachedheight[y]) in R_MapPlane()
207 cachedheight[y] = planeheight; in R_MapPlane()
288 memset (cachedheight, 0, SCREENHEIGHT * sizeof(*cachedheight)); in R_ClearPlanes()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_plane.c84 fixed_t cachedheight[MAXHEIGHT]; variable
135 if (planeheight != cachedheight[y]) in R_MapPlane()
137 cachedheight[y] = planeheight; in R_MapPlane()
195 memset (cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_plane.c83 fixed_t cachedheight[SCREENHEIGHT]; variable
134 if (planeheight != cachedheight[y]) in R_MapPlane()
136 cachedheight[y] = planeheight; in R_MapPlane()
194 memset (cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_plane.c84 fixed_t cachedheight[SCREENHEIGHT]; variable
135 if (planeheight != cachedheight[y]) in R_MapPlane()
137 cachedheight[y] = planeheight; in R_MapPlane()
195 memset (cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_plane.c68 fixed_t cachedheight[SCREENHEIGHT]; variable
135 if (planeheight != cachedheight[y]) in R_MapPlane()
137 cachedheight[y] = planeheight; in R_MapPlane()
203 memset(cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/heretic/glheretic-1.2/
H A Dr_plane.c51 fixed_t *cachedheight; variable
75 cachedheight=(fixed_t *)calloc(screenheight,sizeof(fixed_t)); in resinit_r_plane_c()
147 if (planeheight != cachedheight[y]) in R_MapPlane()
149 cachedheight[y] = planeheight; in R_MapPlane()
216 memset (cachedheight, 0, screenheight*sizeof(fixed_t)); in R_ClearPlanes()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_plane.c87 fixed_t cachedheight[MAXHEIGHT]; variable
148 if (planeheight != cachedheight[y]) in R_MapPlane()
150 cachedheight[y] = planeheight; in R_MapPlane()
209 memset (cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
H A Dr_defs.h139 int cachedheight; member
H A Dr_segs.c168 if (height != sector->cachedheight) in R_FixWiggle()
170 sector->cachedheight = height; in R_FixWiggle()
H A Dp_setup.c391 ss->cachedheight = 0; in P_LoadSectors()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_plane.c69 fixed_t cachedheight[MAXHEIGHT]; variable
136 if (planeheight != cachedheight[y]) in R_MapPlane()
138 cachedheight[y] = planeheight; in R_MapPlane()
204 memset(cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_plane.c97 static fixed_t cachedheight[MAX_SCREENHEIGHT]; variable
141 if (planeheight != cachedheight[y]) in R_MapPlane()
143 cachedheight[y] = planeheight; in R_MapPlane()
208 memset (cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
H A Dr_defs.h90 int cachedheight; member
H A Dr_segs.c168 if (height != sector->cachedheight) in R_FixWiggle()
170 sector->cachedheight = height; in R_FixWiggle()
H A Dp_setup.c656 ss->cachedheight = 0; in P_LoadSectors()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_plane.c66 fixed_t cachedheight[SCREENHEIGHT]; variable
143 if(planeheight != cachedheight[y]) in R_MapPlane()
145 cachedheight[y] = planeheight; in R_MapPlane()
207 memset(cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_plane.c72 fixed_t cachedheight[SCREENHEIGHT]; variable
149 if (planeheight != cachedheight[y]) in R_MapPlane()
151 cachedheight[y] = planeheight; in R_MapPlane()
213 memset(cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_plane.c99 static fixed_t cachedheight[MAX_SCREENHEIGHT]; variable
142 if (planeheight != cachedheight[y]) in R_MapPlane()
144 cachedheight[y] = planeheight; in R_MapPlane()
210 memset (cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_plane.c184 fixed_t cachedheight[MAXVIDHEIGHT]; variable
247 if (planeheight != cachedheight[y]) in R_MapPlane()
249 cachedheight[y] = planeheight; in R_MapPlane()
361 memset (cachedheight, 0, sizeof(cachedheight)); in R_Clear_Planes()
890 memset (cachedheight, 0, sizeof(cachedheight)); in R_DrawSinglePlane()
H A Dr_splats.c64 extern fixed_t cachedheight[MAXVIDHEIGHT];
500 if (planeheight != cachedheight[y]) in R_RenderFloorSplat()
502 cachedheight[y] = planeheight; in R_RenderFloorSplat()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_plane.c72 fixed_t cachedheight[MAXHEIGHT]; variable
149 if (planeheight != cachedheight[y]) in R_MapPlane()
151 cachedheight[y] = planeheight; in R_MapPlane()
213 memset(cachedheight, 0, sizeof(cachedheight)); in R_ClearPlanes()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_splats.c437 memset(cachedheight, 0, sizeof(cachedheight)); in R_RasterizeFloorSplat()
539 if (planeheight != cachedheight[y]) in R_RasterizeFloorSplat()
541 cachedheight[y] = planeheight; in R_RasterizeFloorSplat()
580 memset(cachedheight, 0, sizeof(cachedheight)); in R_RasterizeFloorSplat()
H A Dr_plane.c101 fixed_t cachedheight[MAXVIDHEIGHT]; variable
182 if (planeheight != cachedheight[y]) in R_MapPlane()
184 cachedheight[y] = planeheight; in R_MapPlane()
318 memset(cachedheight, 0, sizeof (cachedheight)); in R_ClearPlanes()
937 memset(cachedheight, 0, sizeof (cachedheight)); in R_DrawSinglePlane()
H A Dr_plane.h68 extern fixed_t cachedheight[MAXVIDHEIGHT];