Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h247 DE_INLINE float deFloatStep (float limit, float val) { return (val < limit) ? 0.0f : 1.0f; } in deFloatStep() function
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp487 TCU_DECLARE_VECTOR_BINARY_FUNC(step, deFloatStep)