Home
last modified time | relevance | path

Searched refs:CLIP_NEAR_BIT (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h82 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()
Dm_xform.h87 #define CLIP_NEAR_BIT 0x10 macro
Dm_debug_clip.c93 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/
Dt_vb_cliptmp.h135 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()