Searched refs:CLIP_RIGHT_BIT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; in TAG() 156 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; in TAG() 197 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT; in TAG() 233 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT; in TAG()
|
D | m_debug_clip.c | 87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT; in ref_cliptest_points4() 141 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT; in ref_cliptest_points3() 179 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT; in ref_cliptest_points2()
|
D | m_xform.h | 83 #define CLIP_RIGHT_BIT 0x01 macro
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 130 LINE_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG() 218 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG() 280 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG()
|