Home
last modified time | relevance | path

Searched refs:gDevice (Results 1 – 14 of 14) sorted by relevance

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp57 cl_device_id gDevice = NULL; variable
178 if (get_device_cl_version(gDevice) > Version(1, 2)) in doTest()
596 gDevice = device; in InitCL()
599 if (is_extension_available(gDevice, "cl_khr_fp64")) in InitCL()
604 if ((error = clGetDeviceInfo(gDevice, CL_DEVICE_DOUBLE_FP_CONFIG, in InitCL()
643 if ((error = clGetDeviceInfo(gDevice, CL_DEVICE_MAX_CLOCK_FREQUENCY, in InitCL()
647 if ((error = clGetDeviceInfo(gDevice, CL_DEVICE_SINGLE_FP_CONFIG, in InitCL()
657 gContext = clCreateContext(NULL, 1, &gDevice, bruteforce_notify_callback, in InitCL()
665 gQueue = clCreateCommandQueue(gContext, gDevice, 0, &error); in InitCL()
674 error = clGetDeviceInfo(gDevice, CL_DEVICE_MEM_BASE_ADDR_ALIGN, in InitCL()
[all …]
Dutility.h43 extern cl_device_id gDevice;
Dmacro_unary_double.cpp234 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Double()
Dunary_double.cpp245 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double()
Dmacro_unary_float.cpp234 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Float()
Dbinary_i_float.cpp381 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float_Int()
Dunary_float.cpp245 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float()
Dbinary_i_double.cpp388 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double_Int()
Dmacro_binary_float.cpp357 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Float_Float()
Dmacro_binary_double.cpp366 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Double_Double()
Dbinary_operator_double.cpp381 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double_Double_Operator()
Dbinary_double.cpp387 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double_Double()
Dbinary_operator_float.cpp373 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float_Float_Operator()
Dbinary_float.cpp378 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float_Float()