Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp161 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF() local
162 const INT32 _fltMantissaMask = _fltHiddenBit - 1; in floatToIDotF()
262 output = (output & _fltMantissaMask) | _fltHiddenBit; in floatToIDotF()
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp175 const INT32 _fltHiddenBit = INT32( 1 ) << _fltMantissaBitCount; in floatToIDotF() local
176 const INT32 _fltMantissaMask = _fltHiddenBit - 1; in floatToIDotF()
276 output = (output & _fltMantissaMask) | _fltHiddenBit; in floatToIDotF()