HomeSort by relevance Sort by last modified time
    Searched refs:OpenCL (Results 26 - 41 of 41) sorted by null

12

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PPDirectives.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 335 // Emit a warning if an rgba selector is used earlier than OpenCL 2.2
337 if (S.getLangOpts().OpenCL && S.getLangOpts().OpenCLVersion < 220) {
    [all...]
SemaLookup.cpp 695 // In C++ and OpenCL (spec v1.2 s6.9.f), we don't have any predefined
697 if ((S.getLangOpts().CPlusPlus || S.getLangOpts().OpenCL) &&
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 531 /// #pragma OPENCL EXTENSION...
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 82 if (CGM.getLangOpts().OpenCL)
    [all...]
CodeGenFunction.cpp 439 // OpenCL v1.2 s5.6.4.6 allows the compiler to store kernel argument
735 if (getLangOpts().OpenCL) {
    [all...]
CodeGenModule.cpp 117 if (LangOpts.OpenCL)
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/mesa3d/include/CL/
cl.hpp 26 * \brief C++ bindings for OpenCL 1.0 (rev 48) and OpenCL 1.1 (rev 33)
44 * reasonable to define C++ bindings for OpenCL.
58 * The OpenCL C++ Wrapper API 1.1 (revision 04)
59 * http://www.khronos.org/registry/cl/specs/opencl-cplusplus-1.1.pdf
72 * #include <OpenCL/cl.hpp>
158 #include <OpenCL/opencl.h>
161 #include <CL/opencl.h>
186 * \brief The OpenCL C++ bindings are defined within this namespace
    [all...]
  /external/ImageMagick/
configure     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 855 milliseconds

12