Searched refs:CLIP_NEAR_BIT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 82 if ( cz + cw < 0) mask |= CLIP_NEAR_BIT; in TAG() 162 if ( cz + cw < 0) mask |= CLIP_NEAR_BIT; in TAG() 203 else if (cz < -1.0F) mask |= CLIP_NEAR_BIT; in TAG()
|
D | m_xform.h | 87 #define CLIP_NEAR_BIT 0x10 macro
|
D | m_debug_clip.c | 93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT; in ref_cliptest_points4() 147 else if ( cz < -1.0 ) mask |= CLIP_NEAR_BIT; in ref_cliptest_points3()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 135 LINE_CLIP( CLIP_NEAR_BIT, 0, 0, 1, 1 ); in TAG() 223 POLY_CLIP( CLIP_NEAR_BIT, 0, 0, 1, 1 ); in TAG() 285 POLY_CLIP( CLIP_NEAR_BIT, 0, 0, 1, 1 ); in TAG()
|