The OpenVX Specification  a73e458
Memory import type constants.

Detailed Description

An enumeration of memory import types.

Macros

#define VX_MEMORY_TYPE_HOST   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_MEMORY_TYPE, 0x1))
 The default memory type to import from the Host.
 
#define VX_MEMORY_TYPE_NONE   (VX_ENUM(VX_ID_KHRONOS, VX_ENUM_MEMORY_TYPE, 0x0))
 For memory allocated through OpenVX, this is the import type.