Searched refs:ASSIGN_3V (Results 1 – 6 of 6) sorted by relevance
/external/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()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tnl.c | 251 ASSIGN_3V(c_factor, 1, 1, 1); in nv20_emit_material_ambient()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 198 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ in TAG()
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 519 #define ASSIGN_3V( V, V0, V1, V2 ) \ macro
|
D | rastpos.c | 218 ASSIGN_3V(specularContrib, 0.0, 0.0, 0.0); in shade_rastpos()
|
D | light.c | 1135 ASSIGN_3V( l->SpotDirection, 0.0, 0.0, -1.0 ); in init_light()
|