Home
last modified time | relevance | path

Searched refs:CL_DEVICE_DOUBLE_FP_CONFIG (Results 1 – 17 of 17) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_feature_macro.cpp564 deviceID, context, api_status, CL_DEVICE_DOUBLE_FP_CONFIG, in test_feature_macro_fp64()
624 deviceID, context, double_supported, CL_DEVICE_DOUBLE_FP_CONFIG, in test_feature_macro_int64()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp230 case CL_DEVICE_DOUBLE_FP_CONFIG: in clGetDeviceInfo()
/external/mesa3d/include/CL/
Dcl_ext.h33 #define CL_DEVICE_DOUBLE_FP_CONFIG 0x1032 macro
Dcl.h352 #define CL_DEVICE_DOUBLE_FP_CONFIG 0x1032 macro
Dcl2.hpp1207 F(cl_device_info, CL_DEVICE_DOUBLE_FP_CONFIG, cl_device_fp_config) \
Dcl.hpp1363 F(cl_device_info, CL_DEVICE_DOUBLE_FP_CONFIG, cl_device_fp_config) \
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp602 #if defined(CL_DEVICE_DOUBLE_FP_CONFIG) in InitCL()
604 if ((error = clGetDeviceInfo(gDevice, CL_DEVICE_DOUBLE_FP_CONFIG, in InitCL()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp192 CONFIG_INFO(1, 1, CL_DEVICE_DOUBLE_FP_CONFIG, cl_device_fp_config),
1106 if (info.opcode == CL_DEVICE_DOUBLE_FP_CONFIG in getConfigInfos()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp328 case CL_DEVICE_DOUBLE_FP_CONFIG: in FromCLenum()
556 return CL_DEVICE_DOUBLE_FP_CONFIG; in ToCLenum()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_numeric_constants.cpp674 … error = clGetDeviceInfo( deviceID, CL_DEVICE_DOUBLE_FP_CONFIG, sizeof( config ), &config, NULL ); in test_kernel_limit_constants()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1650 error = clGetDeviceInfo( deviceID, CL_DEVICE_DOUBLE_FP_CONFIG, sizeof( value ), &value, 0 ); in test_min_max_double_fp_config()
1916 cl_int error = clGetDeviceInfo(deviceID, CL_DEVICE_DOUBLE_FP_CONFIG, in test_min_max_device_version()
/external/angle/include/CL/
Dcl_ext.h33 #define CL_DEVICE_DOUBLE_FP_CONFIG 0x1032 macro
Dcl.h354 #define CL_DEVICE_DOUBLE_FP_CONFIG 0x1032 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl_ext.h33 #define CL_DEVICE_DOUBLE_FP_CONFIG 0x1032 macro
Dcl.h354 #define CL_DEVICE_DOUBLE_FP_CONFIG 0x1032 macro
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h316 error = clGetDeviceInfo(device, CL_DEVICE_DOUBLE_FP_CONFIG, sizeof(c), in double_ok()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1769 cl_int err = clGetDeviceInfo(device, CL_DEVICE_DOUBLE_FP_CONFIG, in device_supports_double()