Home
last modified time | relevance | path

Searched refs:device_from_harness (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/SVM/
Dmain.cpp171 cl_int create_cl_objects(cl_device_id device_from_harness, const char** ppCodeString, cl_context* c… in create_cl_objects() argument
177 …error = clGetDeviceInfo(device_from_harness, CL_DEVICE_PLATFORM,sizeof(cl_platform_id),&platform_i… in create_cl_objects()
188 devices.push_back(device_from_harness); in create_cl_objects()
191 if (device_from_harness != devicesTmp[i]) in create_cl_objects()
203 if(device_from_harness != devices[i] && version < Version(2,0)) in create_cl_objects()
Dcommon.h99 extern cl_int create_cl_objects(cl_device_id device_from_harness, const char** ppCodeString, cl_con…