![]() |
The OpenVX Specification
a73e458
|
The constants describing a graph's state.
Macros | |
| #define | VX_GRAPH_STATE_ABANDONED (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_GRAPH_STATE, 0x3)) |
| The graph execution was abandoned. | |
| #define | VX_GRAPH_STATE_COMPLETED (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_GRAPH_STATE, 0x4)) |
| The graph execution is completed and the graph is not scheduled for execution. | |
| #define | VX_GRAPH_STATE_RUNNING (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_GRAPH_STATE, 0x2)) |
| The graph either has been scheduled and not completed, or is being executed. | |
| #define | VX_GRAPH_STATE_UNVERIFIED (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_GRAPH_STATE, 0x0)) |
| The graph should be verified before execution. | |
| #define | VX_GRAPH_STATE_VERIFIED (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_GRAPH_STATE, 0x1)) |
| The graph has been verified and has not been executed or scheduled for execution yet. | |