![]() |
The OpenVX Specification
a73e458
|
Values given to the vxDirective API to enable/disable platform optimizations and/or features. Directives are not optional and usually are vendor-specific, by defining a vendor range of directives and starting their enumeration from there.
vxDirective Macros | |
| #define | VX_DIRECTIVE_DISABLE_LOGGING (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_DIRECTIVE, 0x0)) |
| Disables recording information for graph debugging. | |
| #define | VX_DIRECTIVE_DISABLE_PERFORMANCE (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_DIRECTIVE, 0x2)) |
| Disables performance counters for the context. By default performance counters are disabled. | |
| #define | VX_DIRECTIVE_ENABLE_LOGGING (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_DIRECTIVE, 0x1)) |
| Enables recording information for graph debugging. | |
| #define | VX_DIRECTIVE_ENABLE_PERFORMANCE (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_DIRECTIVE, 0x3)) |
| Enables performance counters for the context. | |