Searched refs:__local (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/SemaOpenCL/ |
D | event_t_overload.cl | 3 …)) 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) {
|
D | address-spaces.cl | 6 __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…
|
D | address-spaces-conversions-cl2.0.cl | 63 …{{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…
|
D | sampler_t.cl | 8 …local sampler_t smp; // expected-error {{sampler type cannot be used with the __local and __global…
|
/external/clang/test/CodeGenOpenCL/ |
D | local-initializer-undef.cl | 15 __local int lds_int; 16 __local int lds_int_arr[128]; 17 __local Foo lds_struct; 18 __local Foo lds_struct_arr[64];
|
D | local.cl | 7 __local int i;
|
D | address-spaces.cl | 9 void f__l(__local int *arg) { }
|
/external/valgrind/drd/tests/ |
D | std_thread.cpp | 31 std::thread::__shared_base_type __local; in execute_native_thread_routine() local 32 __local.swap(__t->_M_this_ptr); in execute_native_thread_routine()
|
D | std_thread2.cpp | 36 std::thread::__shared_base_type __local; in execute_native_thread_routine() local 37 __local.swap(__t->_M_this_ptr); in execute_native_thread_routine()
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
D | local.py | 131 if not hasattr(self.__local, '__release_local__'): 132 return self.__local() 134 return getattr(self.__local, self.__name__)
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 470 KEYWORD(__local , KEYOPENCL) 475 ALIAS("local", __local , KEYOPENCL)
|
D | AttrDocs.td | 1352 __generic(generic), __global(global), __local(local), __private(private), 1360 __local int* l; 1410 let Heading = "__local(local)";
|
D | Attr.td | 647 let Spellings = [Keyword<"__local">, Keyword<"local">];
|
D | DiagnosticSemaKinds.td | 4177 "'__local' variable cannot have an initializer">; 7333 "sampler type cannot be used with the __local and __global address space qualifiers">;
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 2278 __local(::size_t size) in __local() function
|