Home
last modified time | relevance | path

Searched refs:timeline_worker (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Drdp_device.cpp49timeline_worker(Granite::Global::create_thread_context(), FenceExecutor{&device, &thread_timeline_… in CommandProcessor()
51 timeline_worker(FenceExecutor{&device, &thread_timeline_value})
881 timeline_worker.push(std::move(signal_op)); in enqueue_command_direct()
999 timeline_worker.wait([this, index]() -> bool { in wait_for_timeline()
1174 timeline_worker.push(std::move(op)); in enqueue_coherency_operation()
H A Drdp_device.hpp216 WorkerThread<CoherencyOperation, FenceExecutor> timeline_worker; member in RDP::CommandProcessor