Searched refs:queueCommand (Results 1 – 3 of 3) sorted by relevance
347 void CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand() function in rx::vk::CommandProcessor512 queueCommand(std::move(checkCompletedTask)); in checkCompletedCommands()546 queueCommand(std::move(endTask)); in destroy()587 queueCommand(std::move(task)); in finishToSerial()661 queueCommand(std::move(task)); in submitFrame()679 queueCommand(std::move(task)); in queueSubmitOneOff()697 queueCommand(std::move(task)); in queuePresent()724 queueCommand(std::move(task)); in flushOutsideRPCommands()740 queueCommand(std::move(task)); in flushRenderPassCommands()
526 void queueCommand(CommandProcessorTask &&task);
179 queueCommand(hotSpot); in update()470 private void queueCommand(int hotspot) { in queueCommand() method in NPCComponent