Home
last modified time | relevance | path

Searched refs:numlights (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dshade.cpp61 numlights = 0; in reset_lights()
65 lightlist[numlights] = li; in add_light()
66 numlights++; in add_light()
104 for (i = 0; i < numlights; i++) { /* loop for light contributions */ in shader()
H A Dglobal.hpp57 extern int numlights;
H A Dglobal.cpp59 int numlights = 0; variable
H A Dextvol.cpp297 for (i = 0; i < numlights; i++) { in ext_volume_texture()