Lines Matching refs:CommandBatch
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::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()
923 for (CommandBatch &batch : mInFlightCommands) in handleDeviceLost()
969 const CommandBatch &batch = mInFlightCommands[finishedCount - 1]; in finishToSerial()
1025 DeviceScoped<CommandBatch> scopedBatch(device); in submitFrame()
1026 CommandBatch &batch = scopedBatch.get(); in submitFrame()