Home
last modified time | relevance | path

Searched refs:lightbatch (Results 1 – 3 of 3) sorted by relevance

/dports/games/tesseract-data/tesseract/src/engine/
H A Drenderlights.cpp1783 struct lightbatch : lighttileslice struct
1800 static inline void htrecycle(lightbatch &l) in htrecycle() argument
1823 hashset<lightbatch> lightbatcher(128);
1824 vector<lightbatch *> lightbatches;
2801 lightbatch &batch = *lightbatches[i]; in renderlightbatches()
3184 static inline bool sortlightbatches(const lightbatch *x, const lightbatch *y) in sortlightbatches()
3292 lightbatch &batch = lightbatcher[slice]; in packlights()
/dports/games/tesseract/tesseract/src/engine/
H A Drenderlights.cpp1783 struct lightbatch : lighttileslice struct
1800 static inline void htrecycle(lightbatch &l) in htrecycle() argument
1823 hashset<lightbatch> lightbatcher(128);
1824 vector<lightbatch *> lightbatches;
2801 lightbatch &batch = *lightbatches[i]; in renderlightbatches()
3184 static inline bool sortlightbatches(const lightbatch *x, const lightbatch *y) in sortlightbatches()
3292 lightbatch &batch = lightbatcher[slice]; in packlights()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Drenderlights.cpp1915 struct lightbatch : lightbatchkey struct
1932 static inline void htrecycle(lightbatch &l) in htrecycle() argument
1953 hashset<lightbatch> lightbatcher(128);
1954 vector<lightbatch *> lightbatches;
3067 lightbatch &batch = *lightbatches[i]; in renderlightbatches()
3703 lightbatch &batch = lightbatcher[key]; in batchlights()
3729 static inline bool sortlightbatches(const lightbatch *x, const lightbatch *y) in sortlightbatches()