Searched refs:SUB_3V (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 129 SUB_3V(VP, light->_Position, vertex); in TAG() 191 SUB_3V(VP, VP, v); /* h = VP + VPe */ in TAG() 307 SUB_3V(VP, light->_Position, vertex); in TAG() 370 SUB_3V(VP, VP, v); /* h = VP + VPe */ in TAG()
|
D | t_rasterpos.c | 147 SUB_3V(VP, light->_Position, vertex); in shade_rastpos() 199 SUB_3V(VP, VP, v); in shade_rastpos()
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 399 #define SUB_3V( DST, SRCA, SRCB ) \ macro
|
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 1289 SUB_3V( cp, cp, (m+8) ); in analyse_from_scratch()
|