Home
last modified time | relevance | path

Searched refs:ASSIGN_3V (Results 1 – 6 of 6) 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/drivers/dri/nouveau/
Dnv20_state_tnl.c252 ASSIGN_3V(c_factor, 1, 1, 1); in nv20_emit_material_ambient()
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h198 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ in TAG()
/third_party/mesa3d/src/mesa/main/
Dmacros.h522 #define ASSIGN_3V( V, V0, V1, V2 ) \ macro
Drastpos.c222 ASSIGN_3V(specularContrib, 0.0, 0.0, 0.0); in shade_rastpos()
Dlight.c1222 ASSIGN_3V( lu->SpotDirection, 0.0, 0.0, -1.0 ); in init_light()