Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp152 const INT32 c_iMinResult = (c_bSigned ? INT32( -1 ) << (c_uIBits + c_uFBits - 1) : 0); in floatToIDotF() local
153 const INT32 c_iMaxResult = ~c_iMinResult; in floatToIDotF()
246 output = c_iMinResult; in floatToIDotF()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp166 const INT32 c_iMinResult = (c_bSigned ? INT32( -1 ) << (c_uIBits + c_uFBits - 1) : 0); in floatToIDotF() local
167 const INT32 c_iMaxResult = ~c_iMinResult; in floatToIDotF()
260 output = c_iMinResult; in floatToIDotF()