Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_tnl.c335 ZERO_3V(c_factor); in nv10_emit_material_ambient()
339 ZERO_3V(c_factor); in nv10_emit_material_ambient()
Dnv20_state_tnl.c256 ZERO_3V(c_factor); in nv20_emit_material_ambient()
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h101 ZERO_3V(spec[0]); in TAG()
105 ZERO_3V(spec[1]); in TAG()
/third_party/mesa3d/src/mesa/main/
Dmacros.h408 #define ZERO_3V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = 0 macro