Searched refs:ASSIGN_3V (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_norm.c | 239 ASSIGN_3V( d[i], 0.0, 0.0, 0.0 ); in test_norm_function() 240 ASSIGN_3V( s[i], 0.0, 0.0, 0.0 ); in test_norm_function() 241 ASSIGN_3V( d2[i], 0.0, 0.0, 0.0 ); in test_norm_function()
|
/third_party/mesa3d/src/mesa/main/ |
D | macros.h | 522 #define ASSIGN_3V( V, V0, V1, V2 ) \ macro
|
D | rastpos.c | 224 ASSIGN_3V(specularContrib, 0.0, 0.0, 0.0); in shade_rastpos()
|
D | light.c | 1195 ASSIGN_3V( lu->SpotDirection, 0.0, 0.0, -1.0 ); in init_light()
|