Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3148 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in apply() local
3150 return i - alternatives((n * dotNI) * constant(2.0f), in apply()
3151 n * (dotNI * constant(2.0f))); in apply()
3219 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
3221 (constant(1.0f) - dotNI * dotNI)); in doExpand()
3224 (((dotNI * (-dotNI)) + constant(1.0f)) * eta) in doExpand()
3230 i * eta - n * (eta * dotNI + sqrt(k))); in doExpand()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3950 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
3952 return i - alternatives((n * dotNI) * getConstTwo<T>(), in doExpand()
3953 alternatives( n * (dotNI * getConstTwo<T>()), in doExpand()
3987 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() local
3989 (getConstOne<T>() - dotNI * dotNI)); in doExpand()
3992 i * eta - n * (eta * dotNI + sqrt(k))); in doExpand()