Home
last modified time | relevance | path

Searched refs:nextpoty (Results 1 – 2 of 2) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/rr/src/n64/
H A Dreality_render.cpp667 const int32_t nextpoty = 1 << ((picsiz[dapic] >> 4) + 1); in rt_gloadtile_n64()
668 const int32_t ydif = nextpoty - siz.y; in rt_gloadtile_n64()
673 paddedpic = (coltype *)Xrealloc(pic, siz.x * nextpoty * sizeof(coltype)); in rt_gloadtile_n64()
677 siz.y = tsiz.y = nextpoty; in rt_gloadtile_n64()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dpolymost.cpp2306 const int32_t nextpoty = 1 << ((picsiz[dapic] >> 4) + 1); in gloadtile_art() local
2307 const int32_t ydif = nextpoty - siz.y; in gloadtile_art()
2312 paddedpic = (coltype *)Xrealloc(pic, siz.x * nextpoty * sizeof(coltype)); in gloadtile_art()
2316 siz.y = tsiz.y = nextpoty; in gloadtile_art()