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.h139 if (mask & CLIP_USER_BIT) { in TAG()
146 LINE_CLIP( CLIP_USER_BIT, a, b, c, d ); in TAG()
228 if (mask & CLIP_USER_BIT) { in TAG()
235 POLY_CLIP( CLIP_USER_BIT, a, b, c, d ); in TAG()
291 if (mask & CLIP_USER_BIT) { in TAG()
298 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.h97 #define CLIP_USER_BIT 0x40 macro