Lines Matching defs:devinfo
69 #define BATCH_RESERVED(devinfo) ((devinfo)->platform == INTEL_PLATFORM_HSW ? 32 : 16)
193 struct intel_device_info *devinfo = &screen->devinfo;
202 if (devinfo->ver >= 7) {
215 if (devinfo->ver == 6)
222 batch->use_shadow_copy = !devinfo->has_llc;
258 &screen->devinfo, stderr,
481 BATCH_SZ + BATCH_RESERVED(&screen->devinfo));
893 if (!batch->screen->devinfo.no_hw &&