/external/llvm-project/clang/test/SemaOpenCL/ |
D | clang-builtin-version.cl | 7 …void) { // expected-error{{implicit declaration of function 'enqueue_kernel' is invalid in OpenCL}} 10 …xpected-error{{implicit declaration of function 'get_kernel_work_group_size' is invalid in OpenCL}} 13 …icit declaration of function 'get_kernel_preferred_work_group_size_multiple' is invalid in OpenCL}} 21 foo(void); // expected-error{{implicit declaration of function 'foo' is invalid in OpenCL}} 24 boo(); // expected-error{{implicit declaration of function 'boo' is invalid in OpenCL}} 27 …(tmp, tmp); // expected-error{{implicit declaration of function 'read_pipe' is invalid in OpenCL}} 28 …(tmp, tmp); // expected-error{{implicit declaration of function 'write_pipe' is invalid in OpenCL}} 30 …p); // expected-error{{implicit declaration of function 'reserve_read_pipe' is invalid in OpenCL}} 32 …p); // expected-error{{implicit declaration of function 'reserve_write_pipe' is invalid in OpenCL}} 35 …ected-error{{implicit declaration of function 'work_group_reserve_read_pipe' is invalid in OpenCL}} [all …]
|
D | extension-version.cl | 44 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support… 52 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supp… 60 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_extended_atomics' is core feature or … 68 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_base_atomics' is core feature or suppo… 76 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_extended_atomics' is core feature or s… 85 // expected-warning@-2{{OpenCL extension 'cl_khr_fp64' is core feature or supported optional core f… 94 // expected-warning@-2{{OpenCL extension 'cl_khr_3d_image_writes' is core feature or supported opti… 102 // expected-warning@+2{{unsupported OpenCL extension 'cles_khr_int64' - ignoring}} 111 // expected-warning@+2{{unsupported OpenCL extension 'cl_khr_gl_msaa_sharing' - ignoring}} 123 // expected-warning@+2{{unsupported OpenCL extension 'cl_khr_mipmap_image' - ignoring}} [all …]
|
/external/llvm-project/clang/include/clang/Basic/ |
D | OpenCLExtensions.def | 1 //===--- OpenCLExtensions.def - OpenCL extension list -----------*- C++ -*-===// 9 // This file defines the list of supported OpenCL extensions. 14 // OpenCL extensions listed in this file. 16 // If the extensions are to be enumerated without the supported OpenCL version, 19 // If the extensions are to be enumerated with supported OpenCL version, 22 // avail - minimum OpenCL version supporting it. 23 // core - minimum OpenCL version when the extension becomes optional core 27 // As per The OpenCL Extension Specification, Section 1.2, in this file, an 29 // * affects the OpenCL language semantics or its syntax, 45 // OpenCL 1.0. [all …]
|
D | LangStandards.def | 165 // OpenCL 167 OpenCL, "OpenCL 1.0", 168 LineComment | C99 | Digraphs | HexFloat | OpenCL) 172 OpenCL, "OpenCL 1.1", 173 LineComment | C99 | Digraphs | HexFloat | OpenCL) 175 OpenCL, "OpenCL 1.2", 176 LineComment | C99 | Digraphs | HexFloat | OpenCL) 178 OpenCL, "OpenCL 2.0", 179 LineComment | C99 | Digraphs | HexFloat | OpenCL) 181 OpenCL, "OpenCL 3.0", [all …]
|
/external/llvm-project/libclc/r600/lib/image/ |
D | get_image_attributes_impl.ll | 6 declare i32 @llvm.OpenCL.image.get.resource.id.2d( 8 declare i32 @llvm.OpenCL.image.get.resource.id.3d( 11 declare [3 x i32] @llvm.OpenCL.image.get.size.2d( 13 declare [3 x i32] @llvm.OpenCL.image.get.size.3d( 16 declare [2 x i32] @llvm.OpenCL.image.get.format.2d( 18 declare [2 x i32] @llvm.OpenCL.image.get.format.3d( 23 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.2d( 30 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.3d( 38 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.2d( 45 %1 = tail call [3 x i32] @llvm.OpenCL.image.get.size.3d( [all …]
|
/external/clang/test/Misc/ |
D | amdgcn.languageOptsOpenCL.cl | 36 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_gl_sharing' - ignoring}} 50 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support… 58 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supp… 66 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_extended_atomics' is core feature or … 74 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_base_atomics' is core feature or suppo… 82 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_extended_atomics' is core feature or s… 89 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_select_fprounding_mode' - ignoring}} 98 // expected-warning@-2{{OpenCL extension 'cl_khr_fp64' is core feature or supported optional core f… 107 // expected-warning@-2{{OpenCL extension 'cl_khr_3d_image_writes' is core feature or supported opti… 116 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_gl_event' - ignoring}} [all …]
|
D | nvptx.languageOptsOpenCL.cl | 29 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_fp16' - ignoring}} 35 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_base_atomics' - ignoring}} 41 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_extended_atomics' - ignoring}} 60 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support… 68 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supp… 76 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_extended_atomics' is core feature or … 84 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_base_atomics' is core feature or suppo… 92 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_extended_atomics' is core feature or s… 101 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_select_fprounding_mode' - ignoring}} 111 // expected-warning@-2{{OpenCL extension 'cl_khr_fp64' is core feature or supported optional core f… [all …]
|
D | r600.languageOptsOpenCL.cl | 37 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_fp16' - ignoring}} 43 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_base_atomics' - ignoring}} 49 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_extended_atomics' - ignoring}} 55 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_gl_sharing' - ignoring}} 69 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support… 77 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supp… 85 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_extended_atomics' is core feature or … 93 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_base_atomics' is core feature or suppo… 101 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_extended_atomics' is core feature or s… 109 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_select_fprounding_mode' - ignoring}} [all …]
|
/external/clang/include/clang/Basic/ |
D | OpenCLExtensions.def | 1 //===--- OpenCLExtensions.def - OpenCL extension list -----------*- C++ -*-===// 10 // This file defines the list of supported OpenCL extensions. 15 // OpenCL extensions listed in this file. 17 // If the extensions are to be enumerated without the supported OpenCL version, 20 // If the extensions are to be enumerated with supported OpenCL version, 23 // avail - minimum OpenCL version supporting it. 24 // core - minimum OpenCL version when the extension becomes optional core 36 // OpenCL 1.0. 52 // OpenCL 1.1. 56 // OpenCL 1.2. [all …]
|
/external/OpenCL-CTS/ |
D | presubmit.sh | 45 git clone https://github.com/KhronosGroup/OpenCL-Headers.git 46 cd OpenCL-Headers 47 ln -s CL OpenCL # For OSX builds 51 git clone https://github.com/KhronosGroup/OpenCL-ICD-Loader.git 52 cd ${TOP}/OpenCL-ICD-Loader 55 cmake -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} -DOPENCL_ICD_LOADER_HEADERS_DIR=${TOP}/OpenCL-Header… 63 cmake -DCL_INCLUDE_DIR=${TOP}/OpenCL-Headers \ 64 -DCL_LIB_DIR=${TOP}/OpenCL-ICD-Loader/build \
|
D | readme-spir-v-binaries.txt | 7 https://cvs.khronos.org/svn/repos/OpenCL/trunk/Khronos/spirv/spirv10_2015.11.25.zip 16 Notes: spirv-3.6.1 is a main branch with support for OpenCL C++ kernel language, 20 Clang with support for OpenCL C++ kernel language 23 Notes: spirv-1.1 is a main branch with support for OpenCL C++ kernel language, 27 OpenCL C++ Standard Library 33 4. OpenCL 2.2 headers 34 OpenCL 2.2 headers 38 5. OpenCL ICD (with 2.2 support) 39 OpenCL ICD
|
D | README.md | 1 # OpenCL-CTS [![Build Status](https://api.travis-ci.org/KhronosGroup/OpenCL-CTS.svg?branch=master)]… 2 The OpenCL Conformance Tests
|
/external/clang/test/SemaOpenCL/ |
D | extension-version.cl | 52 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support… 60 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supp… 68 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_extended_atomics' is core feature or … 76 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_base_atomics' is core feature or suppo… 84 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_extended_atomics' is core feature or s… 102 // expected-warning@-2{{OpenCL extension 'cl_khr_fp64' is core feature or supported optional core f… 111 // expected-warning@-2{{OpenCL extension 'cl_khr_3d_image_writes' is core feature or supported opti… 121 // expected-warning@+2{{unsupported OpenCL extension 'cl_khr_gl_event' - ignoring}} 130 // expected-warning@+2{{unsupported OpenCL extension 'cl_khr_d3d10_sharing' - ignoring}} 139 // expected-warning@+2{{unsupported OpenCL extension 'cl_khr_context_abort' - ignoring}} [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | unknown-std.cl | 1 // This file checks output given when processing OpenCL files. 9 // CHECK-NEXT: note: use 'cl1.0' for 'OpenCL 1.0' standard 10 // CHECK-NEXT: note: use 'cl1.1' for 'OpenCL 1.1' standard 11 // CHECK-NEXT: note: use 'cl1.2' for 'OpenCL 1.2' standard 12 // CHECK-NEXT: note: use 'cl2.0' for 'OpenCL 2.0' standard 13 // CHECK-NEXT: note: use 'cl3.0' for 'OpenCL 3.0' standard 14 // CHECK-NEXT: note: use 'clc++' for 'C++ for OpenCL' standard
|
/external/llvm-project/clang/test/SemaOpenCLCXX/ |
D | restricted.cl | 3 // This test checks that various C/C++/OpenCL C constructs are not available in 4 // C++ for OpenCL. 14 // expected-error@-1 {{'typeid' is not supported in C++ for OpenCL}} 16 // Test that dynamic_cast is not available in C++ for OpenCL. 28 // expected-error@-1 {{'dynamic_cast' is not supported in C++ for OpenCL}} 33 // expected-error@-1 {{C++ for OpenCL version 1.0 does not support the '_Thread_local' storage clas… 37 // expected-error@-1 {{C++ for OpenCL version 1.0 does not support the '__thread' storage class spe… 41 …// expected-error@-1 {{C++ for OpenCL version 1.0 does not support the 'register' storage class sp… 43 …// expected-error@-1 {{C++ for OpenCL version 1.0 does not support the 'thread_local' storage clas…
|
/external/OpenCL-CTS/test_conformance/ |
D | submission_details_template.txt | 2 # OpenCL submission details template 27 # Version of OpenCL specification being tested 29 OpenCL Version: Major.Minor 38 # that contains this OpenCL implementation required to build and run 39 # the tests, plus the OpenCL device tested, for example 40 # * Conformant Product: Windows XP PC with Buzzleware OpenCL Library for Windows 0.2 41 # with OpenCL running on a BrandX 322 PCIe GPU 60 # Compute Device Version: OpenCL 2.0 MyGPU(TM) 1234, (as returned by CL_DEVICE_VERSION) 61 # Compute Device Driver Version: OpenCL 2.0 build: 2.003.05.02 (as returned by CL_DRIVER_VERSION) 62 # Compute Device OpenCL C Version: OpenCL 2.0 MyGPU(TM) 1234 (as returned by CL_DEVICE_OPENCL_C_… [all …]
|
/external/angle/include/CL/ |
D | README.md | 1 # ANGLE OpenCL Headers 3 The OpenCL headers ANGLE uses are the original headers from Khronos. 7 1. Clone [https://github.com/KhronosGroup/OpenCL-Headers.git](https://github.com/KhronosGroup/OpenC… 8 1. Inspect the differences between all headers from `OpenCL-Headers/CL/` and this folder. 11 1. Copy all headers from `OpenCL-Headers/CL/` over to this folder.
|
/external/llvm-project/parallel-libs/acxxel/tests/ |
D | opencl_test.cpp | 25 TEST(OpenCL, Saxpy) { in TEST() argument 33 acxxel::Platform *OpenCL = acxxel::getOpenCLPlatform().getValue(); in TEST() local 34 acxxel::Stream Stream = OpenCL->createStream().takeValue(); in TEST() 35 auto DeviceX = OpenCL->mallocD<float>(Length).takeValue(); in TEST() 36 auto DeviceY = OpenCL->mallocD<float>(Length).takeValue(); in TEST() 40 OpenCL in TEST()
|
/external/ImageMagick/m4/ |
D | ax_have_opencl.m4 | 5 # Check for an OpenCL implementation. If CL is found, HAVE_OPENCL is defined 10 # If the header <CL/OpenCL.h> is found, "HAVE_CL_OPENCL_H" is defined. If the 11 # header <OpenCL/OpenCL.h> is found, HAVE_OPENCL_OPENCL_H is defined. These 14 # This macro first checks /usr/include and /usr/lib for OpenCL support; if it is not 43 [use OpenCL])], 48 AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h], [HAVE_CL_H="yes"; break], [HAVE_CL_H="no"]) 83 AC_MSG_WARN([no OpenCL headers found]) 88 # First we check for Mac OS X, since OpenCL is standard there 91 AC_MSG_CHECKING([for OpenCL library]) 94 AX_CHECK_FRAMEWORK([OpenCL], [ [all …]
|
/external/clang/test/Parser/ |
D | opencl-cl20.cl | 13 // expected-error@-5 {{OpenCL version 1.0 does not support the '__generic' type qualifier}} 14 // expected-error@-6 {{OpenCL version 1.0 does not support the '__generic' type qualifier}} 15 // expected-error@-6 {{OpenCL version 1.0 does not support the '__generic' type qualifier}} 23 // expected-error@-5 {{OpenCL version 1.0 does not support the 'generic' type qualifier}} 24 // expected-error@-6 {{OpenCL version 1.0 does not support the 'generic' type qualifier}} 25 // expected-error@-6 {{OpenCL version 1.0 does not support the 'generic' type qualifier}}
|
/external/llvm-project/clang/test/Parser/ |
D | opencl-cl20.cl | 13 // expected-error@-5 {{OpenCL C version 1.0 does not support the '__generic' type qualifier}} 14 // expected-error@-6 {{OpenCL C version 1.0 does not support the '__generic' type qualifier}} 15 // expected-error@-6 {{OpenCL C version 1.0 does not support the '__generic' type qualifier}} 23 // expected-error@-5 {{OpenCL C version 1.0 does not support the 'generic' type qualifier}} 24 // expected-error@-6 {{OpenCL C version 1.0 does not support the 'generic' type qualifier}} 25 // expected-error@-6 {{OpenCL C version 1.0 does not support the 'generic' type qualifier}}
|
/external/llvm-project/clang/test/Misc/ |
D | nvptx.languageOptsOpenCL.cl | 29 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_fp16' - ignoring}} 35 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_base_atomics' - ignoring}} 41 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_int64_extended_atomics' - ignoring}} 50 // expected-warning@-2{{OpenCL extension 'cl_khr_byte_addressable_store' is core feature or support… 58 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_base_atomics' is core feature or supp… 66 // expected-warning@-2{{OpenCL extension 'cl_khr_global_int32_extended_atomics' is core feature or … 74 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_base_atomics' is core feature or suppo… 82 // expected-warning@-2{{OpenCL extension 'cl_khr_local_int32_extended_atomics' is core feature or s… 91 // expected-warning@-2{{OpenCL extension 'cl_khr_fp64' is core feature or supported optional core f… 99 // expected-warning@-1{{unsupported OpenCL extension 'cl_khr_3d_image_writes' - ignoring}} [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_ext_inst_test.cpp | 716 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 735 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 776 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_P() 816 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 846 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 886 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 911 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 951 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 990 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 1011 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_ext_inst_test.cpp | 716 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 735 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 776 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_P() 816 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 846 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 886 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 911 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 951 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 990 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 1011 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_ext_inst_test.cpp | 716 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 735 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 776 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_P() 816 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 846 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 886 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 911 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 951 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 990 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() 1011 %DbgExt = OpExtInstImport "OpenCL.DebugInfo.100" in TEST_F() [all …]
|