Home
last modified time | relevance | path

Searched refs:r_numallocatededges (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/tenebrae/tenebrae_0/
H A Dr_main.c31 int r_numallocatededges; variable
282 r_numallocatededges = r_maxedges.value; in R_NewMap()
284 if (r_numallocatededges < MINEDGES) in R_NewMap()
285 r_numallocatededges = MINEDGES; in R_NewMap()
287 if (r_numallocatededges <= NUMSTACKEDGES) in R_NewMap()
293 auxedges = Hunk_AllocName (r_numallocatededges * sizeof(edge_t), in R_NewMap()
H A Dr_local.h258 extern int r_numallocatededges;
H A Dr_misc.c399 r_numallocatededges, r_maxedgesseen); in R_SetupFrame()
H A Dr_edge.c132 edge_max = &r_edges[r_numallocatededges]; in R_BeginEdgeFrame()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dr_main.c42 int r_numallocatededges; variable
379 r_numallocatededges = r_maxedges.integer; in R_NewMap()
381 if (r_numallocatededges < MINEDGES) in R_NewMap()
382 r_numallocatededges = MINEDGES; in R_NewMap()
384 if (r_numallocatededges <= NUMSTACKEDGES) in R_NewMap()
390 auxedges = (edge_t *) Hunk_AllocName (r_numallocatededges * sizeof(edge_t), "edges"); in R_NewMap()
393 SaveEdgesSize = r_numallocatededges * sizeof(edge_t); in R_NewMap()
H A Dr_misc.c418 r_numallocatededges, r_maxedgesseen); in R_SetupFrame()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dr_main.c42 int r_numallocatededges; variable
388 r_numallocatededges = r_maxedges.integer; in R_NewMap()
390 if (r_numallocatededges < MINEDGES) in R_NewMap()
391 r_numallocatededges = MINEDGES; in R_NewMap()
393 if (r_numallocatededges <= NUMSTACKEDGES) in R_NewMap()
399 auxedges = (edge_t *) Hunk_AllocName (r_numallocatededges * sizeof(edge_t), "edges"); in R_NewMap()
402 SaveEdgesSize = r_numallocatededges * sizeof(edge_t); in R_NewMap()
H A Dr_misc.c568 r_numallocatededges, r_maxedgesseen); in R_SetupFrame()
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_main.c58 int r_numallocatededges; variable
507 r_numallocatededges = sw_maxedges->integer; in R_NewMap()
509 if (r_numallocatededges < MINEDGES) in R_NewMap()
510 r_numallocatededges = MINEDGES; in R_NewMap()
512 if (r_numallocatededges <= NUMSTACKEDGES) in R_NewMap()
518 auxedges = R_Malloc (r_numallocatededges * sizeof(edge_t)); in R_NewMap()
519 memset( auxedges, 0, r_numallocatededges * sizeof(edge_t) ); in R_NewMap()
H A Dsw_local.h587 extern int r_numallocatededges;
/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_main.c49 int r_numallocatededges; variable
408 r_numallocatededges = sw_maxedges->value; in R_NewMap()
410 if (r_numallocatededges < MINEDGES) in R_NewMap()
411 r_numallocatededges = MINEDGES; in R_NewMap()
413 if (r_numallocatededges <= NUMSTACKEDGES) in R_NewMap()
419 auxedges = malloc (r_numallocatededges * sizeof(edge_t)); in R_NewMap()
H A Dr_local.h689 extern int r_numallocatededges;
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_main.c49 int r_numallocatededges; variable
408 r_numallocatededges = sw_maxedges->value; in R_NewMap()
410 if (r_numallocatededges < MINEDGES) in R_NewMap()
411 r_numallocatededges = MINEDGES; in R_NewMap()
413 if (r_numallocatededges <= NUMSTACKEDGES) in R_NewMap()
419 auxedges = malloc (r_numallocatededges * sizeof(edge_t)); in R_NewMap()
H A Dr_local.h689 extern int r_numallocatededges;
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsw_rmain.c64 int r_numallocatededges; variable
209 r_numallocatededges = r_maxedges->int_val; in R_NewMap()
211 if (r_numallocatededges < MINEDGES) in R_NewMap()
212 r_numallocatededges = MINEDGES; in R_NewMap()
214 if (r_numallocatededges <= NUMSTACKEDGES) { in R_NewMap()
217 auxedges = Hunk_AllocName (r_numallocatededges * sizeof (edge_t), in R_NewMap()
H A Dsw_rmisc.c215 r_numallocatededges, r_maxedgesseen); in R_SetupFrame()
H A Dsw_redge.c119 edge_max = &r_edges[r_numallocatededges]; in R_BeginEdgeFrame()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dr_main.c35 int r_numallocatededges; variable
300 r_numallocatededges = qclamp((int)r_maxedges.value, MINEDGES, MAXEDGES); in R_NewMap()
301 if (r_numallocatededges <= NUMSTACKEDGES) { in R_NewMap()
304 auxedges = (edge_t*)Hunk_AllocName(r_numallocatededges * sizeof(edge_t), in R_NewMap()
H A Dr_local.h199 extern int r_numallocatededges;
H A Dr_misc.c355 r_numallocatededges, r_maxedgesseen); in R_SetupFrame()
H A Dr_edge.c88 edge_max = &r_edges[r_numallocatededges]; in R_BeginEdgeFrame()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dnamehack.h195 #define r_numallocatededges sw32_r_numallocatededges macro
434 #undef r_numallocatededges
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dr_local.h257 extern int r_numallocatededges;
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dr_local.h294 extern int r_numallocatededges;
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dr_local.h261 extern int r_numallocatededges;

12