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

12 3 4

  /external/ImageMagick/MagickCore/
studio.h 145 # include <OpenCL/cl.h>
  /external/ImageMagick/MagickWand/
studio.h 143 # include <OpenCL/cl.h>
  /external/deqp-deps/SPIRV-Tools/test/comp/
markv_codec_test.cpp 366 OpMemoryModel Physical32 OpenCL
387 OpMemoryModel Physical32 OpenCL
420 OpMemoryModel Physical32 OpenCL
442 OpMemoryModel Physical32 OpenCL
471 OpMemoryModel Physical32 OpenCL
508 %opencl = OpExtInstImport "OpenCL.std"
509 OpMemoryModel Physical32 OpenCL
516 %200 = OpExtInst %f32 %opencl cos %100
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
compat.hpp 83 const clang::InputKind ik_opencl = clang::InputKind::OpenCL;
  /external/swiftshader/third_party/SPIRV-Tools/test/comp/
markv_codec_test.cpp 366 OpMemoryModel Physical32 OpenCL
387 OpMemoryModel Physical32 OpenCL
420 OpMemoryModel Physical32 OpenCL
442 OpMemoryModel Physical32 OpenCL
471 OpMemoryModel Physical32 OpenCL
508 %opencl = OpExtInstImport "OpenCL.std"
509 OpMemoryModel Physical32 OpenCL
516 %200 = OpExtInst %f32 %opencl cos %100
  /external/clang/lib/Basic/
IdentifierTable.cpp 144 if (LangOpts.OpenCL && (Flags & KEYOPENCL)) return KS_Enabled;
170 // Don't add this keyword under OpenCL.
171 if (LangOpts.OpenCL && (Flags & KEYNOOPENCL))
TargetInfo.cpp 289 if (Opts.OpenCL) {
290 // OpenCL C requires specific widths for types, irrespective of
293 // OpenCL standard only mentions these as "reserved".
300 // 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/deqp-deps/SPIRV-Tools/test/val/
val_version_test.cpp 61 OpMemoryModel Logical OpenCL
197 INSTANTIATE_TEST_CASE_P(OpenCL, ValidateVersion,
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_version_test.cpp 61 OpMemoryModel Logical OpenCL
197 INSTANTIATE_TEST_CASE_P(OpenCL, ValidateVersion,
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 411 // OpenCL v1.0/1.1 s6.9, v1.2/2.0 s6.10: Preprocessor Directives and Macros.
412 if (LangOpts.OpenCL) {
413 // OpenCL v1.0 and v1.1 do not have a predefined macro to indicate the
415 // is for the OpenCL version supported by the OpenCL device, which is not
417 // A shared OpenCL header file requires a macro to indicate the language
419 // OpenCL v1.0 and v1.1.
434 llvm_unreachable("Unsupported OpenCL version");
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExpr.cpp 522 // its address (which is not allowed in OpenCL v1.0 s6.8.a.3).
523 if (getLangOpts().OpenCL) {
662 // OpenCL usually rejects direct accesses to values of 'half' type.
663 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 &&
    [all...]
SemaCast.cpp     [all...]
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
spirv.cs 86 OpenCL = 2,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
spirv.cs 86 OpenCL = 2,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
spirv.cs 86 OpenCL = 2,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
spirv.cs 86 OpenCL = 2,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
spirv.cs 86 OpenCL = 2,
  /external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
spirv.cs 86 OpenCL = 2,
  /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
spirv.cs 94 OpenCL = 2,
    [all...]
  /external/skia/infra/bots/
gen_tasks.go 861 if strings.Contains(name, "OpenCL") {
872 if strings.Contains(name, "OpenCL") {
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 868 if strings.Contains(name, "OpenCL") {
879 if strings.Contains(name, "OpenCL") {
    [all...]

Completed in 1232 milliseconds

12 3 4