Searched refs:deviceToUse (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.cpp | 807 cl_device_id deviceToUse, in callTestFunctions() argument 818 callSingleTestFunction(testList[i], deviceToUse, config); in callTestFunctions() 836 test_harness_state state = { testList, resultTestList, deviceToUse, in callTestFunctions() 861 cl_device_id deviceToUse, in callSingleTestFunction() argument 872 const Version device_version = get_device_cl_version(deviceToUse); in callSingleTestFunction() 892 context = clCreateContext(NULL, 1, &deviceToUse, notify_callback, NULL, in callSingleTestFunction() 904 queue = clCreateCommandQueue(context, deviceToUse, in callSingleTestFunction() 915 context, deviceToUse, &queueCreateProps[0], &error); in callSingleTestFunction() 939 test.func(deviceToUse, context, queue, config.numElementsToUse); in callSingleTestFunction()
|
D | testHarness.h | 145 cl_device_id deviceToUse, 151 cl_device_id deviceToUse,
|