Searched refs:CommandBatch (Results 1 – 2 of 2) sorted by relevance
150 CommandBatch::CommandBatch() in CommandBatch() function in rx::vk::CommandBatch154 CommandBatch::~CommandBatch() = default;156 CommandBatch::CommandBatch(CommandBatch &&other) : CommandBatch() in CommandBatch() function in rx::vk::CommandBatch161 CommandBatch &CommandBatch::operator=(CommandBatch &&other) in operator =()173 void CommandBatch::destroy(VkDevice device) in destroy()190 angle::Result CommandBatch::release(ErrorContext *context) in release()205 void CommandBatch::setQueueSerial(const QueueSerial &serial) in setQueueSerial()212 void CommandBatch::setProtectionType(ProtectionType protectionType) in setProtectionType()219 void CommandBatch::setPrimaryCommands(PrimaryCommandBuffer &&primaryCommands, in setPrimaryCommands()230 void CommandBatch::setSecondaryCommands(SecondaryCommandBufferCollector &&secondaryCommands) in setSecondaryCommands()[all …]
82 class CommandBatch final : angle::NonCopyable85 CommandBatch();86 ~CommandBatch();87 CommandBatch(CommandBatch &&other);88 CommandBatch &operator=(CommandBatch &&other);123 using CommandBatchQueue = angle::FixedQueue<CommandBatch>;240 CommandBatch *batchOut,454 void onCommandBatchFinishedLocked(CommandBatch &&batch);464 DeviceScoped<CommandBatch> &commandBatch,467 void pushInFlightBatchLocked(CommandBatch &&batch);[all …]