Searched refs:SUB_3V (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 131 SUB_3V(VP, light->_Position, vertex); in TAG() 193 SUB_3V(VP, VP, v); /* h = VP + VPe */ in TAG() 310 SUB_3V(VP, light->_Position, vertex); in TAG() 373 SUB_3V(VP, VP, v); /* h = VP + VPe */ in TAG()
|
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 154 SUB_3V(VP, light->_Position, vertex); in shade_rastpos() 206 SUB_3V(VP, VP, v); in shade_rastpos()
|
D | macros.h | 413 #define SUB_3V( DST, SRCA, SRCB ) \ macro
|
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 1290 SUB_3V( cp, cp, (m+8) ); in analyse_from_scratch()
|