Home
last modified time | relevance | path

Searched refs:invd (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Drastpos.c183 GLfloat invd = 1.0F / d; in shade_rastpos() local
184 SELF_SCALE_SCALAR_3V(VP, invd); in shade_rastpos()
/third_party/skia/src/core/
H A DSkVM.cpp1474 invd = 1.0f / d, in to_hsla() local
1479 select(mx == c.r, invd * (c.g - c.b) + g_lt_b, in to_hsla()
1480 select(mx == c.g, invd * (c.b - c.r) + 2.0f in to_hsla()
1481 , invd * (c.r - c.g) + 4.0f))); in to_hsla()

Completed in 9 milliseconds