Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; in TAG()
156 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; in TAG()
197 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT; in TAG()
233 if (cx > 1.0F) mask |= CLIP_RIGHT_BIT; in TAG()
Dm_debug_clip.c87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT; in ref_cliptest_points4()
141 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT; in ref_cliptest_points3()
179 if ( cx > 1.0 ) mask |= CLIP_RIGHT_BIT; in ref_cliptest_points2()
Dm_xform.h83 #define CLIP_RIGHT_BIT 0x01 macro
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h130 LINE_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG()
218 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG()
280 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG()