Searched refs:CommandBatch (Results 1 – 2 of 2) sorted by relevance
46 bool CommandsHaveValidOrdering(const std::vector<vk::CommandBatch> &commands) in CommandsHaveValidOrdering()49 for (const vk::CommandBatch &commandBatch : commands) in CommandsHaveValidOrdering()269 CommandBatch::CommandBatch() = default;271 CommandBatch::~CommandBatch() = default;273 CommandBatch::CommandBatch(CommandBatch &&other) in CommandBatch() function in rx::vk::CommandBatch278 CommandBatch &CommandBatch::operator=(CommandBatch &&other) in operator =()288 void CommandBatch::destroy(VkDevice device) in destroy()803 for (CommandBatch &batch : mInFlightCommands) in checkCompletedCommands()831 CommandBatch &batch = mInFlightCommands[commandIndex]; in retireFinishedCommands()877 CommandBatch *batch) in releaseToCommandBatch()[all …]
170 struct CommandBatch final : angle::NonCopyable172 CommandBatch();173 ~CommandBatch();174 CommandBatch(CommandBatch &&other);175 CommandBatch &operator=(CommandBatch &&other);381 CommandBatch *batch);415 std::vector<CommandBatch> mInFlightCommands;