Searched defs:INTEL_OFFSET_BIT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tris.c592 #define INTEL_OFFSET_BIT 0x01 macro
609 #define DO_OFFSET (IND & INTEL_OFFSET_BIT)
703 #define IND (INTEL_OFFSET_BIT)
711 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT)
719 #define IND (INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
727 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
735 #define IND (INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
743 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
751 #define IND (INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT|INTEL_FALLBACK_BIT)
759 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BI
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c592 #define INTEL_OFFSET_BIT 0x01 macro
609 #define DO_OFFSET (IND & INTEL_OFFSET_BIT)
703 #define IND (INTEL_OFFSET_BIT)
711 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT)
719 #define IND (INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
727 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT)
735 #define IND (INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
743 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_FALLBACK_BIT)
751 #define IND (INTEL_OFFSET_BIT|INTEL_UNFILLED_BIT|INTEL_FALLBACK_BIT)
759 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT|INTEL_UNFILLED_BI
[all...]

Completed in 57 milliseconds