Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.h294 return mOneOffCommandPoolMap[protectionType].getCommandBuffer(context, commandBufferOut); in getCommandBufferOneOff()
1015 angle::PackedEnumMap<vk::ProtectionType, OneOffCommandPool> mOneOffCommandPoolMap; variable
DRendererVk.cpp1458 for (OneOffCommandPool &oneOffCommandPool : mOneOffCommandPoolMap) in onDestroy()
1987 mOneOffCommandPoolMap[protectionType].init(protectionType); in initialize()
5129 mOneOffCommandPoolMap[protectionType].releaseCommandBuffer(submitQueueSerial, in queueSubmitOneOff()