Lines Matching +full:opencl +full:- +full:native
2 * Copyright (c) 2008-2020 The Khronos Group Inc.
8 * http://www.apache.org/licenses/LICENSE-2.0
17 /* cl_ext.h contains OpenCL extensions which don't have external */
29 /* cl_khr_fp64 extension - no extension #define since it has no functions */
30 /* CL_DEVICE_DOUBLE_FP_CONFIG is defined in CL.h for OpenCL >= 120 */
36 /* cl_khr_fp16 extension - no extension #define since it has no functions */
98 #define CL_PLATFORM_NOT_FOUND_KHR -1001
142 * OpenCL program is image2d_t. Both the sampler and sampler-less read_image
143 * built-in functions are supported for 2D images and 2D images created from
144 * a buffer. Similarly, the write_image built-ins are also supported for 2D
172 #define CL_CONTEXT_TERMINATED_KHR -1121
188 * This extension adds support to create an OpenCL program object from a
220 /* cl_nv_device_attribute_query extension - no extension #define since it has no functions */
311 #define CL_DEVICE_PARTITION_FAILED_EXT -1057
312 #define CL_INVALID_PARTITION_COUNT_EXT -1058
313 #define CL_INVALID_PARTITION_NAME_EXT -1059
326 #define CL_PARTITION_BY_NAMES_LIST_END_EXT ((cl_device_partition_property_ext) 0 - 1)
410 /* Cache policy specifying io-coherence */
444 /* Must be CL_MEM_ANDROID_NATIVE_BUFFER_HOST_PTR_QCOM for Android native buffers. */
447 /* Virtual pointer to the android native buffer */
509 /* For OpenCL 2.1 and newer, cl_kernel_sub_group_info is declared in CL.h.
511 the extension, but keeping it un-suffixed to maintain backwards
608 #define CL_VERSION_MAJOR_MASK_KHR ((1 << CL_VERSION_MAJOR_BITS_KHR) - 1)
609 #define CL_VERSION_MINOR_MASK_KHR ((1 << CL_VERSION_MINOR_BITS_KHR) - 1)
610 #define CL_VERSION_PATCH_MASK_KHR ((1 << CL_VERSION_PATCH_BITS_KHR) - 1)
687 * OpenCL via the clImportMemoryARM function.