Home
last modified time | relevance | path

Searched refs:n_dot_h (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Drastpos.c222 GLfloat n_dot_h; in shade_rastpos() local
243 n_dot_h = DOT3(normal, h); in shade_rastpos()
245 if (n_dot_h > 0.0F) { in shade_rastpos()
250 spec_coef = powf(n_dot_h, shine); in shade_rastpos()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp5172 TIntermTyped* n_dot_h = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic() local
5192 min_ndot->getSequence().push_back(n_dot_h); in decomposeIntrinsic()
5197 TIntermTyped* n_dot_h_m = handleBinaryMath(loc, "mul", EOpMul, n_dot_h, m); // n_dot_h * m in decomposeIntrinsic()

Completed in 16 milliseconds