Home
last modified time | relevance | path

Searched refs:rt_landscape (Results 1 – 12 of 12) sorted by relevance

/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dapi.h187 void rt_landscape(void *, int, int, vector, apiflt, apiflt);
H A Dapigeom.cpp236 void rt_landscape(void * tex, int m, int n, in rt_landscape() function
H A Dparse.cpp791 rt_landscape(tex, m, n, ctr, wx, wy); in GetLandScape()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dapi.h187 void rt_landscape(void *, int, int, vector, apiflt, apiflt);
H A Dapigeom.cpp236 void rt_landscape(void * tex, int m, int n, in rt_landscape() function
H A Dparse.cpp791 rt_landscape(tex, m, n, ctr, wx, wy); in GetLandScape()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dapi.hpp175 void rt_landscape(void *, int, int, vector, apiflt, apiflt);
H A Dapigeom.cpp252 void rt_landscape(void *tex, int m, int n, vector ctr, apiflt wx, apiflt wy) { in rt_landscape() function
H A Dparse.cpp778 rt_landscape(tex, m, n, ctr, wx, wy); in GetLandScape()
/dports/graphics/tachyon/tachyon/src/
H A Dtachyon.h416 void rt_landscape(SceneHandle, void *, int, int, apivector, apiflt, apiflt);
H A Dapigeom.c192 void rt_landscape(SceneHandle scene, void * tex, int m, int n, in rt_landscape() function
/dports/graphics/tachyon/tachyon/demosrc/
H A Dparse.c1648 rt_landscape(scene, tex, m, n, ctr, wx, wy); in GetLandScape()