HomeSort by relevance Sort by last modified time
    Searched refs:chopToInt (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuVectorUtil.hpp 115 inline int chopToInt (float a) { return deChopFloatToInt32(a); }
117 inline float trunc (float a) { return (float)chopToInt(a); }
330 Vector<int, Size> chopToInt (const Vector<float, Size>& v)
334 res.m_data[i] = chopToInt(v.m_data[i]);
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp     [all...]

Completed in 59 milliseconds