Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c586 #define INTEL_OFFSET_BIT 0x01 macro
603 #define DO_OFFSET ((IND & INTEL_OFFSET_BIT) != 0)
697 #define IND (INTEL_OFFSET_BIT)
705 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT)
713 #define IND (INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
721 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
729 #define IND (INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
737 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
745 #define IND (INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT|INTEL_FALLBACK_BIT)
753 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT| \
[all …]