Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; in TAG()
157 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; in TAG()
198 else if (cx < -1.0F) mask |= CLIP_LEFT_BIT; in TAG()
234 else if (cx < -1.0F) mask |= CLIP_LEFT_BIT; in TAG()
Dm_debug_clip.c88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT; in ref_cliptest_points4()
142 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT; in ref_cliptest_points3()
180 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT; in ref_cliptest_points2()
Dm_xform.h84 #define CLIP_LEFT_BIT 0x02 macro
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h131 LINE_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG()
219 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG()
281 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG()