Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h132 SUB_3V(VP, light->_Position, vertex); in TAG()
194 SUB_3V(VP, VP, v); /* h = VP + VPe */ in TAG()
312 SUB_3V(VP, light->_Position, vertex); in TAG()
375 SUB_3V(VP, VP, v); /* h = VP + VPe */ in TAG()
/third_party/mesa3d/src/mesa/main/
Drastpos.c176 SUB_3V(VP, light->_Position, vertex); in shade_rastpos()
228 SUB_3V(VP, VP, v); in shade_rastpos()
Dmacros.h442 #define SUB_3V( DST, SRCA, SRCB ) \ macro
/third_party/mesa3d/src/mesa/math/
Dm_matrix.c1205 SUB_3V( cp, cp, (m+8) ); in analyse_from_scratch()