Searched refs:CLIP_BOTTOM_BIT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 79 if ( cy + cw < 0) mask |= CLIP_BOTTOM_BIT; in TAG() 159 if ( cy + cw < 0) mask |= CLIP_BOTTOM_BIT; in TAG() 200 else if (cy < -1.0F) mask |= CLIP_BOTTOM_BIT; in TAG() 236 else if (cy < -1.0F) mask |= CLIP_BOTTOM_BIT; in TAG()
|
D | m_debug_clip.c | 90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT; in ref_cliptest_points4() 144 else if ( cy < -1.0 ) mask |= CLIP_BOTTOM_BIT; in ref_cliptest_points3() 182 else if ( cy < -1.0 ) mask |= CLIP_BOTTOM_BIT; in ref_cliptest_points2()
|
D | m_xform.h | 86 #define CLIP_BOTTOM_BIT 0x08 macro
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 133 LINE_CLIP( CLIP_BOTTOM_BIT, 0, 1, 0, 1 ); in TAG() 221 POLY_CLIP( CLIP_BOTTOM_BIT, 0, 1, 0, 1 ); in TAG() 283 POLY_CLIP( CLIP_BOTTOM_BIT, 0, 1, 0, 1 ); in TAG()
|