Searched refs:CLIP_FAR_BIT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 81 if (-cz + cw < 0) mask |= CLIP_FAR_BIT; in TAG() 161 if (-cz + cw < 0) mask |= CLIP_FAR_BIT; in TAG() 202 if (cz > 1.0F) mask |= CLIP_FAR_BIT; in TAG()
|
D | m_xform.h | 88 #define CLIP_FAR_BIT 0x20 macro
|
D | m_debug_clip.c | 92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT; in ref_cliptest_points4() 146 if ( cz > 1.0 ) mask |= CLIP_FAR_BIT; in ref_cliptest_points3()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 134 LINE_CLIP( CLIP_FAR_BIT, 0, 0, -1, 1 ); in TAG() 222 POLY_CLIP( CLIP_FAR_BIT, 0, 0, -1, 1 ); in TAG() 284 POLY_CLIP( CLIP_FAR_BIT, 0, 0, -1, 1 ); in TAG()
|