Home
last modified time | relevance | path

Searched refs:dayscale (Results 1 – 6 of 6) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_things.h132 fixed_t daxscale, fixed_t dayscale, FVoxel *voxobj,
H A Dr_things.cpp2538 fixed_t daxscale, fixed_t dayscale, FVoxel *voxobj, in R_DrawVoxel() argument
2568 dayscale = dayscale / (0xC000 >> 6); in R_DrawVoxel()
2579 i = DivScale6(i, MIN(daxscale, dayscale)); in R_DrawVoxel()
2592 daxscale <<= (k+8); dayscale <<= (k+8); in R_DrawVoxel()
2593 dazscale = FixedDiv(dayscale, baseyaspectmul); in R_DrawVoxel()
2596 dayscale = Scale(dayscale, FixedMul(xdimenscale, viewingrangerecip), centerxwide << 9); in R_DrawVoxel()
2599 dayscalerecip = (1<<30) / dayscale; in R_DrawVoxel()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c2727 int daxscale, int dayscale, unsigned char daindex, in drawvox() argument
2750 j *= min(daxscale,dayscale); j >>= 6; //New hacks (for sized-down voxels) in drawvox()
2764 { daxscale <<= (i+8); dayscale <<= (i+8); } in drawvox()
2768 dayscale = mulscale8(dayscale<<i,voxscale[daindex]); in drawvox()
2771 odayscale = dayscale; in drawvox()
2774 dayscale = scale(dayscale,mulscale16(xdimenscale,viewingrangerecip),xdimen<<8); in drawvox()
2777 dayscalerecip = (1<<30)/dayscale; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp4772 int32_t daxscale, int32_t dayscale, int32_t daindex, in classicDrawVoxel() argument
4811 { daxscale <<= (i+8); dayscale <<= (i+8); } in classicDrawVoxel()
4815 dayscale = mulscale8(dayscale<<i,voxscale[daindex]); in classicDrawVoxel()
4818 const int32_t odayscale = dayscale; in classicDrawVoxel()
4821 dayscale = scale(dayscale, mulscale16(xdimenscale,viewingrangerecip), xdimen<<8); in classicDrawVoxel()
5025 … const int32_t l1 = mulscale(distrecip[clamp((ny-yoff)>>14, 1, DISTRECIPSIZ-1)], dayscale, 12+mip); in classicDrawVoxel()
5028 … const int32_t l2 = mulscale(distrecip[clamp((ny+yoff)>>14, 1, DISTRECIPSIZ-1)], dayscale, 12+mip); in classicDrawVoxel()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C3909 long daxscale, long dayscale, char daindex, in drawvox() argument
3939 daxscale <<= (i+8); dayscale <<= (i+8); in drawvox()
3940 odayscale = dayscale; in drawvox()
3943 dayscale = scale(dayscale,mulscale16(xdimenscale,viewingrangerecip),xdimen<<8); in drawvox()
3946 dayscalerecip = (1<<30)/dayscale; in drawvox()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C3948 long daxscale, long dayscale, char daindex, in drawvox() argument
3979 daxscale <<= (i+8); dayscale <<= (i+8); in drawvox()
3980 odayscale = dayscale; in drawvox()
3983 dayscale = scale(dayscale,mulscale16(xdimenscale,viewingrangerecip),xdimen<<8); in drawvox()
3986 dayscalerecip = (1<<30)/dayscale; in drawvox()