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

  /external/deqp/framework/delibs/debase/
deMath.h 169 DE_INLINE float deFloatStep (float limit, float val) { return (val < limit) ? 0.0f : 1.0f; }
  /external/deqp/framework/common/
tcuVectorUtil.hpp 460 TCU_DECLARE_VECTOR_BINARY_FUNC(step, deFloatStep)

Completed in 50 milliseconds