Searched refs:__global (Results 1 – 25 of 31) sorted by relevance
12
14 …// expected-warning@-3{{incompatible integer to pointer conversion assigning to '__global int *' f…22 …// expected-warning@-2{{incompatible integer to pointer conversion assigning to '__global int *' f…29 …// expected-warning@-2{{incompatible integer to pointer conversion assigning to '__global int *' f…36 …// expected-warning@-2{{incompatible integer to pointer conversion assigning to '__global int *' f…45 …// expected-error@-4{{assigning '__global int *' to '__local int *' changes address space of point…50 …// expected-warning@-2{{incompatible integer to pointer conversion initializing '__global char *' …52 …ning@-4{{incompatible pointer types initializing '__global char *' with an expression of type '__g…
5 __kernel void foo(__global int *gip) {10 …ip = gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of point…17 …g = (global int*) l; // expected-error {{casting '__local int *' to type '__global int *' chang…18 …g = (global int*) c; // expected-error {{casting '__constant int *' to type '__global int *' ch…19 …g = (global int*) cc; // expected-error {{casting 'const __constant int *' to type '__global int…20 …g = (global int*) p; // expected-error {{casting 'int *' to type '__global int *' changes addre…22 …l = (local int*) g; // expected-error {{casting '__global int *' to type '__local int *' chang…27 …c = (constant int*) g; // expected-error {{casting '__global int *' to type '__constant int *' ch…31 …p = (private int*) g; // expected-error {{casting '__global int *' to type 'int *' changes addre…
3 …xpected-note {{candidate function not viable: no known conversion from '__global int *' to '__loca…4 …xpected-note {{candidate function not viable: no known conversion from '__global int *' to '__loca…6 void kernel ker(__local char *src1, __local float *src2, __global int *src3) {
14 …cted-error{{initializing '__constant int *' with an expression of type '__global void *' changes a…21 global int* ptr6 = (local void*)0; // expected-error{{initializing '__global int *' with an express…25 cmp = ptr1 == (local void*)0; // expected-error{{comparison between ('__global int *' and '__local…
13 * Based on this there are 3 sets of tests: __generic, named (__global in this58 // expected-error@-2{{initializing '__constant int *' with an expression of type '__global int *' c…83 // expected-error@-2{{casting '__global int *' to type '__constant int *' changes address space of …109 // expected-error@-2{{assigning '__global int *' to '__constant int *' changes address space of poi…134 // expected-error@-2{{casting '__global int *' to type '__constant int *' changes address space of …160 // expected-error@-2{{comparison between ('__constant int *' and '__global int *') which are point…186 // expected-error@-2{{arithmetic operation with operands of type ('__constant int *' and '__global…211 // expected-error-re@-2{{passing '__{{constant|generic}} int *' to parameter of type '__global int …235 …or with the second and third operands of type ('__constant int *' and '__global int *') which are…265 …or with the second and third operands of type ('__constant int *' and '__global char *') which ar…
21 … argument type to function 'reserve_read_pipe' (expecting 'unsigned int' having '__global int *')}}50 …argument type to function 'reserve_write_pipe' (expecting 'unsigned int' having '__global int *')}}
12 …local sampler_t smp; // expected-error{{sampler type cannot be used with the __local and __global …
113 …return C ? X : Y; // expected-error {{used type '__global int *' where integer or floating point t…
366 inline float getPixelRed(const __global CLQuantum *p) { return (float)*p; }367 inline float getPixelGreen(const __global CLQuantum *p) { return (float)*(p+1); }368 inline float getPixelBlue(const __global CLQuantum *p) { return (float)*(p+2); }369 …inline float getPixelAlpha(const __global CLQuantum *p,const unsigned int number_channels) { retur…371 inline void setPixelRed(__global CLQuantum *p,const CLQuantum value) { *p=value; }372 inline void setPixelGreen(__global CLQuantum *p,const CLQuantum value) { *(p+1)=value; }373 inline void setPixelBlue(__global CLQuantum *p,const CLQuantum value) { *(p+2)=value; }374 …inline void setPixelAlpha(__global CLQuantum *p,const unsigned int number_channels,const CLQuantum…396 inline void ReadChannels(const __global CLQuantum *p, const unsigned int number_channels,416 inline float4 ReadAllChannels(const __global CLQuantum *image, const unsigned int number_channels,[all …]
8307 float __ovld fract(float x, __global float *iptr);8308 float2 __ovld fract(float2 x, __global float2 *iptr);8309 float3 __ovld fract(float3 x, __global float3 *iptr);8310 float4 __ovld fract(float4 x, __global float4 *iptr);8311 float8 __ovld fract(float8 x, __global float8 *iptr);8312 float16 __ovld fract(float16 x, __global float16 *iptr);8326 double __ovld fract(double x, __global double *iptr);8327 double2 __ovld fract(double2 x, __global double2 *iptr);8328 double3 __ovld fract(double3 x, __global double3 *iptr);8329 double4 __ovld fract(double4 x, __global double4 *iptr);[all …]
4 kernel void foo(__global int * restrict X, const int Y, 28 kernel void foo3(__global half * X) {40 kernel void foo4(__global unsigned int * X, __global myunsignedint * Y) {
11 __kernel void test_call_kernel(__global int *out)
8 void f__g(__global int *arg) {}
3 ;; __global struct Node* pNext;6 ;;__kernel void verify_linked_lists(__global Node* pNodes)8 ;; __global Node *pNode = pNodes;
9 ; __kernel void test_pipe_convenience_write_uint(__global uint *src, __write_only pipe uint out_pip…15 ; __kernel void test_pipe_convenience_read_uint(__read_only pipe uint in_pipe, __global uint *dst)21 ; __kernel void test_pipe_write(__global int *src, __write_only pipe int out_pipe)33 … test_pipe_query_functions(__write_only pipe int out_pipe, __global int *num_packets, __global int…39 ; __kernel void test_pipe_read(__read_only pipe int in_pipe, __global int *dst)51 ; __kernel void test_pipe_workgroup_write_char(__global char *src, __write_only pipe char out_pipe)64 ; __kernel void test_pipe_workgroup_read_char(__read_only pipe char in_pipe, __global char *dst)77 ; __kernel void test_pipe_subgroup_write_uint(__global uint *src, __write_only pipe uint out_pipe)90 ; __kernel void test_pipe_subgroup_read_uint(__read_only pipe uint in_pipe, __global uint *dst)
11 ;; void block_fn(int arg, __global int* res)16 ;; __global int glbRes = 0;19 ;; kernel void enqueue_block_get_kernel_preferred_work_group_size_multiple(__global int* res)
4 ; void __kernel device_kernel(__global float * inout) {8 ; void __kernel host_kernel(__global float * inout) {
7 ;; void device_kernel(__global float* ptr) {11 ;; __kernel void host_kernel(uint size, __global float* ptr) {
2 ;;void __kernel sample_kernel_read( __global float4 *results,
91 #define PCAP_API_DEF __global
28 set(_SYMBOL_EXTERN "__global")
2 ;; kernel void block_kernel(__global int* res) {
816 # define U_EXPORT __global
502 KEYWORD(__global , KEYOPENCL)507 ALIAS("global", __global , KEYOPENCL)
491 locale::__global() in __global() function in locale498 : __locale_(__global().__locale_) in locale()582 locale& g = __global(); in global()