Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp123 void CommandProcessorTask::initTask() in initTask()
145 void CommandProcessorTask::initOutsideRenderPassProcessCommands( in initOutsideRenderPassProcessCommands()
154 void CommandProcessorTask::initRenderPassProcessCommands( in initRenderPassProcessCommands()
165 void CommandProcessorTask::copyPresentInfo(const VkPresentInfoKHR &other) in copyPresentInfo()
229 void CommandProcessorTask::initPresent(egl::ContextPriority priority, in initPresent()
237 void CommandProcessorTask::initFinishToSerial(Serial serial) in initFinishToSerial()
245 void CommandProcessorTask::initWaitIdle() in initWaitIdle()
250 void CommandProcessorTask::initFlushAndQueueSubmit( in initFlushAndQueueSubmit()
273 void CommandProcessorTask::initOneOffQueueSubmit(VkCommandBuffer commandBufferHandle, in initOneOffQueueSubmit()
291 CommandProcessorTask &CommandProcessorTask::operator=(CommandProcessorTask &&rhs) in operator =()
[all …]
DCommandProcessor.h80 class CommandProcessorTask
83 CommandProcessorTask() { initTask(); } in CommandProcessorTask() function
120 CommandProcessorTask &operator=(CommandProcessorTask &&rhs);
122 CommandProcessorTask(CommandProcessorTask &&other) : CommandProcessorTask() in CommandProcessorTask() function
585 void queueCommand(CommandProcessorTask &&task);
592 angle::Result processTask(CommandProcessorTask *task);
600 std::queue<CommandProcessorTask> mTasks;