• Home
  • Raw
  • Download

Lines Matching refs:CommandProcessor

297 void CommandProcessor::handleError(VkResult errorCode,  in handleError()
319 CommandProcessor::CommandProcessor(RendererVk *renderer) in CommandProcessor() function in rx::vk::CommandProcessor
329 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()
533 angle::Result CommandProcessor::init(Context *context, const DeviceQueueMap &queueMap) in init()
537 mTaskThread = std::thread(&CommandProcessor::processTasks, this); in init()
542 void CommandProcessor::destroy(Context *context) in destroy()
554 Serial CommandProcessor::getLastCompletedQueueSerial() const in getLastCompletedQueueSerial()
560 Serial CommandProcessor::getLastSubmittedQueueSerial() const in getLastSubmittedQueueSerial()
566 Serial CommandProcessor::getCurrentQueueSerial() const in getCurrentQueueSerial()
572 Serial CommandProcessor::reserveSubmitSerial() in reserveSubmitSerial()
579 angle::Result CommandProcessor::finishToSerial(Context *context, Serial serial, uint64_t timeout) in finishToSerial()
594 void CommandProcessor::handleDeviceLost(RendererVk *renderer) in handleDeviceLost()
604 angle::Result CommandProcessor::finishAllWork(Context *context) in finishAllWork()
611 VkResult CommandProcessor::getLastAndClearPresentResult(VkSwapchainKHR swapchain) in getLastAndClearPresentResult()
626 VkResult CommandProcessor::present(egl::ContextPriority priority, in present()
643 angle::Result CommandProcessor::submitFrame( in submitFrame()
666 angle::Result CommandProcessor::queueSubmitOneOff(Context *context, in queueSubmitOneOff()
690 VkResult CommandProcessor::queuePresent(egl::ContextPriority contextPriority, in queuePresent()
705 angle::Result CommandProcessor::waitForSerialWithUserTimeout(vk::Context *context, in waitForSerialWithUserTimeout()
715 angle::Result CommandProcessor::flushOutsideRPCommands(Context *context, in flushOutsideRPCommands()
730 angle::Result CommandProcessor::flushRenderPassCommands(Context *context, in flushRenderPassCommands()