/external/OpenCL-CTS/test_conformance/workgroups/ |
D | test_wg_scan_exclusive_min.cpp | 190 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_min_int() 304 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_min_uint() 417 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_min_long() 531 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_min_ulong()
|
D | test_wg_reduce_max.cpp | 190 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_max_int() 304 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_max_uint() 417 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_max_long() 531 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_max_ulong()
|
D | test_wg_scan_exclusive_max.cpp | 189 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_max_int() 303 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_max_uint() 416 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_max_long() 530 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_scan_exclusive_max_ulong()
|
D | test_wg_reduce_min.cpp | 190 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_min_int() 304 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_min_uint() 417 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_min_long() 531 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t) * 3, wg_sizes_per_dime… in test_work_group_reduce_min_ulong()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_local.cpp | 178 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), max… in test_local_arg_def() 312 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), max… in test_local_kernel_def()
|
D | test_barrier.cpp | 97 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), max… in test_barrier()
|
D | test_wg_barrier.cpp | 99 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), max… in test_wg_barrier()
|
D | test_imagenpot.cpp | 169 …err = clGetDeviceInfo(device_id, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), … in test_imagenpot()
|
D | test_async_copy.cpp | 126 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size),… in test_copy()
|
D | test_async_strided_copy.cpp | 112 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size),… in test_strided_copy()
|
D | test_async_copy2D.cpp | 173 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, in test_copy2D()
|
D | test_async_copy3D.cpp | 194 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, in test_copy3D()
|
D | test_async_copy_fence.cpp | 404 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, in test_copy_fence()
|
D | test_imagedim.cpp | 308 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), max… in test_imagedim_non_pow2()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | execute_multipass.cpp | 107 …err = clGetDeviceInfo( device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof( cl_uint ), (size_t*)localThr… in run_kernel()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 120 case CL_DEVICE_MAX_WORK_ITEM_SIZES: in clGetDeviceInfo()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 83 clGetDeviceInfo(id, CL_DEVICE_MAX_WORK_ITEM_SIZES, in GetDeviceWorkDimsSizes()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 238 case CL_DEVICE_MAX_WORK_ITEM_SIZES: in FromCLenum() 466 return CL_DEVICE_MAX_WORK_ITEM_SIZES; in ToCLenum()
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 1027 error = clGetDeviceInfo(devices[i], CL_DEVICE_MAX_WORK_ITEM_SIZES, in get_max_allowed_work_group_size() 1079 error = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, in get_max_allowed_1d_work_group_size_on_device()
|
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/ |
D | TestNonUniformWorkGroup.cpp | 529 err = clGetDeviceInfo(_device, CL_DEVICE_MAX_WORK_ITEM_SIZES, in prepareDevice()
|
/external/OpenCL-CTS/test_conformance/thread_dimensions/ |
D | test_thread_dimensions.cpp | 471 …err = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), max… in test_thread_dimensions()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 197 …error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(size_t)*maxWorkItemDim, d… in test_min_max_work_items_sizes() 1816 …err = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, sizeof(max_local_workgroup_size), m… in test_min_max_kernel_preferred_work_group_size_multiple()
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 196 … error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_WORK_ITEM_SIZES, 3*sizeof(size_t), maxSizes, 0); in test_atomic_function()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 154 CONFIG_INFO(1, 1, CL_DEVICE_MAX_WORK_ITEM_SIZES, size_t_arr),
|
/external/mesa3d/include/CL/ |
D | cl.h | 303 #define CL_DEVICE_MAX_WORK_ITEM_SIZES 0x1005 macro
|