Searched refs:invd (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ | ||
| H A D | t_vb_lighttmp.h | 136 GLfloat invd = 1.0F / d; local in function:TAG 137 SELF_SCALE_SCALAR_3V(VP, invd); 315 GLfloat invd = 1.0F / d; local in function:TAG 316 SELF_SCALE_SCALAR_3V(VP, invd); |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ | ||
| H A D | t_vb_lighttmp.h | 137 GLfloat invd = 1.0F / d; local in function:TAG 138 SELF_SCALE_SCALAR_3V(VP, invd); 317 GLfloat invd = 1.0F / d; local in function:TAG 318 SELF_SCALE_SCALAR_3V(VP, invd); |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | rastpos.c | 177 GLfloat invd = 1.0F / d; local in function:shade_rastpos 178 SELF_SCALE_SCALAR_3V(VP, invd); |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | rastpos.c | 181 GLfloat invd = 1.0F / d; local in function:shade_rastpos 182 SELF_SCALE_SCALAR_3V(VP, invd); |
Completed in 7 milliseconds