Home
last modified time | relevance | path

Searched refs:ASSIGN_3V (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_debug_norm.c239 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/
Dmacros.h522 #define ASSIGN_3V( V, V0, V1, V2 ) \ macro
Drastpos.c224 ASSIGN_3V(specularContrib, 0.0, 0.0, 0.0); in shade_rastpos()
Dlight.c1195 ASSIGN_3V( lu->SpotDirection, 0.0, 0.0, -1.0 ); in init_light()