/external/OpenCL-CTS/test_conformance/device_execution/ |
D | device_info.cpp | 39 err_ret = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, &ret_len); in test_device_info()
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_buffers.cpp | 318 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/ |
D | test_step.cpp | 60 err = clGetDeviceInfo(deviceID, CL_DEVICE_PROFILE, sizeof(profile), profile, in test_step_internal()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_fpmath_float.cpp | 142 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_fpmath_float()
|
D | test_fpmath_float2.cpp | 142 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_fpmath_float2()
|
D | test_fpmath_float4.cpp | 142 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_fpmath_float4()
|
D | test_queue_priority.cpp | 222 err = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in test_queue_priority()
|
D | test_numeric_constants.cpp | 586 error = clGetDeviceInfo( deviceID, CL_DEVICE_PROFILE, sizeof( profileStr ), &profileStr, NULL ); in test_kernel_limit_constants()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_compiler_defines_for_extensions.cpp | 234 … error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof( profileStr ), &profileStr, NULL ); in test_compiler_defines_for_extensions()
|
D | test_feature_macro.cpp | 592 error = clGetDeviceInfo(deviceID, CL_DEVICE_PROFILE, sizeof(profile), in test_feature_macro_int64()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 319 case CL_DEVICE_PROFILE: in clGetDeviceInfo()
|
/external/OpenCL-CTS/test_conformance/allocations/ |
D | allocation_execute.cpp | 168 error = clGetDeviceInfo(device_id, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL); in execute_kernel()
|
/external/OpenCL-CTS/test_conformance/half/ |
D | cl_utils.cpp | 103 if( (error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof(profile), profile, NULL ) ) ) in InitCL()
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_build_test.cpp | 365 clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(deviceProfile), &deviceProfile, NULL); in runBuildTest()
|
D | run_services.cpp | 361 CL_DEVICE_PROFILE, in getDeviceCapabilities()
|
/external/OpenCL-CTS/test_conformance/printf/ |
D | test_printf.cpp | 347 CL_DEVICE_PROFILE, in isLongSupported() 367 CL_DEVICE_PROFILE, in isLongSupported()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 320 case CL_DEVICE_PROFILE: in FromCLenum() 548 return CL_DEVICE_PROFILE; in ToCLenum()
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | test_conversions.cpp | 612 …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/ |
D | kernelHelpers.cpp | 1382 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()
|
D | testHarness.cpp | 427 err = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, in runTestHarnessWithCheck()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queries.cpp | 638 error = clGetDeviceInfo( deviceID, CL_DEVICE_PROFILE, sizeof( profile ), &profile, &size ); in test_get_device_info()
|
/external/OpenCL-CTS/test_conformance/geometrics/ |
D | test_geometrics.cpp | 309 … error = clGetDeviceInfo( device, CL_DEVICE_PROFILE, sizeof( kernelSource ), kernelSource, NULL ); in test_twoToFloat_kernel()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 229 CONFIG_INFO(1, 1, CL_DEVICE_PROFILE, string),
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | subhelpers.h | 298 error = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), in int64_ok()
|
/external/mesa3d/include/CL/ |
D | cl.h | 347 #define CL_DEVICE_PROFILE 0x102E macro
|