Home | History | Annotate | Download | only in functional

Lines Matching refs:deInt32

366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision)
393 static bool containsAfterUintCast (const std::set<deInt32>& haystack, deUint32 needle, glu::Precision precision)
395 for (std::set<deInt32>::const_iterator it = haystack.begin(); it != haystack.end(); ++it)
401 static bool containsAfterUintCast (const std::set<deUint32>& haystack, deInt32 needle, glu::Precision precision)
440 set<deInt32> inValues;
446 const deInt32 inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx));
467 !intEqualsAfterUintCast((deInt32)m_initialValue, outputValue, m_precision))
528 const deInt32 inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx));
549 !intEqualsAfterUintCast((deInt32)m_initialValue, outputValue, m_precision))