Searched refs:CommandProcessor (Results 1 – 8 of 8) sorted by relevance
524 void CommandProcessor::handleError(VkResult errorCode, in handleError()546 CommandProcessor::CommandProcessor(RendererVk *renderer, CommandQueue *commandQueue) in CommandProcessor() function in rx::vk::CommandProcessor559 CommandProcessor::~CommandProcessor() = default;561 angle::Result CommandProcessor::checkAndPopPendingError(Context *errorHandlingContext) in checkAndPopPendingError()578 angle::Result CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand()600 void CommandProcessor::requestCommandsAndGarbageCleanup() in requestCommandsAndGarbageCleanup()610 void CommandProcessor::processTasks() in processTasks()632 angle::Result CommandProcessor::processTasksImpl(bool *exitThread) in processTasksImpl()694 angle::Result CommandProcessor::processTask(CommandProcessorTask *task) in processTask()780 angle::Result CommandProcessor::waitForAllWorkToBeSubmitted(Context *context) in waitForAllWorkToBeSubmitted()[all …]
27 class CommandProcessor; variable544 class CommandProcessor : public Context547 CommandProcessor(RendererVk *renderer, CommandQueue *commandQueue);548 ~CommandProcessor() override;
13 "CommandProcessor.cpp",14 "CommandProcessor.h",
1021 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()
541 "src/libANGLE/renderer/vulkan/CommandProcessor.cpp",2676 "src/libANGLE/renderer/vulkan/CommandProcessor.cpp",2677 "src/libANGLE/renderer/vulkan/CommandProcessor.h",