The OpenVX Specification
a73e458
vx_vendors.h
1
/*
2
* Copyright (c) 2012-2017 The Khronos Group Inc.
3
*
4
* Permission is hereby granted, free of charge, to any person obtaining a
5
* copy of this software and/or associated documentation files (the
6
* "Materials"), to deal in the Materials without restriction, including
7
* without limitation the rights to use, copy, modify, merge, publish,
8
* distribute, sublicense, and/or sell copies of the Materials, and to
9
* permit persons to whom the Materials are furnished to do so, subject to
10
* the following conditions:
11
*
12
* The above copyright notice and this permission notice shall be included
13
* in all copies or substantial portions of the Materials.
14
*
15
* THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
* MERCHANTABILITY,\todo FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
19
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
20
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
21
* MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
22
*/
23
24
#ifndef _OPENVX_VENDORS_H_
25
#define _OPENVX_VENDORS_H_
26
39
#define VX_ID_KHRONOS 0x000
40
#define VX_ID_TI 0x001
41
#define VX_ID_QUALCOMM 0x002
42
#define VX_ID_NVIDIA 0x003
43
#define VX_ID_ARM 0x004
44
#define VX_ID_BDTI 0x005
45
#define VX_ID_RENESAS 0x006
46
#define VX_ID_VIVANTE 0x007
47
#define VX_ID_XILINX 0x008
48
#define VX_ID_AXIS 0x009
49
#define VX_ID_MOVIDIUS 0x00A
50
#define VX_ID_SAMSUNG 0x00B
51
#define VX_ID_FREESCALE 0x00C
52
#define VX_ID_AMD 0x00D
53
#define VX_ID_BROADCOM 0x00E
54
#define VX_ID_INTEL 0x00F
55
#define VX_ID_MARVELL 0x010
56
#define VX_ID_MEDIATEK 0x011
57
#define VX_ID_ST 0x012
58
#define VX_ID_CEVA 0x013
59
#define VX_ID_ITSEEZ 0x014
60
#define VX_ID_IMAGINATION 0x015
61
#define VX_ID_NXP 0x016
62
#define VX_ID_VIDEANTIS 0x017
63
#define VX_ID_SYNOPSYS 0x018
64
#define VX_ID_CADENCE 0x019
65
#define VX_ID_HUAWEI 0x01A
66
/* Add new vendor code above this line */
67
#define VX_ID_USER 0xFFE
68
#define VX_ID_MAX 0xFFF
70
#define VX_ID_DEFAULT VX_ID_MAX
71
75
#endif
76
include
VX
vx_vendors.h
Generated on Thu Mar 9 2017 21:39:50 for The OpenVX Specification by
1.8.13