Home
last modified time | relevance | path

Searched refs:CL_DEVICE_MAX_COMPUTE_UNITS (Results 1 – 23 of 23) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_async_copy.cpp106 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(num_of_compute_devices), &nu… in test_copy()
Dtest_async_strided_copy.cpp91 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(num_of_compute_devices), &nu… in test_strided_copy()
Dtest_queue_priority.cpp176 …err = clGetDeviceInfo( device, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof( num_compute_units ), &num_comp… in test_queue_priority()
Dtest_async_copy2D.cpp142 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, in test_copy2D()
Dtest_async_copy3D.cpp163 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, in test_copy3D()
Dtest_async_copy_fence.cpp370 error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, in test_copy_fence()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp112 case CL_DEVICE_MAX_COMPUTE_UNITS: in clGetDeviceInfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc194 GetDeviceInfo<cl_uint>(id, CL_DEVICE_MAX_COMPUTE_UNITS); in GpuInfoFromDeviceID()
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.cpp79 …if( (error = clGetDeviceInfo( device, CL_DEVICE_MAX_COMPUTE_UNITS, configSize, &gComputeDevices, … in InitCL()
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_buffer_migrate.cpp122 …if ((err = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(max_sub_devices), &max_su… in test_buffer_migrate()
Dtest_image_migrate.cpp149 …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/
Dtest_device_partition.cpp360 …int err = clGetDeviceInfo(parentDevice, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(maxComputeUnits), &max… in init_device_partition_test()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp232 case CL_DEVICE_MAX_COMPUTE_UNITS: in FromCLenum()
460 return CL_DEVICE_MAX_COMPUTE_UNITS; in ToCLenum()
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp1005 …if( (err = clGetDeviceInfo(device, CL_DEVICE_MAX_COMPUTE_UNITS, config_size, &compute_devices, NUL… in InitCL()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp152 CONFIG_INFO(1, 1, CL_DEVICE_MAX_COMPUTE_UNITS, cl_uint),
/external/mesa3d/include/CL/
Dcl.h300 #define CL_DEVICE_MAX_COMPUTE_UNITS 0x1002 macro
Dcl2.hpp1181 F(cl_device_info, CL_DEVICE_MAX_COMPUTE_UNITS, cl_uint) \
Dcl.hpp1337 F(cl_device_info, CL_DEVICE_MAX_COMPUTE_UNITS, cl_uint) \
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp595 …if( (error = clGetDeviceInfo( device, CL_DEVICE_MAX_COMPUTE_UNITS, configSize, &gComputeDevices, N… in InitCL()
/external/angle/include/CL/
Dcl.h302 #define CL_DEVICE_MAX_COMPUTE_UNITS 0x1002 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h302 #define CL_DEVICE_MAX_COMPUTE_UNITS 0x1002 macro
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1575 error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof( value ), &value, 0 ); in test_min_max_compute_units()
/external/ImageMagick/MagickCore/
Dopencl.c2423 openCL_library->clGetDeviceInfo(devices[j],CL_DEVICE_MAX_COMPUTE_UNITS, in LoadOpenCLDevices()