Home
last modified time | relevance | path

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

123

/dports/games/heretic/glheretic-1.2/
H A Dr_things.c602 index = xscale>>(LIGHTSCALESHIFT-detailshift); in R_ProjectSprite()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_things.c610 index = xscale >> (LIGHTSCALESHIFT - detailshift + crispy->hires); in R_ProjectSprite()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_things.c650 index = xscale >> (LIGHTSCALESHIFT - detailshift + crispy->hires); in R_ProjectSprite()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_things.c610 index = xscale >> (LIGHTSCALESHIFT - detailshift); in R_ProjectSprite()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_things.c605 index = xscale>>(LIGHTSCALESHIFT-detailshift); in R_ProjectSprite()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_things.c593 index = xscale >> (LIGHTSCALESHIFT - detailshift); in R_ProjectSprite()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_main.cpp672 scale >>= LIGHTSCALESHIFT-LIGHTSCALEMULBITS; in R_InitLightTables()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_main.c830 scale >>= LIGHTSCALESHIFT; in R_Init_LightTables()
H A Dr_things.c1381 int dlit = sprite->xscale>>(LIGHTSCALESHIFT-detailshift); in R_Split_Sprite_over_FFloor()
1718 int index = xscale>>(LIGHTSCALESHIFT-detailshift); in R_ProjectSprite()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_things.c776 index = xscale>>(LIGHTSCALESHIFT-detailshift+crispy->hires); in R_ProjectSprite()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_draw8.c2099 height = dc_lightlist[i].height >> LIGHTSCALESHIFT; in R_DrawColumnShadowed_8()
2102 bheight = dc_lightlist[i].botheight >> LIGHTSCALESHIFT; in R_DrawColumnShadowed_8()
H A Dr_main.c575 scale >>= LIGHTSCALESHIFT; in R_InitLightTables()
H A Dr_things.c1108 lindex = FixedMul(sprite->xscale, LIGHTRESOLUTIONFIX)>>(LIGHTSCALESHIFT); in R_SplitSprite()
2039 lindex = FixedMul(xscale, LIGHTRESOLUTIONFIX)>>(LIGHTSCALESHIFT);
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_things.c804 int index = ((xscale * 160 / wide_centerx) >> LIGHTSCALESHIFT); in R_ProjectSprite()

123