Searched refs:CLIP_LEFT_BIT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; in TAG() 157 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; in TAG() 198 else if (cx < -1.0F) mask |= CLIP_LEFT_BIT; in TAG() 234 else if (cx < -1.0F) mask |= CLIP_LEFT_BIT; in TAG()
|
D | m_debug_clip.c | 88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT; in ref_cliptest_points4() 142 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT; in ref_cliptest_points3() 180 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT; in ref_cliptest_points2()
|
D | m_xform.h | 84 #define CLIP_LEFT_BIT 0x02 macro
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 131 LINE_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG() 219 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG() 281 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG()
|