Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapigeom.cpp88 xoff = ctr.x - (wx / 2.0); in rt_heightfield()
94 v0.x = wx * (xx) / (m * 1.0) + xoff; in rt_heightfield()
98 v1.x = wx * (xx + 1) / (m * 1.0) + xoff; in rt_heightfield()
102 v2.x = wx * (xx + 1) / (m * 1.0) + xoff; in rt_heightfield()
108 v0.x = wx * (xx) / (m * 1.0) + xoff; in rt_heightfield()
112 v1.x = wx * (xx) / (m * 1.0) + xoff; in rt_heightfield()
116 v2.x = wx * (xx + 1) / (m * 1.0) + xoff; in rt_heightfield()
136 offset.x = ctr.x - (wx / 2.0); in rt_sheightfield()
140 xinc = wx / ((apiflt)m); in rt_sheightfield()
200 apiflt wx, in adjust() argument
[all …]
H A Dparse.cpp760 apiflt wx, wy; in GetLandScape() local
770 wx = a; in GetLandScape()
778 rt_landscape(tex, m, n, ctr, wx, wy); in GetLandScape()