Home
last modified time | relevance | path

Searched refs:__local (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/SemaOpenCL/
Devent_t_overload.cl3 …)) foo(event_t, __local char *); // expected-note {{candidate function not viable: no known conver…
4 …)) foo(event_t, __local float *); // expected-note {{candidate function not viable: no known conve…
6 void kernel ker(__local char *src1, __local float *src2, __global int *src3) {
Daddress-spaces.cl6 __local int li;
7 __local int lj = 2; // expected-error {{'__local' variable cannot have an initializer}}
11 …ip = &li; // expected-error {{assigning '__local int *' to 'int *' changes address space of pointe…
17 …g = (global int*) l; // expected-error {{casting '__local int *' to type '__global int *' chang…
22 …l = (local int*) g; // expected-error {{casting '__global int *' to type '__local int *' chang…
23 …l = (local int*) c; // expected-error {{casting '__constant int *' to type '__local int *' cha…
24 …l = (local int*) cc; // expected-error {{casting 'const __constant int *' to type '__local int …
25 …l = (local int*) p; // expected-error {{casting 'int *' to type '__local int *' changes addres…
28 …c = (constant int*) l; // expected-error {{casting '__local int *' to type '__constant int *' cha…
32 …p = (private int*) l; // expected-error {{casting '__local int *' to type 'int *' changes addres…
Dnull_literal.cl21 …xpected-error{{initializing '__global int *' with an expression of type '__local void *' changes a…
25 cmp = ptr1 == (local void*)0; // expected-error{{comparison between ('__global int *' and '__local
Daddress-spaces-conversions-cl2.0.cl63 …{{initializing '__{{global|constant}} int *' with an expression of type '__local int *' changes ad…
88 // expected-error-re@-2{{casting '__local int *' to type '__{{global|constant}} int *' changes addr…
114 // expected-error-re@-2{{assigning '__local int *' to '__{{global|constant}} int *' changes address…
139 // expected-error-re@-2{{casting '__local int *' to type '__{{global|constant}} int *' changes addr…
165 // expected-error-re@-2{{comparison between ('__{{global|constant}} int *' and '__local int *') wh…
191 …tic operation with operands of type ('__{{global|constant}} int *' and '__local int *') which are…
214 …-re{{passing '__{{global|constant|generic}} int *' to parameter of type '__local int *' changes ad…
241 …e second and third operands of type ('__{{global|constant}} int *' and '__local int *') which are…
271 …e second and third operands of type ('__{{global|constant}} int *' and '__local char *') which ar…
Dto_addr_builtin.cl43 …// expected-warning@-2{{incompatible integer to pointer conversion assigning to '__local int *' fr…
45 …// expected-error@-4{{assigning '__global int *' to '__local int *' changes address space of point…
Dsampler_t.cl12 …local sampler_t smp; // expected-error{{sampler type cannot be used with the __local and __global …
/external/clang/test/CodeGenOpenCL/
Dlocal-initializer-undef.cl15 __local int lds_int;
16 __local int lds_int_arr[128];
17 __local Foo lds_struct;
18 __local Foo lds_struct_arr[64];
Dlocal.cl7 __local int i;
Daddress-spaces.cl11 void f__l(__local int *arg) {}
/external/clang/lib/Headers/
Dopencl-c.h8313 float __ovld fract(float x, __local float *iptr);
8314 float2 __ovld fract(float2 x, __local float2 *iptr);
8315 float3 __ovld fract(float3 x, __local float3 *iptr);
8316 float4 __ovld fract(float4 x, __local float4 *iptr);
8317 float8 __ovld fract(float8 x, __local float8 *iptr);
8318 float16 __ovld fract(float16 x, __local float16 *iptr);
8332 double __ovld fract(double x, __local double *iptr);
8333 double2 __ovld fract(double2 x, __local double2 *iptr);
8334 double3 __ovld fract(double3 x, __local double3 *iptr);
8335 double4 __ovld fract(double4 x, __local double4 *iptr);
[all …]
/external/valgrind/drd/tests/
Dstd_thread.cpp32 std::thread::__shared_base_type __local; in _v_execute_native_thread_routine() local
33 __local.swap(__t->_M_this_ptr); in _v_execute_native_thread_routine()
Dstd_thread2.cpp37 std::thread::__shared_base_type __local; in _v_execute_native_thread_routine() local
38 __local.swap(__t->_M_this_ptr); in _v_execute_native_thread_routine()
/external/spirv-llvm/test/SPIRV/transcoding/
Ddevice_execution_simple_local_memory.ll2 ;; void device_kernel(__local float* ptr0, __local float* ptr1) {
8 ;; void(^block)(__local void*, __local void*) = ^(__local void* ptr0, __local void* ptr1){
Ddevice_execution_overloading.ll2 ;; void device_kernel_with_local_args(__local float* ptr0, __local float* ptr1) {
12 ;; void(^block_with_local)(__local void*, __local void*) = ^(__local void* ptr0, __local void* pt…
Dpipe_builtins.ll54 ; __local reserve_id_t res_id;
67 ; __local reserve_id_t res_id;
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h909 __local float4 *temp,__global float4 *tempImage)
965 __local float4 *temp,__global CLQuantum *filteredImage)
1248 …const uint matte, const ChannelType channel, __local CLPixelType *pixelLocalCache, __local float* …
2451 const float resizeFilterBlur, __local CLQuantum *inputImageCache, const int numCachedPixels,
2453 __local float4 *outputPixelCache, __local float *densityCache, __local float *gammaCache)
2524 __local CLQuantum *p = inputImageCache + (cacheIndex*number_channels);
2613 const float resizeFilterBlur, __local CLQuantum *inputImageCache, const int numCachedPixels,
2615 __local float4 *outputPixelCache, __local float *densityCache, __local float *gammaCache)
2690 __local CLQuantum *p = inputImageCache + cacheIndex;
2871 const unsigned int rows,__local float4* cachedData,
[all …]
/external/clang/include/clang/Basic/
DTokenKinds.def503 KEYWORD(__local , KEYOPENCL)
508 ALIAS("local", __local , KEYOPENCL)
DAttrDocs.td1763 __generic(generic), __global(global), __local(local), __private(private),
1771 __local int* l;
DAttr.td729 let Spellings = [Keyword<"__local">, Keyword<"local">];
DDiagnosticSemaKinds.td4536 "'__local' variable cannot have an initializer">;
7872 "sampler type cannot be used with the __local and __global address space qualifiers">;
/external/mesa3d/include/CL/
Dcl.hpp2278 __local(::size_t size) in __local() function