Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h198 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ in TAG()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c251 ASSIGN_3V(c_factor, 1, 1, 1); in nv20_emit_material_ambient()
/external/mesa3d/src/mesa/main/
Dmacros.h519 #define ASSIGN_3V( V, V0, V1, V2 ) \ macro
Drastpos.c218 ASSIGN_3V(specularContrib, 0.0, 0.0, 0.0); in shade_rastpos()
Dlight.c1135 ASSIGN_3V( l->SpotDirection, 0.0, 0.0, -1.0 ); in init_light()