Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_renderer.h304 return mOneOffCommandPoolMap[protectionType].getCommandBuffer(context, commandBufferOut); in getCommandBufferOneOff()
1023 angle::PackedEnumMap<vk::ProtectionType, OneOffCommandPool> mOneOffCommandPoolMap; variable
H A Dvk_renderer.cpp1811 for (OneOffCommandPool &oneOffCommandPool : mOneOffCommandPoolMap) in onDestroy()
2351 mOneOffCommandPoolMap[protectionType].init(protectionType); in initialize()
6172 mOneOffCommandPoolMap[protectionType].releaseCommandBuffer(submitQueueSerial, in queueSubmitOneOff()