OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_945
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_chipset.h
154
#define
IS_945
(devid) (devid == PCI_CHIP_I945_G || \
242
IS_945
(devid) || \
246
IS_945
(devid))
intel_context.c
635
} else if (
IS_945
(devID)) {
636
intel->
is_945
= true;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h
154
#define
IS_945
(devid) (devid == PCI_CHIP_I945_G || \
242
IS_945
(devid) || \
246
IS_945
(devid))
intel_context.c
635
} else if (
IS_945
(devID)) {
636
intel->
is_945
= true;
Completed in 47 milliseconds