Home
last modified time | relevance | path

Searched refs:LIGHTSCALESHIFT (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dr_local.h56 #define LIGHTSCALESHIFT 12 macro
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_main.h77 #define LIGHTSCALESHIFT 12 macro
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_main.h82 #define LIGHTSCALESHIFT 12 macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_main.h65 #define LIGHTSCALESHIFT 12 macro
H A Dr_segs.c170 index = spryscale>>(LIGHTSCALESHIFT + crispy->hires); in R_RenderMaskedSegRange()
271 index = rw_scale>>(LIGHTSCALESHIFT + crispy->hires); in R_RenderSegLoop()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_main.h65 #define LIGHTSCALESHIFT 12 macro
H A Dr_segs.c170 index = spryscale>>LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
271 index = rw_scale>>LIGHTSCALESHIFT; in R_RenderSegLoop()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_main.h65 #define LIGHTSCALESHIFT 12 macro
H A Dr_segs.c162 index = spryscale>>LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
260 index = rw_scale>>LIGHTSCALESHIFT; in R_RenderSegLoop()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_main.c118 int LIGHTSCALESHIFT; variable
727 LIGHTSCALESHIFT = 12; in R_InitLightTables()
737 LIGHTSCALESHIFT = 12; in R_InitLightTables()
756 scale >>= LIGHTSCALESHIFT; in R_InitLightTables()
H A Dr_main.h66 extern int LIGHTSCALESHIFT;
H A Dr_segs.c261 index = spryscale>>(LIGHTSCALESHIFT + crispy->hires); in R_RenderMaskedSegRange()
385 index = rw_scale>>(LIGHTSCALESHIFT + crispy->hires); in R_RenderSegLoop()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_main.h115 #define LIGHTSCALESHIFT 12 macro
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_main.h117 #define LIGHTSCALESHIFT 12 macro
H A Dr_segs.c720 unsigned dlit = dm_yscale>>LIGHTSCALESHIFT; in R_DrawWallSplats()
1186 unsigned dlit = dm_yscale>>LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
1250 unsigned dlit = dm_yscale>>LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
1588 unsigned dlit = dm_yscale>>LIGHTSCALESHIFT; in R_RenderThickSideRange()
1691 unsigned dlit = dm_yscale>>LIGHTSCALESHIFT; in R_RenderThickSideRange()
1857 unsigned dlit = dm_yscale>>LIGHTSCALESHIFT; in R_RenderFog()
2103 unsigned dlit = rw_scale>>LIGHTSCALESHIFT; in R_RenderSegLoop()
2131 unsigned dlit = rw_scale>>LIGHTSCALESHIFT; in R_RenderSegLoop()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_main.h49 #define LIGHTSCALESHIFT 12 macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_segs.c132 index = spryscale >> (LIGHTSCALESHIFT + crispy->hires); in R_RenderMaskedSegRange()
229 index = rw_scale >> (LIGHTSCALESHIFT + crispy->hires); in R_RenderSegLoop()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_segs.c140 index = spryscale >> LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
237 index = rw_scale >> LIGHTSCALESHIFT; in R_RenderSegLoop()
H A Dr_local.h45 #define LIGHTSCALESHIFT 12 macro
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_segs.c132 index = spryscale >> LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
229 index = rw_scale >> LIGHTSCALESHIFT; in R_RenderSegLoop()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_segs.c128 index = spryscale>>LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
223 index = rw_scale>>LIGHTSCALESHIFT; in R_RenderSegLoop()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dr_main.h86 #define LIGHTSCALESHIFT (12+LIGHTSCALEMULBITS) macro
/dports/games/heretic/glheretic-1.2/
H A Dr_segs.c128 index = spryscale>>LIGHTSCALESHIFT; in R_RenderMaskedSegRange()
224 index = rw_scale>>LIGHTSCALESHIFT; in R_RenderSegLoop()
H A Dr_local.h35 #define LIGHTSCALESHIFT 12 macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_segs.c141 index = spryscale >> (LIGHTSCALESHIFT + crispy->hires); in R_RenderMaskedSegRange()
238 index = rw_scale >> (LIGHTSCALESHIFT + crispy->hires); in R_RenderSegLoop()

123