img_opts.h 726 B

1234567891011121314151617
  1. /*************************************************************************/ /*!
  2. @File
  3. @Title Driver optimisations
  4. @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved
  5. @Description Branch-specific optimisation defines.
  6. @License Strictly Confidential.
  7. */ /**************************************************************************/
  8. #if !defined(IMG_OPTS_H)
  9. #define IMG_OPTS_H
  10. #define IMG_OPT_ENABLED(rel, flag) ((IMG_##rel##_OPTS) & IMG_##rel##_OPT_##flag)
  11. #endif /* #if !defined(IMG_OPTS_H) */
  12. /*****************************************************************************
  13. End of file (img_opts.h)
  14. *****************************************************************************/