Home
last modified time | relevance | path

Searched refs:CL_DEVICE_PROFILE (Results 1 – 25 of 30) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/device_execution/
Ddevice_info.cpp39 err_ret = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, &ret_len); in test_device_info()
/external/OpenCL-CTS/test_conformance/gles/
Dtest_buffers.cpp318 retVal = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_buffers()
365 retVal = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_buffers_getinfo()
/external/OpenCL-CTS/test_conformance/vectors/
Dtest_step.cpp60 err = clGetDeviceInfo(deviceID, CL_DEVICE_PROFILE, sizeof(profile), profile, in test_step_internal()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_fpmath_float.cpp142 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_fpmath_float()
Dtest_fpmath_float2.cpp142 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_fpmath_float2()
Dtest_fpmath_float4.cpp142 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_fpmath_float4()
Dtest_queue_priority.cpp222 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_queue_priority()
Dtest_numeric_constants.cpp586 error = clGetDeviceInfo( deviceID, CL_DEVICE_PROFILE, sizeof( profileStr ), &profileStr, NULL ); in test_kernel_limit_constants()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compiler_defines_for_extensions.cpp234 … error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof( profileStr ), &profileStr, NULL ); in test_compiler_defines_for_extensions()
Dtest_feature_macro.cpp592 error = clGetDeviceInfo(deviceID, CL_DEVICE_PROFILE, sizeof(profile), in test_feature_macro_int64()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp319 case CL_DEVICE_PROFILE: in clGetDeviceInfo()
/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_execute.cpp168 error = clGetDeviceInfo(device_id, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in execute_kernel()
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.cpp103 if( (error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL ) ) ) in InitCL()
/external/OpenCL-CTS/test_conformance/spir/
Drun_build_test.cpp365 clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(deviceProfile), &deviceProfile, NULL); in runBuildTest()
Drun_services.cpp361 CL_DEVICE_PROFILE, in getDeviceCapabilities()
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp347 CL_DEVICE_PROFILE, in isLongSupported()
367 CL_DEVICE_PROFILE, in isLongSupported()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp320 case CL_DEVICE_PROFILE: in FromCLenum()
548 return CL_DEVICE_PROFILE; in ToCLenum()
/external/OpenCL-CTS/test_conformance/conversions/
Dtest_conversions.cpp612 …if( (error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof( profileStr ), profileStr, NULL ) … in InitCL()
641 if( (error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL ) ) ){} in InitCL()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1382 error = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, in checkFor3DImageSupport()
1513 if ((error = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profileStr), in get_default_rounding_mode()
DtestHarness.cpp427 err = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, in runTestHarnessWithCheck()
/external/OpenCL-CTS/test_conformance/api/
Dtest_queries.cpp638 error = clGetDeviceInfo( deviceID, CL_DEVICE_PROFILE, sizeof( profile ), &profile, &size ); in test_get_device_info()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics.cpp309 … error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof( kernelSource ), kernelSource, NULL ); in test_twoToFloat_kernel()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp229 CONFIG_INFO(1, 1, CL_DEVICE_PROFILE, string),
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h298 error = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), in int64_ok()
/external/mesa3d/include/CL/
Dcl.h347 #define CL_DEVICE_PROFILE 0x102E macro

12