Home
last modified time | relevance | path

Searched refs:planeidx (Results 1 – 5 of 5) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dtypes.h533 int planeidx; /**< Plane index */ member
658 int planeidx; /**< Plane index */ member
712 int planeidx; /**< dividing plane (corresponding variable is r_clipplanes) */ member
752 int planeidx; /**< the plane where the effect (fog) starts */ member
H A Dq3bsp.cpp878 plane = r_planes + node->planeidx; in FindLeaf()
1656 r_nodes[i].planeidx = nodes[i].plane; in LoadNodes()
1888 r_brushsides[i].planeidx = brushsides[i].planeidx; in LoadBrushSides()
1943 …r_effects[i].planeidx = r_brushsides[r_brushes[effects[i].brush].firstbrushside+effects[i].visible… in LoadEffects()
1945 r_effects[i].planeidx = -1; in LoadEffects()
2719 side->planeidx = r_numplanes[0]++; in CreateBrush()
3246 plane = &r_planes[side->planeidx]; in ClipBoxToBrush()
3356 plane = &r_planes[side->planeidx]; in ClipBoxToPatch()
3446 plane = r_planes + side->planeidx; in TestBoxInBrush()
3493 plane = r_planes + side->planeidx; in TestBoxInPatch()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dinternal.h644 int planeidx = 0; in ncpile_debug() local
647 planeidx, n->absy, n->absx, n->leny, n->lenx, n->y, n->x, n, n->name); in ncpile_debug()
663 ++planeidx; in ncpile_debug()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dvdp2_render.cpp349 uint32 mapidx, planeidx, planeoffs, pageoffs; in Fetch() local
359 planeidx = ((ix >> 9) & PlaneSize & 0x1) | ((iy >> (9 - 1)) & PlaneSize & 0x2); in Fetch()
360 planeoffs = planeidx << (13 - PNDSize - (CharSize << 1)); in Fetch()
/dports/emulators/mednafen/mednafen/src/ss/
H A Dvdp2_render.cpp349 uint32 mapidx, planeidx, planeoffs, pageoffs; in Fetch() local
359 planeidx = ((ix >> 9) & PlaneSize & 0x1) | ((iy >> (9 - 1)) & PlaneSize & 0x2); in Fetch()
360 planeoffs = planeidx << (13 - PNDSize - (CharSize << 1)); in Fetch()