/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 60 cl_long mLongStartValue; 70 … cl_long (*ExpectedValueLongFn)( size_t size, cl_long *startRefValues, size_t whichDestValue ); 71 void (*GenerateRefsLongFn)( size_t size, cl_long *startRefValues, MTdata d ); 72 bool (*VerifyRefsLongFn)( size_t size, cl_long *refValues, cl_long finalValue ); 225 testFns.GenerateRefsLongFn( threadSize, (cl_long *)startRefValues, d ); in test_atomic_function() 298 cl_long longVal; in test_atomic_function() 308 longVal = testFns.ExpectedValueLongFn( threadSize, (cl_long *)startRefValues, i ); in test_atomic_function() 330 cl_long *outValue = (cl_long *)( destItems + i * typeSize ); in test_atomic_function() 332 cl_long *startRefs = (cl_long *)startRefValues; in test_atomic_function() 333 cl_long *refs = (cl_long *)refValues; in test_atomic_function() [all …]
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | main.cpp | 150 void fill_test_values( cl_long *outBufferA, cl_long *outBufferB, size_t numElements, MTdata d ) in fill_test_values() 152 …static const cl_long sUniqueValues[] = { 0x3333333333333333LL, 0x5555555555555555LL, 0x99999999999… in fill_test_values() 160 …static cl_long sSpecialValues[ 128 + 128 + 128 + ( sizeof( sUniqueValues ) / sizeof( sUniqueValues… in fill_test_values() 200 outBufferA[ i ] = ((cl_long)a <<33 | (cl_long)b) ^ ((cl_long)b << 16); in fill_test_values() 204 outBufferB[ i ] = ((cl_long)a <<33 | (cl_long)b) ^ ((cl_long)b << 16); in fill_test_values()
|
D | test_integers.cpp | 57 cl_long inDataA[TEST_SIZE * 16], outData[TEST_SIZE * 16], inDataB[TEST_SIZE * 16], expected; in test_single_param_integer_kernel() 254 cl_long testValue; in verify_integer_clz() 285 testValue = *( (cl_long *)source ); in verify_integer_clz() 286 typeBits = 8 * sizeof( cl_long ); in verify_integer_clz() 327 *( (cl_long *)destination ) = count; in verify_integer_clz() 347 cl_long testValue; in verify_integer_ctz() 378 testValue = *( (cl_long *)source ); in verify_integer_ctz() 379 typeBits = 8 * sizeof( cl_long ); in verify_integer_ctz() 420 *( (cl_long *)destination ) = count; in verify_integer_ctz() 574 PATCH_CASE_SIGNED( outData, inDataA, inDataB, count, cl_long, CL_LONG_MIN ) in patchup_divide_results() [all …]
|
/external/OpenCL-CTS/test_conformance/select/ |
D | util_select.cpp | 38 sizeof(cl_float), sizeof(cl_ulong), sizeof(cl_long), sizeof( cl_double ) }; 132 cl_long *d, *x, *y, *m; in refselect_1i64() 133 d = (cl_long*) dest; in refselect_1i64() 134 x = (cl_long*) src1; in refselect_1i64() 135 y = (cl_long*) src2; in refselect_1i64() 136 m = (cl_long*) cmp; in refselect_1i64() 144 cl_long *m; in refselect_1u64() 148 m = (cl_long*) cmp; in refselect_1u64() 224 cl_long *d, *x, *y; in refselect_1i64u() 226 d = (cl_long*) dest; in refselect_1i64u() [all …]
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_buffers.cpp | 66 cl_long *longPtr = (cl_long *)outData; in gen_input_data() 69 longPtr[i] = (cl_long)genrand_int32(d) | ( (cl_ulong)genrand_int32(d) << 32 ); in gen_input_data() 130 size_t dataSize = numElements * 16 * sizeof(cl_long); in test_buffer_kernel() 132 cl_long inData[numElements * 16], outDataCL[numElements * 16], outDataGL[ numElements * 16 ]; in test_buffer_kernel() 134 cl_long* inData = (cl_long*)_malloca(dataSize); in test_buffer_kernel() 135 cl_long* outDataCL = (cl_long*)_malloca(dataSize); in test_buffer_kernel() 136 cl_long* outDataGL = (cl_long*)_malloca(dataSize); in test_buffer_kernel() 255 cl_long expectedCLValue, expectedGLValue; in test_buffer_kernel()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | typeinfo.h | 146 … false, 0, 1, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 147 … true, 0, 16, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 148 … false, 0, 16, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 149 … true, 0, 16, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 150 … false, 0, 2, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 151 … true, 0, 2, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 152 … false, 0, 3, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 153 … true, 0, 3, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 154 … false, 0, 4, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) 155 … true, 0, 4, 0x0, 0x7fffffffffffffff, KernelArgGeneratorT<cl_long>) [all …]
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_buffers.cpp | 69 cl_long *longPtr = (cl_long *)outData; in gen_input_data() 72 longPtr[i] = (cl_long)genrand_int32(d) | ( (cl_ulong)genrand_int32(d) << 32 ); in gen_input_data() 133 size_t dataSize = numElements * 16 * sizeof(cl_long); in test_buffer_kernel() 135 cl_long inData[numElements * 16], outDataCL[numElements * 16], outDataGL[ numElements * 16 ]; in test_buffer_kernel() 137 cl_long* inData = (cl_long*)_malloca(dataSize); in test_buffer_kernel() 138 cl_long* outDataCL = (cl_long*)_malloca(dataSize); in test_buffer_kernel() 139 cl_long* outDataGL = (cl_long*)_malloca(dataSize); in test_buffer_kernel() 256 cl_long expectedCLValue, expectedGLValue; in test_buffer_kernel()
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | basic_test_conversions.cpp | 71 sizeof( cl_ulong ), sizeof( cl_long ), 622 static void uchar2long( void *out, void *in){ ((cl_long*) out)[0] = ((cl_uchar*) in)[0]; } in uchar2long() 639 static void char2long( void *out, void *in){ ((cl_long*) out)[0] = ((cl_char*) in)[0]; } in char2long() 656 static void ushort2long( void *out, void *in){ ((cl_long*) out)[0] = ((cl_ushort*) in)[0]; } in ushort2long() 673 static void short2long( void *out, void *in){ ((cl_long*) out)[0] = ((cl_short*) in)[0]; } in short2long() 691 static void uint2long( void *out, void *in){ ((cl_long*) out)[0] = ((cl_uint*) in)[0]; } in uint2long() 708 static void int2long( void *out, void *in){ ((cl_long*) out)[0] = ((cl_int*) in)[0]; } in int2long() 737 static void float2long( void *out, void *in){ ((cl_long*) out)[0] = llrint_clamped( ((cl_float*) i… in float2long() 746 static void double2long( void *out, void *in){ ((cl_long*) out)[0] = (cl_long) rint(((cl_double*) i… in double2long() 758 cl_long sl = ((cl_long)l < 0) ? (cl_long)((l >> 1) | (l & 1)) : (cl_long)l; in ulong2float() [all …]
|
/external/OpenCL-CTS/test_conformance/workgroups/ |
D | test_wg_reduce.cpp | 114 verify_wg_reduce_add_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) in verify_wg_reduce_add_long() 120 cl_long sum = 0; in verify_wg_reduce_add_long() 376 cl_long *input_ptr[1], *p; in test_work_group_reduce_add_long() 377 cl_long *output_ptr; in test_work_group_reduce_add_long() 400 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_reduce_add_long() 401 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_reduce_add_long() 403 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_reduce_add_long() 411 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_reduce_add_long() 424 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_reduce_add_long() 451 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_reduce_add_long() [all …]
|
D | test_wg_scan_inclusive_add.cpp | 112 verify_wg_scan_inclusive_add_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) in verify_wg_scan_inclusive_add_long() 115 cl_long s; in verify_wg_scan_inclusive_add_long() 373 cl_long *input_ptr[1], *p; in test_work_group_scan_inclusive_add_long() 374 cl_long *output_ptr; in test_work_group_scan_inclusive_add_long() 397 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_inclusive_add_long() 398 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_inclusive_add_long() 400 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_inclusive_add_long() 408 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_inclusive_add_long() 421 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_scan_inclusive_add_long() 448 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_scan_inclusive_add_long() [all …]
|
D | test_wg_scan_exclusive_add.cpp | 118 verify_wg_scan_exclusive_add_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) { in verify_wg_scan_exclusive_add_long() 121 cl_long s, lasts; in verify_wg_scan_exclusive_add_long() 384 cl_long *input_ptr[1], *p; in test_work_group_scan_exclusive_add_long() 385 cl_long *output_ptr; in test_work_group_scan_exclusive_add_long() 408 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_exclusive_add_long() 409 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_exclusive_add_long() 411 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_exclusive_add_long() 419 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_exclusive_add_long() 432 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_scan_exclusive_add_long() 459 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_scan_exclusive_add_long() [all …]
|
D | test_wg_scan_inclusive_max.cpp | 114 verify_wg_scan_inclusive_max_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) { in verify_wg_scan_inclusive_max_long() 119 cl_long max_ = 0x8000000000000000ULL; in verify_wg_scan_inclusive_max_long() 375 cl_long *input_ptr[1], *p; in test_work_group_scan_inclusive_max_long() 376 cl_long *output_ptr; in test_work_group_scan_inclusive_max_long() 399 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_inclusive_max_long() 400 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_inclusive_max_long() 402 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_inclusive_max_long() 410 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_inclusive_max_long() 423 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_scan_inclusive_max_long() 450 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_scan_inclusive_max_long() [all …]
|
D | test_wg_scan_inclusive_min.cpp | 114 verify_wg_scan_inclusive_min_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) { in verify_wg_scan_inclusive_min_long() 119 cl_long min_ = 0x7fffffffffffffffULL; in verify_wg_scan_inclusive_min_long() 375 cl_long *input_ptr[1], *p; in test_work_group_scan_inclusive_min_long() 376 cl_long *output_ptr; in test_work_group_scan_inclusive_min_long() 399 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_inclusive_min_long() 400 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_inclusive_min_long() 402 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_inclusive_min_long() 410 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_inclusive_min_long() 423 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_scan_inclusive_min_long() 450 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_scan_inclusive_min_long() [all …]
|
D | test_wg_scan_exclusive_min.cpp | 115 verify_wg_scan_exclusive_min_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) { in verify_wg_scan_exclusive_min_long() 120 cl_long min_ = 0x7fffffffffffffffULL; in verify_wg_scan_exclusive_min_long() 394 cl_long *input_ptr[1], *p; in test_work_group_scan_exclusive_min_long() 395 cl_long *output_ptr; in test_work_group_scan_exclusive_min_long() 427 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_exclusive_min_long() 428 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_exclusive_min_long() 430 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_exclusive_min_long() 438 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_exclusive_min_long() 451 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_scan_exclusive_min_long() 478 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_scan_exclusive_min_long() [all …]
|
D | test_wg_reduce_max.cpp | 114 verify_wg_reduce_max_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) in verify_wg_reduce_max_long() 120 cl_long max = CL_LONG_MIN; in verify_wg_reduce_max_long() 394 cl_long *input_ptr[1], *p; in test_work_group_reduce_max_long() 395 cl_long *output_ptr; in test_work_group_reduce_max_long() 427 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_reduce_max_long() 428 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_reduce_max_long() 430 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_reduce_max_long() 438 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_reduce_max_long() 451 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_reduce_max_long() 478 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_reduce_max_long() [all …]
|
D | test_wg_scan_exclusive_max.cpp | 114 verify_wg_scan_exclusive_max_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) { in verify_wg_scan_exclusive_max_long() 119 cl_long max_ = 0x8000000000000000ULL; in verify_wg_scan_exclusive_max_long() 393 cl_long *input_ptr[1], *p; in test_work_group_scan_exclusive_max_long() 394 cl_long *output_ptr; in test_work_group_scan_exclusive_max_long() 426 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_exclusive_max_long() 427 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_scan_exclusive_max_long() 429 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_exclusive_max_long() 437 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_scan_exclusive_max_long() 450 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_scan_exclusive_max_long() 477 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_scan_exclusive_max_long() [all …]
|
D | test_wg_reduce_min.cpp | 114 verify_wg_reduce_min_long(cl_long *inptr, cl_long *outptr, size_t n, size_t wg_size) in verify_wg_reduce_min_long() 120 cl_long min = CL_ULONG_MAX; in verify_wg_reduce_min_long() 394 cl_long *input_ptr[1], *p; in test_work_group_reduce_min_long() 395 cl_long *output_ptr; in test_work_group_reduce_min_long() 427 input_ptr[0] = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_reduce_min_long() 428 output_ptr = (cl_long*)malloc(sizeof(cl_long) * num_elements); in test_work_group_reduce_min_long() 430 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_reduce_min_long() 438 sizeof(cl_long) * num_elements, NULL, NULL); in test_work_group_reduce_min_long() 451 …err = clEnqueueWriteBuffer( queue, streams[0], true, 0, sizeof(cl_long)*num_elements, (void *)inpu… in test_work_group_reduce_min_long() 478 memset_pattern4(output_ptr, &dead, sizeof(cl_long)*num_elements); in test_work_group_reduce_min_long() [all …]
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_kernel_memory_alignment.cpp | 184 mem0 = clCreateBuffer(context, 0, sizeof(cl_long), NULL, &error); in test_kernel_memory_alignment() 186 mem2 = clCreateBuffer(context, 0, sizeof(cl_long)*2, NULL, &error); in test_kernel_memory_alignment() 188 mem3 = clCreateBuffer(context, 0, sizeof(cl_long)*4, NULL, &error); in test_kernel_memory_alignment() 190 mem4 = clCreateBuffer(context, 0, sizeof(cl_long)*4, NULL, &error); in test_kernel_memory_alignment() 192 mem8 = clCreateBuffer(context, 0, sizeof(cl_long)*8, NULL, &error); in test_kernel_memory_alignment() 194 mem16 = clCreateBuffer(context, 0, sizeof(cl_long)*16, NULL, &error); in test_kernel_memory_alignment() 268 memset(results_data, 0, sizeof(cl_long)*5); in test_kernel_memory_alignment() 269 …error = clEnqueueWriteBuffer(queue, results, CL_TRUE, 0, sizeof(cl_long)*6, results_data, 0, NULL,… in test_kernel_memory_alignment() 363 memset(results_data, 0, sizeof(cl_long)*5); in test_kernel_memory_alignment() 364 …error = clEnqueueWriteBuffer(queue, results, CL_TRUE, 0, sizeof(cl_long)*5, results_data, 0, NULL,… in test_kernel_memory_alignment() [all …]
|
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.cpp | 53 case kLong: sprintf(string, "%lld", *((cl_long *)data)); return; in print_type_to_string() 73 sizeof(cl_uint), sizeof(cl_long), sizeof(cl_ulong), in get_explicit_type_size() 169 typedef cl_long Long; 915 cl_long *longPtr; in generate_random_data() 1021 longPtr = (cl_long *)outData; in generate_random_data() 1024 longPtr[i] = (cl_long)genrand_int32(d) in generate_random_data() 1025 | ((cl_long)genrand_int32(d) << 32); in generate_random_data() 1054 cl_long u = (cl_long)genrand_int32(d) in generate_random_data() 1055 | ((cl_long)genrand_int32(d) << 32); in generate_random_data() 1093 cl_long read_upscale_signed(void *inRaw, ExplicitType inType) in read_upscale_signed() [all …]
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_null_buffer_arg.cpp | 118 cl_long* host_result = (cl_long*)malloc(NITEMS*sizeof(cl_long)); in test_setargs_and_execution() 120 sizeof(cl_long)*NITEMS, host_result, 0, NULL, NULL); in test_setargs_and_execution() 174 buffer_size = NITEMS*sizeof(cl_long); in test_null_buffer_arg()
|
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | common.cpp | 69 return sizeof(cl_long); in Size() 194 template<> cl_long AtomicTypeExtendedInfo<cl_long>::MinValue() {return CL_LONG_MIN;} in MinValue() 201 template<> cl_long AtomicTypeExtendedInfo<cl_long>::MaxValue() {return CL_LONG_MAX;} in MaxValue()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | macro_unary_double.cpp | 315 cl_long *out[VECTOR_SIZE_COUNT]; in Test() 318 out[j] = (cl_long *)clEnqueueMapBuffer( in Test() 403 cl_long *r = (cl_long *)gOut_Ref + thread_id * buffer_elements; in Test() 412 out[j] = (cl_long *)clEnqueueMapBuffer( in Test() 424 cl_long *t = (cl_long *)r; in Test() 427 cl_long *q = out[0]; in Test() 437 cl_long correct = dfunc.i_f(+0.0f); in Test() 438 cl_long correct2 = dfunc.i_f(-0.0f); in Test()
|
/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_comparisons_double.cpp | 70 void verify_equiv_values_double( unsigned int vecSize, double *inDataA, double *inDataB, cl_long *o… in verify_equiv_values_double() 73 cl_long trueResult; in verify_equiv_values_double() 115 cl_long outData[TEST_SIZE * 16], expected[16]; in test_equiv_kernel_double() 170 …streams[2] = clCreateBuffer( context, CL_MEM_READ_WRITE, sizeof( cl_long ) * vecSize * TEST_SIZE, … in test_equiv_kernel_double() 176 …streams[3] = clCreateBuffer( context, CL_MEM_READ_WRITE, sizeof( cl_long ) * vecSize * TEST_SIZE, … in test_equiv_kernel_double() 205 …error = clEnqueueReadBuffer( queue, streams[2], true, 0, sizeof( cl_long ) * TEST_SIZE * vecSize, … in test_equiv_kernel_double() 225 …error = clEnqueueReadBuffer( queue, streams[3], true, 0, sizeof( cl_long ) * TEST_SIZE * vecSize, … in test_equiv_kernel_double()
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_platform.h | 151 typedef signed __int64 cl_long; typedef 171 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL) 172 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL) 253 typedef int64_t cl_long; 273 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL) 274 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL) 425 typedef cl_long __cl_long2 __attribute__((vector_size(16))); 459 typedef cl_long __cl_long1 __attribute__((vector_size(8))); 1073 cl_long CL_ALIGNED(16) s[2]; 1075 __CL_ANON_STRUCT__ struct{ cl_long x, y; }; [all …]
|
/external/angle/include/CL/ |
D | cl_platform.h | 151 typedef signed __int64 cl_long; typedef 171 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL) 172 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL) 253 typedef int64_t cl_long; 273 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL) 274 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL) 425 typedef cl_long __cl_long2 __attribute__((vector_size(16))); 459 typedef cl_long __cl_long1 __attribute__((vector_size(8))); 1073 cl_long CL_ALIGNED(16) s[2]; 1075 __CL_ANON_STRUCT__ struct{ cl_long x, y; }; [all …]
|