Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c40 #define SS_UNFILLED_BIT 0x4 macro
181 #define IND (SS_UNFILLED_BIT)
185 #define IND (SS_OFFSET_BIT|SS_UNFILLED_BIT)
189 #define IND (SS_TWOSIDE_BIT|SS_UNFILLED_BIT)
193 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|SS_UNFILLED_BIT)
259 ind |= SS_UNFILLED_BIT; in _swsetup_choose_trifuncs()
Dss_tritmp.h51 if (IND & (SS_TWOSIDE_BIT | SS_OFFSET_BIT | SS_UNFILLED_BIT)) in TAG()
59 if (IND & (SS_TWOSIDE_BIT | SS_UNFILLED_BIT)) in TAG()
63 if (IND & SS_UNFILLED_BIT) in TAG()
219 if (IND & SS_UNFILLED_BIT) { in TAG()