Home
last modified time | relevance | path

Searched refs:CommandBatch (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp46 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::CommandBatch
278 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 …]
DCommandProcessor.h170 struct CommandBatch final : angle::NonCopyable
172 CommandBatch();
173 ~CommandBatch();
174 CommandBatch(CommandBatch &&other);
175 CommandBatch &operator=(CommandBatch &&other);
381 CommandBatch *batch);
415 std::vector<CommandBatch> mInFlightCommands;