Searched refs:spec_coef (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_lighttmp.h | 209 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local in function:TAG 210 if (spec_coef > 1.0e-10F) { 211 spec_coef *= attenuation; 212 ACC_SCALE_SCALAR_3V( spec[side], spec_coef, 389 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local in function:TAG 390 ACC_SCALE_SCALAR_3V( contrib, spec_coef,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_lighttmp.h | 210 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local in function:TAG 211 if (spec_coef > 1.0e-10F) { 212 spec_coef *= attenuation; 213 ACC_SCALE_SCALAR_3V( spec[side], spec_coef, 391 GLfloat spec_coef = lookup_shininess(ctx, side, n_dot_h); local in function:TAG 392 ACC_SCALE_SCALAR_3V( contrib, spec_coef,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | rastpos.c | 241 GLfloat spec_coef; local in function:shade_rastpos 244 spec_coef = powf(n_dot_h, shine); 246 if (spec_coef > 1.0e-10F) { 248 ACC_SCALE_SCALAR_3V( specularContrib, spec_coef, 252 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | rastpos.c | 245 GLfloat spec_coef; local in function:shade_rastpos 248 spec_coef = powf(n_dot_h, shine); 250 if (spec_coef > 1.0e-10F) { 252 ACC_SCALE_SCALAR_3V( specularContrib, spec_coef, 256 ACC_SCALE_SCALAR_3V( diffuseContrib, spec_coef,
|
Completed in 7 milliseconds