Searched refs:localThreadSize (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_retain_program.cpp | 59 size_t threads[1] = { 10 }, localThreadSize; in test_release_during_execute() local 81 error = get_max_common_work_group_size( context, kernel, threads[0], &localThreadSize ); in test_release_during_execute() 86 …error = clEnqueueNDRangeKernel( queue, kernel, 1, NULL, threads, &localThreadSize, 0, NULL, NULL ); in test_release_during_execute()
|