HomeSort by relevance Sort by last modified time
    Searched defs:devID (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c 623 const int devID = intelScreen->deviceID;
624 if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) || IS_HSW_GT1(devID))
626 else if (IS_SNB_GT2(devID) || IS_IVB_GT2(devID) || IS_HSW_GT2(devID))
631 if (IS_HASWELL(devID)) {
633 } else if (IS_G4X(devID)) {
635 } else if (IS_945(devID)) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 623 const int devID = intelScreen->deviceID;
624 if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) || IS_HSW_GT1(devID))
626 else if (IS_SNB_GT2(devID) || IS_IVB_GT2(devID) || IS_HSW_GT2(devID))
631 if (IS_HASWELL(devID)) {
633 } else if (IS_G4X(devID)) {
635 } else if (IS_945(devID)) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 98 unsigned long devID; /* device id number */

Completed in 144 milliseconds