Searched refs:primaryCommands (Results 1 – 4 of 4) sorted by relevance
445 std::swap(primaryCommands, other.primaryCommands); in operator =()456 primaryCommands.destroy(device); in destroy()1076 state.primaryCommands.destroy(renderer->getDevice()); in destroy()1136 if (batch.primaryCommands.valid()) in handleDeviceLost()1138 batch.primaryCommands.destroy(device); in handleDeviceLost()1366 batch.primaryCommands = std::move(state.primaryCommands); in submitCommands()1370 ASSERT(batch.primaryCommands.valid() || batch.secondaryCommands.empty()); in submitCommands()1380 const bool needsQueueSubmit = batch.primaryCommands.valid() || in submitCommands()1388 if (batch.primaryCommands.valid()) in submitCommands()1390 ANGLE_VK_TRY(context, batch.primaryCommands.end()); in submitCommands()[all …]
272 PrimaryCommandBuffer primaryCommands; member
1090 PrimaryCommandBuffer primaryCommands; member
1580 PrimaryCommandBuffer &primary = commandsState->primaryCommands; in executeBarriers()1782 mCommandBuffer.executeCommands(&commandsState->primaryCommands); in flushToPrimary()2612 PrimaryCommandBuffer &primary = commandsState->primaryCommands; in flushToPrimary()