Searched refs:gDevice (Results 1 – 14 of 14) sorted by relevance
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | main.cpp | 57 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 …]
|
D | utility.h | 43 extern cl_device_id gDevice;
|
D | macro_unary_double.cpp | 234 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Double()
|
D | unary_double.cpp | 245 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double()
|
D | macro_unary_float.cpp | 234 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Float()
|
D | binary_i_float.cpp | 381 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float_Int()
|
D | unary_float.cpp | 245 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float()
|
D | binary_i_double.cpp | 388 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double_Int()
|
D | macro_binary_float.cpp | 357 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Float_Float()
|
D | macro_binary_double.cpp | 366 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestMacro_Int_Double_Double()
|
D | binary_operator_double.cpp | 381 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double_Double_Operator()
|
D | binary_double.cpp | 387 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Double_Double_Double()
|
D | binary_operator_float.cpp | 373 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float_Float_Operator()
|
D | binary_float.cpp | 378 clCreateCommandQueue(gContext, gDevice, 0, &error); in TestFunc_Float_Float_Float()
|