Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c593 #define INTEL_TWOSIDE_BIT 0x02 macro
611 #define DO_TWOSIDE (IND & INTEL_TWOSIDE_BIT)
707 #define IND (INTEL_TWOSIDE_BIT)
711 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT)
723 #define IND (INTEL_TWOSIDE_BIT|INTEL_UNFILLED_BIT)
727 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
739 #define IND (INTEL_TWOSIDE_BIT|INTEL_FALLBACK_BIT)
743 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
755 #define IND (INTEL_TWOSIDE_BIT|INTEL_UNFILLED_BIT|INTEL_FALLBACK_BIT)
759 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT| \
[all …]