Searched refs:CommandBatch (Results 1 – 2 of 2) sorted by relevance
50 struct CommandBatch final : angle::NonCopyable52 CommandBatch();53 ~CommandBatch();54 CommandBatch(CommandBatch &&other);55 CommandBatch &operator=(CommandBatch &&other);107 CommandBatch *batch);110 std::vector<CommandBatch> mInFlightCommands;
313 CommandBatch::CommandBatch() = default;315 CommandBatch::~CommandBatch() = default;317 CommandBatch::CommandBatch(CommandBatch &&other) in CommandBatch() function in rx::CommandBatch322 CommandBatch &CommandBatch::operator=(CommandBatch &&other) in operator =()331 void CommandBatch::destroy(VkDevice device) in destroy()366 for (CommandBatch &batch : mInFlightCommands) in checkCompletedCommands()421 CommandBatch *batch) in releaseToCommandBatch()475 for (CommandBatch &batch : mInFlightCommands) in handleDeviceLost()524 const CommandBatch &batch = mInFlightCommands[batchIndex]; in finishToSerial()552 vk::DeviceScoped<CommandBatch> scopedBatch(device); in submitFrame()[all …]