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

  /external/deqp/framework/common/
tcuVectorUtil.hpp 87 inline float faceForward (float n, float i, float ref) { return ((ref * i) < 0.0f) ? n : -n; }
182 inline Vector<T, Size> faceForward (const Vector<T, Size>& n, const Vector<T, Size>& i, const Vector<T, Size>& ref)
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp     [all...]

Completed in 222 milliseconds