Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h31 #define POLY_CLIP( PLANE_BIT, A, B, C, D ) \ macro
218 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG()
219 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG()
220 POLY_CLIP( CLIP_TOP_BIT, 0, -1, 0, 1 ); in TAG()
221 POLY_CLIP( CLIP_BOTTOM_BIT, 0, 1, 0, 1 ); in TAG()
222 POLY_CLIP( CLIP_FAR_BIT, 0, 0, -1, 1 ); in TAG()
223 POLY_CLIP( CLIP_NEAR_BIT, 0, 0, 1, 1 ); in TAG()
234 POLY_CLIP( CLIP_USER_BIT, a, b, c, d ); in TAG()
280 POLY_CLIP( CLIP_RIGHT_BIT, -1, 0, 0, 1 ); in TAG()
281 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 ); in TAG()
[all …]