Searched refs:CLIP_TOP_BIT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 78 if (-cy + cw < 0) mask |= CLIP_TOP_BIT; in TAG() 158 if (-cy + cw < 0) mask |= CLIP_TOP_BIT; in TAG() 199 if (cy > 1.0F) mask |= CLIP_TOP_BIT; in TAG() 235 if (cy > 1.0F) mask |= CLIP_TOP_BIT; in TAG()
|
D | m_debug_clip.c | 89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT; in ref_cliptest_points4() 143 if ( cy > 1.0 ) mask |= CLIP_TOP_BIT; in ref_cliptest_points3() 181 if ( cy > 1.0 ) mask |= CLIP_TOP_BIT; in ref_cliptest_points2()
|
D | m_xform.h | 85 #define CLIP_TOP_BIT 0x04 macro
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 132 LINE_CLIP( CLIP_TOP_BIT, 0, -1, 0, 1 ); in TAG() 220 POLY_CLIP( CLIP_TOP_BIT, 0, -1, 0, 1 ); in TAG() 282 POLY_CLIP( CLIP_TOP_BIT, 0, -1, 0, 1 ); in TAG()
|