Home
last modified time | relevance | path

Searched refs:PLANE_BIT (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 ) \ argument
33 if (mask & PLANE_BIT) { \
83 #define LINE_CLIP(PLANE_BIT, A, B, C, D ) \ argument
85 if (mask & PLANE_BIT) { \