Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DBlitter.cpp690 …constexpr float sharedexp_max = ((static_cast<float>(1 << N) - 1) / static_cast<float>(1 << N)) * … in write() local
693 Float red_c = Min(IfThenElse(!(c.x > 0), Float(0), Float(c.x)), sharedexp_max); in write()
694 Float green_c = Min(IfThenElse(!(c.y > 0), Float(0), Float(c.y)), sharedexp_max); in write()
695 Float blue_c = Min(IfThenElse(!(c.z > 0), Float(0), Float(c.z)), sharedexp_max); in write()