Searched refs:CLIP_RIGHT_BIT (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_clip_tmp.h76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
156 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
197 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT;
233 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT;
H A Dm_xform.h83 #define CLIP_RIGHT_BIT 0x01 macro
H A Dm_debug_clip.c87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
141 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT;
179 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT;
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_clip_tmp.h76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
156 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
197 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT;
233 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT;
H A Dm_xform.h83 #define CLIP_RIGHT_BIT 0x01 macro
H A Dm_debug_clip.c87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT;
141 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT;
179 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_cliptmp.h130 LINE_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 );
218 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 );
280 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 );
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_cliptmp.h130 LINE_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 );
218 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 );
280 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 );

Completed in 6 milliseconds