CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The OpenVX Debugging Extension. More...
Macros | |
#define | VX_MAX_FILE_NAME (256) |
The maximum filepath name length. | |
#define | VX_LIBRARY_KHR_DEBUG (0xFF) |
The library value for the extension. | |
Enumerations | |
enum | vx_kernel_debug_ext_e { VX_KERNEL_DEBUG_COPY_IMAGE = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x0 , VX_KERNEL_DEBUG_COPY_ARRAY = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x1 , VX_KERNEL_DEBUG_FWRITE_IMAGE = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x2 , VX_KERNEL_DEBUG_FWRITE_ARRAY = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x3 , VX_KERNEL_DEBUG_FREAD_IMAGE = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x4 , VX_KERNEL_DEBUG_FREAD_ARRAY = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x5 , VX_KERNEL_FILL_IMAGE = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x6 , VX_KERNEL_CHECK_IMAGE = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x7 , VX_KERNEL_CHECK_ARRAY = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x8 , VX_KERNEL_COMPARE_IMAGE = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0x9 , VX_KERNEL_COPY_IMAGE_FROM_PTR = VX_KERNEL_BASE(VX_ID_KHRONOS, VX_LIBRARY_KHR_DEBUG) + 0xA } |
The list of extensions to OpenVX from the Sample Implementation. More... | |
The OpenVX Debugging Extension.
#define VX_LIBRARY_KHR_DEBUG (0xFF) |
#include <vx_lib_debug.h>
The library value for the extension.
#define VX_MAX_FILE_NAME (256) |
#include <vx_lib_debug.h>
The maximum filepath name length.
#include <vx_lib_debug.h>
The list of extensions to OpenVX from the Sample Implementation.
Enumerator | |||||||
---|---|---|---|---|---|---|---|
VX_KERNEL_DEBUG_COPY_IMAGE | The Copy kernel. Output = Input.
| ||||||
VX_KERNEL_DEBUG_COPY_ARRAY | The Copy Kernel, Output = Input.
| ||||||
VX_KERNEL_DEBUG_FWRITE_IMAGE | The File Writing Kernel for Images.
| ||||||
VX_KERNEL_DEBUG_FWRITE_ARRAY | The File Writing Kernel for Arrays.
| ||||||
VX_KERNEL_DEBUG_FREAD_IMAGE | The File Reading Kernel for images.
| ||||||
VX_KERNEL_DEBUG_FREAD_ARRAY | The File Reading Kernel for Arrays.
| ||||||
VX_KERNEL_FILL_IMAGE | Fills the image with a given value. | ||||||
VX_KERNEL_CHECK_IMAGE | Checks an image against a known value and returns a number of errors. | ||||||
VX_KERNEL_CHECK_ARRAY | Checks an array against a known value and returns a number of errors. | ||||||
VX_KERNEL_COMPARE_IMAGE | Compares two images and returns the number of differences. | ||||||
VX_KERNEL_COPY_IMAGE_FROM_PTR | Copies an image from a memory area.
|