Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/demo/earth/
H A Dearth.cc232 float planet_x_, planet_y_, planet_z_; member in Planet
296 planet_y_ = 0.0f; in Reset()
397 float two_dy_y0_y_two_dz_z0_z = 2.0f * dy * (y0 - planet_y_) + in wRenderPixelSpan()
400 float y_y0_z_z0 = planet_y_ * y0 + planet_z_ * z0; in wRenderPixelSpan()
431 float ny = (py - planet_y_) * planet_one_over_radius_; in wRenderPixelSpan()
534 planet_y_ * planet_y_ + in CacheCalcs()
555 planet_y_ = y; in SetPlanetXYZR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/demo/earth_simd/
H A Dearth.cc280 float planet_x_, planet_y_, planet_z_; member in Planet
344 planet_y_ = 0.0f; in Reset()
440 const f32x4_t planet_pos = {planet_x_, planet_y_, planet_z_, 1.0f}; in wRenderPixelSpan()
462 float two_dy_y0_y_two_dz_z0_z = 2.0f * dy * (y0 - planet_y_) + in wRenderPixelSpan()
465 float y_y0_z_z0 = planet_y_ * y0 + planet_z_ * z0; in wRenderPixelSpan()
574 planet_y_ * planet_y_ + in CacheCalcs()
595 planet_y_ = y; in SetPlanetXYZR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/gonacl_appengine/src/earth/
H A Dearth.cc242 float planet_x_, planet_y_, planet_z_; member in Planet
322 planet_y_ = 0.0f; in Reset()
436 float two_dy_y0_y_two_dz_z0_z = 2.0f * dy * (y0 - planet_y_) + in wRenderPixelSpan()
439 float y_y0_z_z0 = planet_y_ * y0 + planet_z_ * z0; in wRenderPixelSpan()
470 float ny = (py - planet_y_) * planet_one_over_radius_; in wRenderPixelSpan()
577 planet_y_ * planet_y_ + in CacheCalcs()
598 planet_y_ = y; in SetPlanetXYZR()