![]() |
The OpenVX Specification
a73e458
|
Macros | |
| #define | VX_TARGET_ANY (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_TARGET, 0x0000)) |
| Any available target. An OpenVX implementation must support at least one target associated with this value. | |
| #define | VX_TARGET_STRING (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_TARGET, 0x0001)) |
| Target, explicitly specified by its (case-insensitive) name string. | |
| #define | VX_TARGET_VENDOR_BEGIN (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_TARGET, 0x1000)) |
| Start of Vendor specific target enumerates. | |