Home
last modified time | relevance | path

Searched refs:cl_char (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/hwloc/hwloc-1.11.13/tests/ports/include/opencl/CL/
H A Dcl_ext.h9 typedef char cl_char; typedef
46 struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
/dports/graphics/darktable38/darktable-3.8.0/src/external/OpenCL/tests/
H A Dtest_headers.c26 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()
72cl_char*)&v16)[0], ((cl_char*)&v16)[1], ((cl_char*)&v16)[2], ((cl_char*)&v16)[3], ((cl_char*)&v16)… in test_char()
73cl_char*)&v16)[8], ((cl_char*)&v16)[9], ((cl_char*)&v16)[10], ((cl_char*)&v16)[11], ((cl_char*)&v1… in test_char()
/dports/security/hashcat/hashcat-6.2.5/deps/git/OpenCL-Headers/tests/
H A Dtest_headers.c26 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()
72cl_char*)&v16)[0], ((cl_char*)&v16)[1], ((cl_char*)&v16)[2], ((cl_char*)&v16)[3], ((cl_char*)&v16)… in test_char()
73cl_char*)&v16)[8], ((cl_char*)&v16)[9], ((cl_char*)&v16)[10], ((cl_char*)&v16)[11], ((cl_char*)&v1… in test_char()
/dports/devel/opencl/OpenCL-Headers-2021.06.30/tests/
H A Dtest_headers.c26 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()
72cl_char*)&v16)[0], ((cl_char*)&v16)[1], ((cl_char*)&v16)[2], ((cl_char*)&v16)[3], ((cl_char*)&v16)… in test_char()
73cl_char*)&v16)[8], ((cl_char*)&v16)[9], ((cl_char*)&v16)[10], ((cl_char*)&v16)[11], ((cl_char*)&v1… in test_char()
/dports/devel/py-pyopencl/pyopencl-2018.2/src/
H A Dpyopencl_ext.h27 … struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opencl/
H A DAPPLE_ContextLoggingFunctions.java46 void clLogMessagesToSystemLogAPPLE(@Check @Const @cl_char ByteBuffer errstr, in clLogMessagesToSystemLogAPPLE()
52 void clLogMessagesToStdoutAPPLE(@Check @Const @cl_char ByteBuffer errstr, in clLogMessagesToStdoutAPPLE()
58 void clLogMessagesToStderrAPPLE(@Check @Const @cl_char ByteBuffer errstr, in clLogMessagesToStderrAPPLE()
H A DCL12.java223 @Check @Const @cl_char ByteBuffer kernel_names, in clCreateProgramWithBuiltInKernels()
248 @Check @NullTerminated @Const @cl_char ByteBuffer options, in clCompileProgram()
251 … @NullTerminated @Check @Const @cl_char @Indirect ByteBuffer header_include_name, in clCompileProgram()
269 @Check @NullTerminated @Const @cl_char ByteBuffer options, in clCompileProgramMulti()
272 …@NullTerminated("input_headers.remaining()") @Check @Const @Indirect @cl_char @PointerArray("num_i… in clCompileProgramMulti()
289 @Check @NullTerminated @Const @cl_char ByteBuffer options, in clCompileProgram3()
349 @NullTerminated @Check @Const @cl_char ByteBuffer options, in clLinkProgram()
446 … @NullTerminated @Const @cl_char ByteBuffer func_name); in clGetExtensionFunctionAddressForPlatform()
/dports/lang/pocl/pocl-1.8/tests/runtime/
H A Dtest_fill-buffer.c76 = (alloc / sizeof (cl_char) / (1 << max_pattern_size)) in main()
78 const size_t buf_size = nels * sizeof (cl_char); in main()
80 cl_char *host_buf1 = malloc (buf_size); in main()
133 cl_char expected_value = *((char *)&(pattern) + j); in main()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/generator/opencl/
H A DCLTypeMap.java64 native_types_to_primitive.put(cl_char.class, TypeKind.BYTE); in native_types_to_primitive.put()
191 return cl_char.class; in getStringElementType()
196 return cl_char.class; in getStringArrayType()
210 return new Class[] { cl_byte.class, cl_char.class, cl_uchar.class, cl_void.class }; in getValidBufferTypes()
235 return new Class[] { cl_byte.class, cl_char.class, cl_uchar.class }; in getValidPrimitiveTypes()
271 valid_types = new Class[] { cl_char.class, cl_uchar.class }; in getValidAnnotationTypes()
/dports/devel/clinfo/clinfo-3.0.21.02.21/src/
H A Dext.h280 struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
/dports/games/lwjgl/lwjgl-2df01dd/src/native/common/CL/
H A Dcl_platform.h67 typedef signed __int8 cl_char; typedef
158 typedef int8_t cl_char;
425 cl_char CL_ALIGNED(2) s[2];
427 __extension__ struct{ cl_char x, y; };
428 __extension__ struct{ cl_char s0, s1; };
429 __extension__ struct{ cl_char lo, hi; };
438 cl_char CL_ALIGNED(4) s[4];
440 __extension__ struct{ cl_char x, y, z, w; };
457 cl_char CL_ALIGNED(8) s[8];
459 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/devel/embb/embb-1.0.0/mtapi_plugins_c/mtapi_opencl_c/src/CL/
H A Dcl_platform.h67 typedef signed __int8 cl_char; typedef
158 typedef int8_t cl_char;
425 cl_char CL_ALIGNED(2) s[2];
427 __extension__ struct{ cl_char x, y; };
428 __extension__ struct{ cl_char s0, s1; };
429 __extension__ struct{ cl_char lo, hi; };
438 cl_char CL_ALIGNED(4) s[4];
440 __extension__ struct{ cl_char x, y, z, w; };
457 cl_char CL_ALIGNED(8) s[8];
459 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/math/viennacl/ViennaCL-1.7.1/CL/
H A Dcl_platform.h67 typedef signed __int8 cl_char; typedef
158 typedef int8_t cl_char;
425 cl_char CL_ALIGNED(2) s[2];
427 __extension__ struct{ cl_char x, y; };
428 __extension__ struct{ cl_char s0, s1; };
429 __extension__ struct{ cl_char lo, hi; };
438 cl_char CL_ALIGNED(4) s[4];
440 __extension__ struct{ cl_char x, y, z, w; };
457 cl_char CL_ALIGNED(8) s[8];
459 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/graphics/gegl/gegl-0.4.34/gegl/opencl/
H A Dcl_platform.h62 typedef signed __int8 cl_char; typedef
153 typedef int8_t cl_char;
420 cl_char CL_ALIGNED(2) s[2];
422 __extension__ struct{ cl_char x, y; };
423 __extension__ struct{ cl_char s0, s1; };
424 __extension__ struct{ cl_char lo, hi; };
433 cl_char CL_ALIGNED(4) s[4];
435 __extension__ struct{ cl_char x, y, z, w; };
452 cl_char CL_ALIGNED(8) s[8];
454 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/biology/ugene/ugene-40.1/src/include/opencl/legacy/
H A Dcl_platform.h69 typedef signed __int8 cl_char; typedef
160 typedef int8_t cl_char;
426 cl_char CL_ALIGNED(2) s[2];
428 __extension__ struct { cl_char x, y; };
429 __extension__ struct { cl_char s0, s1; };
430 __extension__ struct { cl_char lo, hi; };
438 cl_char CL_ALIGNED(4) s[4];
440 __extension__ struct { cl_char x, y, z, w; };
456 cl_char CL_ALIGNED(8) s[8];
458 __extension__ struct { cl_char x, y, z, w; };
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/include/hwloc/
H A Dopencl.h48 … struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/hwloc/
H A Dopencl.h48 … struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/hwloc/
H A Dopencl.h48 … struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/hwloc/
H A Dopencl.h48 … struct { cl_uint type; cl_char unused[17]; cl_char bus; cl_char device; cl_char function; } pcie;
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/extras/
H A Dcl_platform.h137 typedef signed __int8 cl_char; typedef
228 typedef int8_t cl_char;
495 cl_char CL_ALIGNED(2) s[2];
497 __extension__ struct{ cl_char x, y; };
498 __extension__ struct{ cl_char s0, s1; };
499 __extension__ struct{ cl_char lo, hi; };
508 cl_char CL_ALIGNED(4) s[4];
510 __extension__ struct{ cl_char x, y, z, w; };
527 cl_char CL_ALIGNED(8) s[8];
529 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/extras/
H A Dcl_platform.h137 typedef signed __int8 cl_char; typedef
228 typedef int8_t cl_char;
495 cl_char CL_ALIGNED(2) s[2];
497 __extension__ struct{ cl_char x, y; };
498 __extension__ struct{ cl_char s0, s1; };
499 __extension__ struct{ cl_char lo, hi; };
508 cl_char CL_ALIGNED(4) s[4];
510 __extension__ struct{ cl_char x, y, z, w; };
527 cl_char CL_ALIGNED(8) s[8];
529 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/extras/
H A Dcl_platform.h137 typedef signed __int8 cl_char; typedef
228 typedef int8_t cl_char;
495 cl_char CL_ALIGNED(2) s[2];
497 __extension__ struct{ cl_char x, y; };
498 __extension__ struct{ cl_char s0, s1; };
499 __extension__ struct{ cl_char lo, hi; };
508 cl_char CL_ALIGNED(4) s[4];
510 __extension__ struct{ cl_char x, y, z, w; };
527 cl_char CL_ALIGNED(8) s[8];
529 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/extras/
H A Dcl_platform.h137 typedef signed __int8 cl_char; typedef
228 typedef int8_t cl_char;
495 cl_char CL_ALIGNED(2) s[2];
497 __extension__ struct{ cl_char x, y; };
498 __extension__ struct{ cl_char s0, s1; };
499 __extension__ struct{ cl_char lo, hi; };
508 cl_char CL_ALIGNED(4) s[4];
510 __extension__ struct{ cl_char x, y, z, w; };
527 cl_char CL_ALIGNED(8) s[8];
529 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/include/opencl/1.2/CL/
H A Dcl_platform.h123 typedef signed __int8 cl_char; typedef
214 typedef int8_t cl_char;
481 cl_char CL_ALIGNED(2) s[2];
483 __extension__ struct{ cl_char x, y; };
484 __extension__ struct{ cl_char s0, s1; };
485 __extension__ struct{ cl_char lo, hi; };
494 cl_char CL_ALIGNED(4) s[4];
496 __extension__ struct{ cl_char x, y, z, w; };
513 cl_char CL_ALIGNED(8) s[8];
515 __extension__ struct{ cl_char x, y, z, w; };
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/OpenCL/CL/
H A Dcl_platform.h128 typedef signed __int8 cl_char; typedef
219 typedef int8_t cl_char;
504 cl_char CL_ALIGNED(2) s[2];
506 __CL_ANON_STRUCT__ struct{ cl_char x, y; };
507 __CL_ANON_STRUCT__ struct{ cl_char s0, s1; };
508 __CL_ANON_STRUCT__ struct{ cl_char lo, hi; };
517 cl_char CL_ALIGNED(4) s[4];
519 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; };
536 cl_char CL_ALIGNED(8) s[8];
538 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; };
[all …]

123456