Searched refs:SUB_3V (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 132 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/ |
D | rastpos.c | 176 SUB_3V(VP, light->_Position, vertex); in shade_rastpos() 228 SUB_3V(VP, VP, v); in shade_rastpos()
|
D | macros.h | 442 #define SUB_3V( DST, SRCA, SRCB ) \ macro
|
/third_party/mesa3d/src/mesa/math/ |
D | m_matrix.c | 1205 SUB_3V( cp, cp, (m+8) ); in analyse_from_scratch()
|