/external/mesa3d/include/CL/ |
opencl.h | 35 #include <OpenCL/cl.h> 36 #include <OpenCL/cl_gl.h> 37 #include <OpenCL/cl_gl_ext.h> 38 #include <OpenCL/cl_ext.h>
|
cl_gl_ext.h | 26 /* cl_gl_ext.h contains vendor (non-KHR) OpenCL extensions which have */ 37 #include <OpenCL/cl_gl.h> 56 * See section 9.9 in the OpenCL 1.1 spec for more information
|
cl_ext.h | 26 /* cl_ext.h contains OpenCL extensions which don't have external */ 37 #include <OpenCL/cl.h>
|
cl_gl.h | 27 * cl_gl.h contains Khronos-approved (KHR) OpenCL extensions which have 36 #include <OpenCL/cl.h>
|
cl.h | 30 #include <OpenCL/cl_platform.h> 151 /* OpenCL Version */ 524 #warning CL_USE_DEPRECATED_OPENCL_1_0_APIS is defined. These APIs are unsupported and untested in OpenCL 1.1! 527 * This API introduces mutable state into the OpenCL implementation. It has been REMOVED 529 * OpenCL 1.1 conformance test, and consequently may not work or may not work dependably. [all...] |
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
opencl.h | 35 #include <OpenCL/cl.h> 36 #include <OpenCL/cl_gl.h> 37 #include <OpenCL/cl_gl_ext.h> 38 #include <OpenCL/cl_ext.h>
|
cl_gl_ext.h | 26 /* cl_gl_ext.h contains vendor (non-KHR) OpenCL extensions which have */ 37 #include <OpenCL/cl_gl.h> 56 * See section 9.9 in the OpenCL 1.1 spec for more information
|
cl_ext.h | 26 /* cl_ext.h contains OpenCL extensions which don't have external */ 37 #include <OpenCL/cl.h> 121 * The type associated with a 2D image created from a buffer in an OpenCL program is image2d_t. 156 * This extension adds support to create an OpenCL program object from a
|
cl_gl.h | 28 #include <OpenCL/cl.h> 107 // Deprecated OpenCL 1.1 APIs
|
cl.h | 28 #include <OpenCL/cl_platform.h> 180 /* OpenCL Version */ [all...] |
/external/opencv3/cmake/checks/ |
opencl.cpp | 2 #include <OpenCL/cl.h> 9 #error OpenCL is valid 11 #error OpenCL check failed 15 #pragma message ("OpenCL is valid") 17 #pragma message ("OpenCL check failed")
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/ |
opencl_core.hpp | 50 #include <OpenCL/cl.h> 90 #define CV_REQUIRE_OPENCL_1_2_ERROR CV_ErrorNoReturn(cv::Error::OpenCLApiCallError, "OpenCV compiled without OpenCL v1.2 support, so we can't use functionality from OpenCL v1.2")
|
/external/ImageMagick/MagickCore/ |
studio.h | 140 # include <OpenCL/cl.h>
|
/external/ImageMagick/MagickWand/ |
studio.h | 141 # include <OpenCL/cl.h>
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 143 if (LangOpts.OpenCL && (Flags & KEYOPENCL)) return KS_Enabled; 169 // Don't add this keyword under OpenCL. 170 if (LangOpts.OpenCL && (Flags & KEYNOOPENCL))
|
TargetInfo.cpp | 280 if (Opts.OpenCL) { 281 // OpenCL C requires specific widths for types, irrespective of 284 // OpenCL standard only mentions these as "reserved". 291 // Embedded 32-bit targets (OpenCL EP) might have double C type
|
Module.cpp | 69 .Case("opencl", LangOpts.OpenCL)
|
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 195 OpenCLLangOpts.OpenCL = 1; 211 // according to LangOptions, so we init Parser to register opencl 329 "#pragma OPENCL EXTENSION cl_khr_fp64 : enable\n"; 341 "#pragma OPENCL EXTENSION cl_khr_fp16 : disable\n";
|
/external/clang/lib/Sema/ |
SemaExpr.cpp | 510 // its address (which is not allowed in OpenCL v1.0 s6.8.a.3). 511 if (getLangOpts().OpenCL) { 650 // OpenCL usually rejects direct accesses to values of 'half' type. 651 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && [all...] |
SemaInit.cpp | [all...] |
SemaCast.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
opencl_core.hpp | 99 #include <OpenCL/cl.h>
|
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 817 Src, SrcType, EltTy, Loc, CGF.getContext().getLangOpts().OpenCL); [all...] |
/external/clang/lib/Parse/ |
ParsePragma.cpp | 193 if (getLangOpts().OpenCL) { 195 PP.AddPragmaHandler("OPENCL", OpenCLExtensionHandler.get()); 197 PP.AddPragmaHandler("OPENCL", FPContractHandler.get()); 265 if (getLangOpts().OpenCL) { 266 PP.RemovePragmaHandler("OPENCL", OpenCLExtensionHandler.get()); 268 PP.RemovePragmaHandler("OPENCL", FPContractHandler.get()); 465 // OpenCL 1.1 9.1: "The all variant sets the behavior for all extensions, [all...] |