Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h81 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()
Dm_xform.h88 #define CLIP_FAR_BIT 0x20 macro
Dm_debug_clip.c92 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/
Dt_vb_cliptmp.h134 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()