Searched refs:INTEL_TWOSIDE_BIT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c587 #define INTEL_TWOSIDE_BIT 0x02 macro
605 #define DO_TWOSIDE ((IND & INTEL_TWOSIDE_BIT) != 0)
701 #define IND (INTEL_TWOSIDE_BIT)
705 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT)
717 #define IND (INTEL_TWOSIDE_BIT|INTEL_UNFILLED_BIT)
721 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
733 #define IND (INTEL_TWOSIDE_BIT|INTEL_FALLBACK_BIT)
737 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
749 #define IND (INTEL_TWOSIDE_BIT|INTEL_UNFILLED_BIT|INTEL_FALLBACK_BIT)
753 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BI
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c587 #define INTEL_TWOSIDE_BIT 0x02 macro
605 #define DO_TWOSIDE ((IND & INTEL_TWOSIDE_BIT) != 0)
701 #define IND (INTEL_TWOSIDE_BIT)
705 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT)
717 #define IND (INTEL_TWOSIDE_BIT|INTEL_UNFILLED_BIT)
721 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
733 #define IND (INTEL_TWOSIDE_BIT|INTEL_FALLBACK_BIT)
737 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
749 #define IND (INTEL_TWOSIDE_BIT|INTEL_UNFILLED_BIT|INTEL_FALLBACK_BIT)
753 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BI
[all...]

Completed in 4 milliseconds