HomeSort by relevance Sort by last modified time
    Searched refs:CLIP_USER_BIT (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/math/
m_xform.h 89 #define CLIP_USER_BIT 0x40
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 138 if (mask & CLIP_USER_BIT) {
146 LINE_CLIP( CLIP_USER_BIT, a, b, c, d );
226 if (mask & CLIP_USER_BIT) {
234 POLY_CLIP( CLIP_USER_BIT, a, b, c, d );
288 if (mask & CLIP_USER_BIT) {
296 POLY_CLIP( CLIP_USER_BIT, a, b, c, d );
t_vb_vertex.c 87 clipmask[i] |= CLIP_USER_BIT; \
94 *clipormask |= CLIP_USER_BIT; \
96 *clipandmask |= CLIP_USER_BIT; \
t_vb_program.c 108 clipmask[i] |= CLIP_USER_BIT;
115 *clipormask |= CLIP_USER_BIT;
117 *clipandmask |= CLIP_USER_BIT;

Completed in 57 milliseconds