Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h138 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()
Dt_vb_vertex.c87 clipmask[i] |= CLIP_USER_BIT; \
94 *clipormask |= CLIP_USER_BIT; \
96 *clipandmask |= CLIP_USER_BIT; \
Dt_vb_program.c109 clipmask[i] |= CLIP_USER_BIT; in userclip()
116 *clipormask |= CLIP_USER_BIT; in userclip()
118 *clipandmask |= CLIP_USER_BIT; in userclip()
/external/mesa3d/src/mesa/math/
Dm_xform.h89 #define CLIP_USER_BIT 0x40 macro