Searched refs:CommandProcessor (Results 1 – 8 of 8) sorted by relevance
297 void CommandProcessor::handleError(VkResult errorCode, in handleError()319 CommandProcessor::CommandProcessor(RendererVk *renderer) in CommandProcessor() function in rx::vk::CommandProcessor329 CommandProcessor::~CommandProcessor() = default;331 angle::Result CommandProcessor::checkAndPopPendingError(Context *errorHandlingContext) in checkAndPopPendingError()347 void CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand()358 void CommandProcessor::processTasks() in processTasks()380 angle::Result CommandProcessor::processTasksImpl(bool *exitThread) in processTasksImpl()413 angle::Result CommandProcessor::processTask(CommandProcessorTask *task) in processTask()506 angle::Result CommandProcessor::checkCompletedCommands(Context *context) in checkCompletedCommands()517 angle::Result CommandProcessor::waitForWorkComplete(Context *context) in waitForWorkComplete()[all …]
26 class CommandProcessor; variable440 class CommandProcessor : public Context, public CommandQueueInterface443 CommandProcessor(RendererVk *renderer);444 ~CommandProcessor() override;
24 "CommandProcessor.cpp",25 "CommandProcessor.h",
535 vk::CommandProcessor mCommandProcessor;
37 final class CommandProcessor { class41 CommandProcessor(CommandRouter firstCommandRouter) { in CommandProcessor() method in CommandProcessor
39 CommandProcessor commandProcessor(); in commandProcessor()
27 CommandProcessor commandProcessor = CommandProcessorFactory.create().commandProcessor(); in main()
813 "src/libANGLE/renderer/vulkan/CommandProcessor.cpp",