Searched refs:thread_group_get_machine_data (Results 1 – 4 of 4) sorted by relevance
344 …clientData.driverState.target_thread_group_data = thread_group_get_machine_data(dext_thread_group); in registerDevice()404 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmit()437 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitAndBegin()476 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workBegin()498 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workEnd()601 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workSubmitAndBeginWithContext()636 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitWithContext()682 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workUpdateWithContext()710 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workBeginWithContext()738 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workEndWithContext()
315 data->thread_group_data = thread_group_get_machine_data(tg); in machine_switch_populate_perfcontrol_thread_data()521 on_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_on_core()555 off_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_off_core()579 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_init()593 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_deinit()607 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_flags_update()630 blocked_data.thread_group_data = thread_group_get_machine_data(blocked_tg); in machine_thread_group_blocked()643 blocking_data.thread_group_data = thread_group_get_machine_data(blocking_tg); in machine_thread_group_blocked()672 unblocked_data.thread_group_data = thread_group_get_machine_data(unblocked_tg); in machine_thread_group_unblocked()685 unblocking_data.thread_group_data = thread_group_get_machine_data(unblocking_tg); in machine_thread_group_unblocked()[all …]
145 void * thread_group_get_machine_data(struct thread_group *tg);
1195 thread_group_get_machine_data(struct thread_group *tg) in thread_group_get_machine_data() function