/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-mivisionx/checkouts/latest/amd_openvx/openvx/include/VX/vx_vendors.h File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-mivisionx/checkouts/latest/amd_openvx/openvx/include/VX/vx_vendors.h File Reference#

MIVisionX: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-mivisionx/checkouts/latest/amd_openvx/openvx/include/VX/vx_vendors.h File Reference
vx_vendors.h File Reference

The Vendor ID list for OpenVX. More...

Go to the source code of this file.

Enumerations

enum  vx_vendor_id_e {
  VX_ID_KHRONOS = 0x000 , VX_ID_TI = 0x001 , VX_ID_QUALCOMM = 0x002 , VX_ID_NVIDIA = 0x003 ,
  VX_ID_ARM = 0x004 , VX_ID_BDTI = 0x005 , VX_ID_RENESAS = 0x006 , VX_ID_VIVANTE = 0x007 ,
  VX_ID_XILINX = 0x008 , VX_ID_AXIS = 0x009 , VX_ID_MOVIDIUS = 0x00A , VX_ID_SAMSUNG = 0x00B ,
  VX_ID_FREESCALE = 0x00C , VX_ID_AMD = 0x00D , VX_ID_BROADCOM = 0x00E , VX_ID_INTEL = 0x00F ,
  VX_ID_MARVELL = 0x010 , VX_ID_MEDIATEK = 0x011 , VX_ID_ST = 0x012 , VX_ID_CEVA = 0x013 ,
  VX_ID_ITSEEZ = 0x014 , VX_ID_IMAGINATION =0x015 , VX_ID_NXP = 0x016 , VX_ID_VIDEANTIS = 0x017 ,
  VX_ID_SYNOPSYS = 0x018 , VX_ID_CADENCE = 0x019 , VX_ID_HUAWEI = 0x01A , VX_ID_SOCIONEXT = 0x01B ,
  VX_ID_USER = 0xFFE , VX_ID_MAX = 0xFFF , VX_ID_DEFAULT = VX_ID_MAX
}
 The Vendor ID of the Implementation. As new vendors submit their implementations, this enumeration will grow. More...
 

Detailed Description

The Vendor ID list for OpenVX.

Enumeration Type Documentation

◆ vx_vendor_id_e

The Vendor ID of the Implementation. As new vendors submit their implementations, this enumeration will grow.

Enumerator
VX_ID_KHRONOS 

The Khronos Group.

VX_ID_TI 

Texas Instruments, Inc.

VX_ID_QUALCOMM 

Qualcomm, Inc.

VX_ID_NVIDIA 

NVIDIA Corporation.

VX_ID_ARM 

ARM Ltd.

VX_ID_BDTI 

Berkley Design Technology, Inc.

VX_ID_RENESAS 

Renasas Electronics.

VX_ID_VIVANTE 

Vivante Corporation.

VX_ID_XILINX 

Xilinx Inc.

VX_ID_AXIS 

Axis Communications.

VX_ID_MOVIDIUS 

Movidius Ltd.

VX_ID_SAMSUNG 

Samsung Electronics.

VX_ID_FREESCALE 

Freescale Semiconductor.

VX_ID_AMD 

Advanced Micro Devices.

VX_ID_BROADCOM 

Broadcom Corporation.

VX_ID_INTEL 

Intel Corporation.

VX_ID_MARVELL 

Marvell Technology Group Ltd.

VX_ID_MEDIATEK 

MediaTek, Inc.

VX_ID_ST 

STMicroelectronics.

VX_ID_CEVA 

CEVA DSP.

VX_ID_ITSEEZ 

Itseez, Inc.

VX_ID_IMAGINATION 

Imagination Technologies.

VX_ID_NXP 

NXP Semiconductors.

VX_ID_VIDEANTIS 

Videantis.

VX_ID_SYNOPSYS 

Synopsys.

VX_ID_CADENCE 

Cadence.

VX_ID_HUAWEI 

Huawei.

VX_ID_SOCIONEXT 

Socionext.

VX_ID_USER 

For use by vxAllocateUserKernelId and vxAllocateUserKernelLibraryId.

VX_ID_DEFAULT 

For use by all Kernel authors until they can obtain an assigned ID.