Searched refs:CL_DEVICE_EXTENSIONS (Results 1 – 18 of 18) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | deviceInfo.cpp | 69 return get_device_info_string(device, CL_DEVICE_EXTENSIONS); in get_device_extensions_string()
|
D | cl_offline_compiler-interface.txt | 23 CL_DEVICE_EXTENSIONS="<space separated list of CL extensions>"
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compiler_defines_for_extensions.cpp | 113 error = clGetDeviceInfo(device, CL_DEVICE_EXTENSIONS, 0, NULL, &size); in test_compiler_defines_for_extensions() 123 error = clGetDeviceInfo(device, CL_DEVICE_EXTENSIONS, sizeof(char)*size, extensions, NULL); in test_compiler_defines_for_extensions()
|
/external/skqp/tools/ |
D | hello-opencl.cpp | 55 cl_ok(device.getInfo(CL_DEVICE_EXTENSIONS, &extensions)); in main()
|
/external/skia/tools/ |
D | hello-opencl.cpp | 51 cl_ok(device.getInfo(CL_DEVICE_EXTENSIONS, &extensions)); in main()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_platform.cpp | 119 CL_DEVICE_EXTENSIONS, in test_platform_extensions()
|
D | test_queries.cpp | 563 …error = clGetDeviceInfo( deviceID, CL_DEVICE_EXTENSIONS, sizeof( extensions ), &extensions, &size … in test_get_device_info()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 327 case CL_DEVICE_EXTENSIONS: in clGetDeviceInfo()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 345 cl_int errcode = clGetDeviceInfo(devId, CL_DEVICE_EXTENSIONS, 0, NULL, &set_size); in getDeviceCapabilities() 351 CL_DEVICE_EXTENSIONS, in getDeviceCapabilities()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 142 absl::StrSplit(GetDeviceInfo<std::string>(id, CL_DEVICE_EXTENSIONS), ' '); in GpuInfoFromDeviceID()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | extended_versioning.cpp | 398 device, CL_DEVICE_EXTENSIONS) }; in test_extended_versioning_device_extensions()
|
D | main.cpp | 148 CONFIG_INFO(1, 1, CL_DEVICE_EXTENSIONS, string), 1139 else if (info.opcode == CL_DEVICE_EXTENSIONS) in getConfigInfos()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 324 case CL_DEVICE_EXTENSIONS: in FromCLenum() 552 return CL_DEVICE_EXTENSIONS; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 349 #define CL_DEVICE_EXTENSIONS 0x1030 macro
|
D | cl2.hpp | 1229 F(cl_device_info, CL_DEVICE_EXTENSIONS, string) \
|
D | cl.hpp | 1386 F(cl_device_info, CL_DEVICE_EXTENSIONS, STRING_CLASS) \
|
/external/angle/include/CL/ |
D | cl.h | 351 #define CL_DEVICE_EXTENSIONS 0x1030 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 351 #define CL_DEVICE_EXTENSIONS 0x1030 macro
|