Platform selector. More...
#include "EVE_Config.h"
#include "EVE_Platform_FT9XX.h"
#include "EVE_GpuTypes.h"
#include "EVE_HalDefs.h"
#include "EVE_Cmd.h"
#include "EVE_MediaFifo.h"
#include "EVE_CoCmd.h"
#include "EVE_CoDl.h"
#include "EVE_GpuDefs.h"
#include "EVE_Util.h"
#include "EVE_LoadFile.h"
Go to the source code of this file.
Macros | |
#define | EVE_PLATFORM__H |
#define | eve_noop() |
#define | eve_debug_break() eve_noop() |
#define | eve_deprecated(msg) |
#define | eve_assume(cond) eve_noop() |
#define | eve_printf_debug_once(fmt, ...) |
#define | eve_printf_debug(fmt, ...) eve_printf(fmt, ##__VA_ARGS__) |
#define | eve_assert(cond) |
#define | eve_assert_ex(cond, ex) |
#define | eve_assert_do(cond) eve_assert(cond) |
#define | eve_trace(str) |
Platform selector.
MIT License
Copyright (c) [2019] [Bridgetek Pte Ltd (BRTChip)]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition in file EVE_Platform.h.
#define eve_assert | ( | cond | ) |
Definition at line 136 of file EVE_Platform.h.
#define eve_assert_do | ( | cond | ) | eve_assert(cond) |
Definition at line 160 of file EVE_Platform.h.
#define eve_assert_ex | ( | cond, | |
ex | |||
) |
Definition at line 148 of file EVE_Platform.h.
#define eve_assume | ( | cond | ) | eve_noop() |
Definition at line 121 of file EVE_Platform.h.
#define eve_debug_break | ( | ) | eve_noop() |
Definition at line 93 of file EVE_Platform.h.
#define eve_deprecated | ( | msg | ) |
Definition at line 107 of file EVE_Platform.h.
#define eve_noop | ( | ) |
Definition at line 72 of file EVE_Platform.h.
#define EVE_PLATFORM__H |
Definition at line 37 of file EVE_Platform.h.
#define eve_printf_debug | ( | fmt, | |
... | |||
) | eve_printf(fmt, ##__VA_ARGS__) |
Definition at line 135 of file EVE_Platform.h.
#define eve_printf_debug_once | ( | fmt, | |
... | |||
) |
Definition at line 125 of file EVE_Platform.h.
#define eve_trace | ( | str | ) |
Definition at line 161 of file EVE_Platform.h.