Searched refs:CLIP_USER_BIT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 138 if (mask & CLIP_USER_BIT) { in TAG() 146 LINE_CLIP( CLIP_USER_BIT, a, b, c, d ); in TAG() 226 if (mask & CLIP_USER_BIT) { in TAG() 234 POLY_CLIP( CLIP_USER_BIT, a, b, c, d ); in TAG() 288 if (mask & CLIP_USER_BIT) { in TAG() 296 POLY_CLIP( CLIP_USER_BIT, a, b, c, d ); in TAG()
|
D | t_vb_vertex.c | 87 clipmask[i] |= CLIP_USER_BIT; \ 94 *clipormask |= CLIP_USER_BIT; \ 96 *clipandmask |= CLIP_USER_BIT; \
|
D | t_vb_program.c | 108 clipmask[i] |= CLIP_USER_BIT; in userclip() 115 *clipormask |= CLIP_USER_BIT; in userclip() 117 *clipandmask |= CLIP_USER_BIT; in userclip()
|
/external/mesa3d/src/mesa/math/ |
D | m_xform.h | 89 #define CLIP_USER_BIT 0x40 macro
|