OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_GEN3
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_chipset.h
61
#define
IS_GEN3
(devid) (devid == PCI_CHIP_I915_G || \
intel_screen.c
980
if (
IS_GEN3
(intelScreen->deviceID)) {
[
all
...]
/external/libdrm/intel/
intel_chipset.h
300
#define
IS_GEN3
(devid) (IS_945(devid) || IS_915(devid))
539
#define IS_9XX(dev) (
IS_GEN3
(dev) || \
intel_decode.c
[
all
...]
intel_bufmgr_gem.c
[
all
...]
Completed in 661 milliseconds