Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkQueue.hpp78 void taskLoop(marl::Scheduler *scheduler);
DVkQueue.cpp139 queueThread = std::thread(&Queue::taskLoop, this, scheduler); in Queue()
258 void Queue::taskLoop(marl::Scheduler *scheduler) in taskLoop() function in vk::Queue
/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