Lines Matching refs:driverState

215 			if (clientData.driverState.resource_accounting) {  in allocateToken()
339 if (clientData.driverState.has_target_thread_group) { in registerDevice()
342 clientData.driverState.has_target_thread_group = true; in registerDevice()
343 clientData.driverState.target_thread_group_id = thread_group_get_id(dext_thread_group); in registerDevice()
344 …clientData.driverState.target_thread_group_data = thread_group_get_machine_data(dext_thread_group); in registerDevice()
352 ret = shared->interface.registerDriverDevice(driver, device, &clientData.driverState); in registerDevice()
371 shared->interface.unregisterDriverDevice(driver, device, &clientData.driverState); in unregisterDevice()
378 if (clientData.driverState.has_target_thread_group) { in unregisterDevice()
382 clientData.driverState.has_target_thread_group = false; in unregisterDevice()
383 clientData.driverState.target_thread_group_id = ~0ull; in unregisterDevice()
384 clientData.driverState.target_thread_group_data = nullptr; in unregisterDevice()
408 .driver_state = &clientData.driverState in workSubmit()
441 .driver_state = &clientData.driverState in workSubmitAndBegin()
480 .driver_state = &clientData.driverState in workBegin()
502 .driver_state = &clientData.driverState in workEnd()
508 if (clientData.driverState.resource_accounting) { in workEnd()
509 accountResources(workTable[token].coal, clientData.driverState.device_type, &resources); in workEnd()
605 .driver_state = &clientData.driverState in workSubmitAndBeginWithContext()
640 .driver_state = &clientData.driverState in workSubmitWithContext()
647 if (clientData.driverState.resource_accounting) { in workSubmitWithContext()
685 .driver_state = &clientData.driverState in workUpdateWithContext()
714 .driver_state = &clientData.driverState in workBeginWithContext()
742 .driver_state = &clientData.driverState in workEndWithContext()
748 if (clientData.driverState.resource_accounting) { in workEndWithContext()
749 accountResources(work_context->coal, clientData.driverState.device_type, &resources); in workEndWithContext()
816 …terDriverDevice(clientData->device->getProvider(), clientData->device, &(clientData->driverState)); in registerPerformanceController()