OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_HSW_GT1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_chipset.h
196
#define
IS_HSW_GT1
(devid) (devid == PCI_CHIP_HASWELL_GT1 || \
232
#define IS_HASWELL(devid) (
IS_HSW_GT1
(devid) || \
intel_context.c
624
if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) ||
IS_HSW_GT1
(devID))
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h
196
#define
IS_HSW_GT1
(devid) (devid == PCI_CHIP_HASWELL_GT1 || \
232
#define IS_HASWELL(devid) (
IS_HSW_GT1
(devid) || \
intel_context.c
624
if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) ||
IS_HSW_GT1
(devID))
Completed in 36 milliseconds