Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp478 for (PendingOneOffCommands &pending : mPendingOneOffCommands) in onDestroy()
1992 mPendingOneOffCommands.push_back({*serialOut, std::move(primary)}); in queueSubmitOneOff()
2183 if (!mPendingOneOffCommands.empty() && in getCommandBufferOneOff()
2184 mPendingOneOffCommands.front().serial < mLastCompletedQueueSerial) in getCommandBufferOneOff()
2186 *commandBufferOut = std::move(mPendingOneOffCommands.front().commandBuffer); in getCommandBufferOneOff()
2187 mPendingOneOffCommands.pop_front(); in getCommandBufferOneOff()
DRendererVk.h372 std::deque<PendingOneOffCommands> mPendingOneOffCommands; variable