Home
last modified time | relevance | path

Searched refs:taskLoop (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkQueue.cpp83 queueThread = std::thread(&Queue::taskLoop, this, scheduler); in Queue()
162 void Queue::taskLoop(marl::Scheduler *scheduler) in taskLoop() function in vk::Queue
DVkQueue.hpp75 void taskLoop(marl::Scheduler *scheduler);
/external/swiftshader/src/Renderer/
DRenderer.hpp369 void taskLoop(int threadIndex);
DRenderer.cpp703 taskLoop(0); in draw()
760 taskLoop(threadIndex); in threadLoop()
767 void Renderer::taskLoop(int threadIndex) in taskLoop() function in sw::Renderer