Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h79 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()
Dm_debug_clip.c90 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()
Dm_xform.h86 #define CLIP_BOTTOM_BIT 0x08 macro
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h133 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()