Lines Matching refs:CommandBatch
313 CommandBatch::CommandBatch() = default;
315 CommandBatch::~CommandBatch() = default;
317 CommandBatch::CommandBatch(CommandBatch &&other) in CommandBatch() function in rx::CommandBatch
322 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()
553 CommandBatch &batch = scopedBatch.get(); in submitFrame()