/third_party/boost/libs/compute/example/ |
D | opencl_test.cpp | 136 ret = clGetDeviceInfo(device, CL_DEVICE_NAME, 0, NULL, &name_length); in main() 144 ret = clGetDeviceInfo(device, CL_DEVICE_NAME, name_length, name, NULL); in main()
|
/third_party/boost/libs/compute/perf/ |
D | perf_bolt_fill.cpp | 29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_sort.cpp | 28 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_accumulate.cpp | 29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_exclusive_scan.cpp | 29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_partial_sum.cpp | 29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_count.cpp | 34 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_inner_product.cpp | 29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_max_element.cpp | 34 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_merge.cpp | 29 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
D | perf_bolt_saxpy.cpp | 42 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl;
|
D | perf_bolt_reduce_by_key.cpp | 53 std::cout << "device: " << device.getInfo<CL_DEVICE_NAME>() << std::endl; in main()
|
/third_party/boost/boost/compute/ |
D | device.hpp | 172 return get_info<std::string>(CL_DEVICE_NAME); in name() 581 ((std::string, CL_DEVICE_NAME))
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | device.hpp | 172 return get_info<std::string>(CL_DEVICE_NAME); in name() 581 ((std::string, CL_DEVICE_NAME))
|
/third_party/flutter/skia/tools/ |
D | hello-opencl.cpp | 48 cl_ok(device.getInfo(CL_DEVICE_NAME, &name)); in main()
|
/third_party/boost/libs/compute/test/ |
D | test_device.cpp | 233 std::cout << device.get_info<CL_DEVICE_NAME>() << std::endl; in BOOST_AUTO_TEST_CASE()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 324 case CL_DEVICE_NAME: in clGetDeviceInfo()
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_runtime.cc | 86 std::string device_name = devices[0].getInfo<CL_DEVICE_NAME>(); in InitGPUDevice() 107 const std::string device_name = device_->getInfo<CL_DEVICE_NAME>(); in InitGPUDevice()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedCLEnums_autogen.cpp | 314 case CL_DEVICE_NAME: in FromCLenum() 542 return CL_DEVICE_NAME; in ToCLenum()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 277 #define CL_DEVICE_NAME 0x102B macro
|
D | cl2.hpp | 1157 F(cl_device_info, CL_DEVICE_NAME, string) \
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 182 { "device_name", CL_DEVICE_NAME }, 552 CL_DEVICE_NAME); in opencl_device_create_internal()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 346 #define CL_DEVICE_NAME 0x102B macro
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 344 #define CL_DEVICE_NAME 0x102B macro
|
/third_party/opencl-headers/CL/ |
D | cl.h | 346 #define CL_DEVICE_NAME 0x102B macro
|