Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp741 cl_device_id deviceToUse, int forceNoContextCreation, in callTestFunctions() argument
750 testList[i], deviceToUse, forceNoContextCreation, in callTestFunctions()
764 cl_device_id deviceToUse, in callSingleTestFunction() argument
777 const Version device_version = get_device_cl_version(deviceToUse); in callSingleTestFunction()
789 context = clCreateContext(NULL, 1, &deviceToUse, notify_callback, NULL, in callSingleTestFunction()
800 clCreateCommandQueue(context, deviceToUse, queueProps, &error); in callSingleTestFunction()
809 context, deviceToUse, &queueCreateProps[0], &error); in callSingleTestFunction()
820 error = check_functions_for_offline_compiler(test.name, deviceToUse); in callSingleTestFunction()
832 int ret = test.func(deviceToUse, context, queue, numElementsToUse); in callSingleTestFunction()
DtestHarness.h137 cl_device_id deviceToUse,
144 callSingleTestFunction(test_definition test, cl_device_id deviceToUse,