Searched refs:threadSize (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 62 size_t (*NumResultsFn)( size_t threadSize, ExplicitType dataType ); 128 size_t threadSize, groupSize; in test_atomic_function() local 184 threadSize = num_elements; in test_atomic_function() 186 error = get_max_common_work_group_size( context, kernel, threadSize, &groupSize ); in test_atomic_function() 191 threadSize = groupSize; in test_atomic_function() 209 threadSize = groupSize = workSize; in test_atomic_function() 213 log_info( "\t(thread count %d, group size %d)\n", (int)threadSize, (int)groupSize ); in test_atomic_function() 215 refValues = (cl_int *)malloc( typeSize * threadSize ); in test_atomic_function() 221 startRefValues = malloc( typeSize * threadSize ); in test_atomic_function() 223 testFns.GenerateRefsIntFn( threadSize, (cl_int *)startRefValues, d ); in test_atomic_function() [all …]
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_upsample.cpp | 48 size_t threadSize, groupSize, i; in test_upsample_2_param_fn() local 128 threadSize = count; in test_upsample_2_param_fn() 130 error = get_max_common_work_group_size( context, kernel, threadSize, &groupSize ); in test_upsample_2_param_fn() 133 … error = clEnqueueNDRangeKernel( queue, kernel, 1, NULL, &threadSize, &groupSize, 0, NULL, NULL ); in test_upsample_2_param_fn()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_explicit_s2v.cpp | 118 size_t threadSize[3], groupSize[3]; in test_explicit_s2v_function() local 163 threadSize[0] = count; in test_explicit_s2v_function() 165 error = get_max_common_work_group_size( context, kernel, threadSize[0], &groupSize[0] ); in test_explicit_s2v_function() 168 error = clEnqueueNDRangeKernel( queue, kernel, 1, NULL, threadSize, groupSize, 0, NULL, NULL ); in test_explicit_s2v_function()
|