Searched refs:taskLoop (Results 1 – 4 of 4) sorted by relevance
78 void taskLoop(marl::Scheduler *scheduler);
139 queueThread = std::thread(&Queue::taskLoop, this, scheduler); in Queue()258 void Queue::taskLoop(marl::Scheduler *scheduler) in taskLoop() function in vk::Queue
369 void taskLoop(int threadIndex);
703 taskLoop(0); in draw()760 taskLoop(threadIndex); in threadLoop()767 void Renderer::taskLoop(int threadIndex) in taskLoop() function in sw::Renderer