Home
last modified time | relevance | path

Searched defs:n_dot_h (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h114 GLfloat n_dot_h; in TAG() local
294 GLfloat n_dot_h; in TAG() local
487 GLfloat n_dot_h = -DOT3(normal, light->_h_inf_norm); in TAG() local
501 GLfloat n_dot_h = DOT3(normal, light->_h_inf_norm); in TAG() local
588 GLfloat n_dot_h, n_dot_VP, spec; in TAG() local
/third_party/mesa3d/src/mesa/main/
Drastpos.c220 GLfloat n_dot_h; in shade_rastpos() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5079 TIntermTyped* n_dot_h = argAggregate->getSequence()[1]->getAsTyped(); in decomposeIntrinsic() local