commit | e54854af8e518e3403d66c475d4bce0e32134ad7 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Aug 05 10:23:50 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Wed Aug 06 11:30:11 2014 +0800 |
tree | b86231525cc3a29c55a3d40adbfe471dc0f4b4fd | |
parent | 770b3097f0a3fee086d5e3576385d8a75cc3f131 [diff] [blame] |
intel: add intel_dev and intel_queue These will be our internal representations of XGL_DEVICE and XGL_QUEUE.
diff --git a/icd/intel/intel.h b/icd/intel/intel.h index 7075b6c..7286039 100644 --- a/icd/intel/intel.h +++ b/icd/intel/intel.h
@@ -40,4 +40,6 @@ #define INTEL_GEN(gen) ((int) ((gen) * 100)) +#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) + #endif /* INTEL_H */