Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp51 static const int minNormalizedFloat = 0x00800000; in tess_flush() local
55 if( b < minNormalizedFloat ) // UINT comparison. NaN/INF do test false here in tess_flush()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp58 static const int minNormalizedFloat = 0x00800000; in tess_flush() local
64 if( b < minNormalizedFloat ) // UINT comparison. NaN/INF do test false here in tess_flush()