/external/OpenCL-CTS/test_conformance/basic/ |
D | test_async_copy.cpp | 106 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(num_of_compute_devices), &nu… in test_copy()
|
D | test_async_strided_copy.cpp | 91 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(num_of_compute_devices), &nu… in test_strided_copy()
|
D | test_queue_priority.cpp | 176 …err = clGetDeviceInfo( device, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof( num_compute_units ), &num_comp… in test_queue_priority()
|
D | test_async_copy2D.cpp | 142 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, in test_copy2D()
|
D | test_async_copy3D.cpp | 163 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, in test_copy3D()
|
D | test_async_copy_fence.cpp | 370 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, in test_copy_fence()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 112 case CL_DEVICE_MAX_COMPUTE_UNITS: in clGetDeviceInfo()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 194 GetDeviceInfo<cl_uint>(id, CL_DEVICE_MAX_COMPUTE_UNITS); in GpuInfoFromDeviceID()
|
/external/OpenCL-CTS/test_conformance/half/ |
D | cl_utils.cpp | 79 …if( (error = clGetDeviceInfo( device, CL_DEVICE_MAX_COMPUTE_UNITS, configSize, &gComputeDevices, … in InitCL()
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_buffer_migrate.cpp | 122 …if ((err = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(max_sub_devices), &max_su… in test_buffer_migrate()
|
D | test_image_migrate.cpp | 149 …if ((err = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(max_sub_devices), &max_su… in test_image_migrate()
|
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 360 …int err = clGetDeviceInfo(parentDevice, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(maxComputeUnits), &max… in init_device_partition_test()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 232 case CL_DEVICE_MAX_COMPUTE_UNITS: in FromCLenum() 460 return CL_DEVICE_MAX_COMPUTE_UNITS; in ToCLenum()
|
/external/OpenCL-CTS/test_conformance/printf/ |
D | test_printf.cpp | 1005 …if( (err = clGetDeviceInfo(device, CL_DEVICE_MAX_COMPUTE_UNITS, config_size, &compute_devices, NUL… in InitCL()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 152 CONFIG_INFO(1, 1, CL_DEVICE_MAX_COMPUTE_UNITS, cl_uint),
|
/external/mesa3d/include/CL/ |
D | cl.h | 300 #define CL_DEVICE_MAX_COMPUTE_UNITS 0x1002 macro
|
D | cl2.hpp | 1181 F(cl_device_info, CL_DEVICE_MAX_COMPUTE_UNITS, cl_uint) \
|
D | cl.hpp | 1337 F(cl_device_info, CL_DEVICE_MAX_COMPUTE_UNITS, cl_uint) \
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 595 …if( (error = clGetDeviceInfo( device, CL_DEVICE_MAX_COMPUTE_UNITS, configSize, &gComputeDevices, N… in InitCL()
|
/external/angle/include/CL/ |
D | cl.h | 302 #define CL_DEVICE_MAX_COMPUTE_UNITS 0x1002 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 302 #define CL_DEVICE_MAX_COMPUTE_UNITS 0x1002 macro
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 1575 error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof( value ), &value, 0 ); in test_min_max_compute_units()
|
/external/ImageMagick/MagickCore/ |
D | opencl.c | 2423 openCL_library->clGetDeviceInfo(devices[j],CL_DEVICE_MAX_COMPUTE_UNITS, in LoadOpenCLDevices()
|