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

  /external/deqp/framework/delibs/debase/
deInt32.h 149 DE_INLINE int deSign32 (int a)
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 333 if (deSign32(tcu::dot(n, tcu::cross(t1 - t0, p - t0))) == deSign32(tcu::dot(n, tcu::cross(t2 - t0, p - t0))))
335 if (deSign32(tcu::dot(n, tcu::cross(t2 - t1, p - t1))) == deSign32(tcu::dot(n, tcu::cross(t0 - t1, p - t1))))
337 if (deSign32(tcu::dot(n, tcu::cross(t0 - t2, p - t2))) == deSign32(tcu::dot(n, tcu::cross(t1 - t2, p - t2))))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 336 if (deSign32(tcu::dot(n, tcu::cross(t1 - t0, p - t0))) == deSign32(tcu::dot(n, tcu::cross(t2 - t0, p - t0))))
338 if (deSign32(tcu::dot(n, tcu::cross(t2 - t1, p - t1))) == deSign32(tcu::dot(n, tcu::cross(t0 - t1, p - t1))))
340 if (deSign32(tcu::dot(n, tcu::cross(t0 - t2, p - t2))) == deSign32(tcu::dot(n, tcu::cross(t1 - t2, p - t2))))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 83 return de::abs(a) / de::abs(b) * deSign32(a) * deSign32(b);
    [all...]

Completed in 174 milliseconds