Searched refs:cl_char (Results 1 – 5 of 5) sorted by relevance
/third_party/opencl-headers/tests/ |
D | test_headers.c | 26 cl_char a = 0; in test_char() 33 cl_char b = a; in test_char() 51 printf("__cl_char2: %d %d \n", ((cl_char*)&v2)[0], ((cl_char*)&v2)[1] ); in test_char() 58 …printf("__cl_char4: %d %d %d %d \n", ((cl_char*)&v4)[0], ((cl_char*)&v4)[1], ((cl_char*)&v4)[2], … in test_char() 65 … ((cl_char*)&v8)[0], ((cl_char*)&v8)[1], ((cl_char*)&v8)[2], ((cl_char*)&v8)[3], ((cl_char*)&v8)[4… in test_char() 72 …cl_char*)&v16)[0], ((cl_char*)&v16)[1], ((cl_char*)&v16)[2], ((cl_char*)&v16)[3], ((cl_char*)&v16)… in test_char() 73 …cl_char*)&v16)[8], ((cl_char*)&v16)[9], ((cl_char*)&v16)[10], ((cl_char*)&v16)[11], ((cl_char*)&v1… in test_char()
|
/third_party/mesa3d/include/CL/ |
D | cl_platform.h | 125 typedef signed __int8 cl_char; typedef 227 typedef int8_t cl_char; 399 typedef cl_char __cl_char16 __attribute__((vector_size(16))); 433 typedef cl_char __cl_char8 __attribute__((vector_size(8))); 530 cl_char CL_ALIGNED(2) s[2]; 532 __CL_ANON_STRUCT__ struct{ cl_char x, y; }; 533 __CL_ANON_STRUCT__ struct{ cl_char s0, s1; }; 534 __CL_ANON_STRUCT__ struct{ cl_char lo, hi; }; 543 cl_char CL_ALIGNED(4) s[4]; 545 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; }; [all …]
|
/third_party/opencl-headers/CL/ |
D | cl_platform.h | 125 typedef signed __int8 cl_char; typedef 227 typedef int8_t cl_char; 399 typedef cl_char __cl_char16 __attribute__((vector_size(16))); 433 typedef cl_char __cl_char8 __attribute__((vector_size(8))); 530 cl_char CL_ALIGNED(2) s[2]; 532 __CL_ANON_STRUCT__ struct{ cl_char x, y; }; 533 __CL_ANON_STRUCT__ struct{ cl_char s0, s1; }; 534 __CL_ANON_STRUCT__ struct{ cl_char lo, hi; }; 543 cl_char CL_ALIGNED(4) s[4]; 545 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; }; [all …]
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl_platform.h | 199 typedef signed __int8 cl_char; typedef 301 typedef int8_t cl_char; 471 typedef cl_char __cl_char16 __attribute__((vector_size(16))); 505 typedef cl_char __cl_char8 __attribute__((vector_size(8))); 602 cl_char CL_ALIGNED(2) s[2]; 604 __CL_ANON_STRUCT__ struct{ cl_char x, y; }; 605 __CL_ANON_STRUCT__ struct{ cl_char s0, s1; }; 606 __CL_ANON_STRUCT__ struct{ cl_char lo, hi; }; 615 cl_char CL_ALIGNED(4) s[4]; 617 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; }; [all …]
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_platform.h | 145 typedef signed __int8 cl_char; typedef 247 typedef int8_t cl_char; 419 typedef cl_char __cl_char16 __attribute__((vector_size(16))); 453 typedef cl_char __cl_char8 __attribute__((vector_size(8))); 550 cl_char CL_ALIGNED(2) s[2]; 552 __CL_ANON_STRUCT__ struct{ cl_char x, y; }; 553 __CL_ANON_STRUCT__ struct{ cl_char s0, s1; }; 554 __CL_ANON_STRUCT__ struct{ cl_char lo, hi; }; 563 cl_char CL_ALIGNED(4) s[4]; 565 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; }; [all …]
|