Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h77 class CommandProcessorTask
80 CommandProcessorTask() { initTask(); } in CommandProcessorTask() function
108 CommandProcessorTask &operator=(CommandProcessorTask &&rhs);
110 CommandProcessorTask(CommandProcessorTask &&other) : CommandProcessorTask() in CommandProcessorTask() function
526 void queueCommand(CommandProcessorTask &&task);
533 angle::Result processTask(CommandProcessorTask *task);
538 std::queue<CommandProcessorTask> mTasks;
DCommandProcessor.cpp99 void CommandProcessorTask::initTask() in initTask()
117 void CommandProcessorTask::initProcessCommands(bool hasProtectedContent, in initProcessCommands()
127 void CommandProcessorTask::copyPresentInfo(const VkPresentInfoKHR &other) in copyPresentInfo()
191 void CommandProcessorTask::initPresent(egl::ContextPriority priority, in initPresent()
199 void CommandProcessorTask::initFinishToSerial(Serial serial) in initFinishToSerial()
207 void CommandProcessorTask::initFlushAndQueueSubmit( in initFlushAndQueueSubmit()
226 void CommandProcessorTask::initOneOffQueueSubmit(VkCommandBuffer commandBufferHandle, in initOneOffQueueSubmit()
240 CommandProcessorTask &CommandProcessorTask::operator=(CommandProcessorTask &&rhs) in operator =()
347 void CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand()
393 CommandProcessorTask task(std::move(mTasks.front())); in processTasksImpl()
[all …]