Home
last modified time | relevance | path

Searched refs:CL_DEVICE_EXTENSIONS (Results 1 – 18 of 18) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DdeviceInfo.cpp69 return get_device_info_string(device, CL_DEVICE_EXTENSIONS); in get_device_extensions_string()
Dcl_offline_compiler-interface.txt23 CL_DEVICE_EXTENSIONS="<space separated list of CL extensions>"
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compiler_defines_for_extensions.cpp113 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/
Dhello-opencl.cpp55 cl_ok(device.getInfo(CL_DEVICE_EXTENSIONS, &extensions)); in main()
/external/skia/tools/
Dhello-opencl.cpp51 cl_ok(device.getInfo(CL_DEVICE_EXTENSIONS, &extensions)); in main()
/external/OpenCL-CTS/test_conformance/api/
Dtest_platform.cpp119 CL_DEVICE_EXTENSIONS, in test_platform_extensions()
Dtest_queries.cpp563 …error = clGetDeviceInfo( deviceID, CL_DEVICE_EXTENSIONS, sizeof( extensions ), &extensions, &size … in test_get_device_info()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp327 case CL_DEVICE_EXTENSIONS: in clGetDeviceInfo()
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp345 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/
Dcl_device.cc142 absl::StrSplit(GetDeviceInfo<std::string>(id, CL_DEVICE_EXTENSIONS), ' '); in GpuInfoFromDeviceID()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dextended_versioning.cpp398 device, CL_DEVICE_EXTENSIONS) }; in test_extended_versioning_device_extensions()
Dmain.cpp148 CONFIG_INFO(1, 1, CL_DEVICE_EXTENSIONS, string),
1139 else if (info.opcode == CL_DEVICE_EXTENSIONS) in getConfigInfos()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp324 case CL_DEVICE_EXTENSIONS: in FromCLenum()
552 return CL_DEVICE_EXTENSIONS; in ToCLenum()
/external/mesa3d/include/CL/
Dcl.h349 #define CL_DEVICE_EXTENSIONS 0x1030 macro
Dcl2.hpp1229 F(cl_device_info, CL_DEVICE_EXTENSIONS, string) \
Dcl.hpp1386 F(cl_device_info, CL_DEVICE_EXTENSIONS, STRING_CLASS) \
/external/angle/include/CL/
Dcl.h351 #define CL_DEVICE_EXTENSIONS 0x1030 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h351 #define CL_DEVICE_EXTENSIONS 0x1030 macro