Home
last modified time | relevance | path

Searched refs:commandsAllocator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_renderer.h510 vk::SecondaryCommandMemoryAllocator *commandsAllocator,
515 vk::SecondaryCommandMemoryAllocator *commandsAllocator,
812 vk::SecondaryCommandMemoryAllocator *commandsAllocator,
H A Dvk_renderer.cpp6634 vk::SecondaryCommandMemoryAllocator *commandsAllocator, in getCommandBufferImpl() argument
6638 return recycler->getCommandBufferHelper(context, commandPool, commandsAllocator, in getCommandBufferImpl()
6645 vk::SecondaryCommandMemoryAllocator *commandsAllocator, in getOutsideRenderPassCommandBufferHelper() argument
6649 return getCommandBufferImpl(context, commandPool, commandsAllocator, in getOutsideRenderPassCommandBufferHelper()
6656 vk::SecondaryCommandMemoryAllocator *commandsAllocator, in getRenderPassCommandBufferHelper() argument
6660 return getCommandBufferImpl(context, commandPool, commandsAllocator, in getRenderPassCommandBufferHelper()
H A Dvk_helpers.h2114 SecondaryCommandMemoryAllocator *commandsAllocator,
H A Dvk_helpers.cpp3502 SecondaryCommandMemoryAllocator *commandsAllocator, in getCommandBufferHelper() argument
3522 (*commandBufferHelperOut)->attachAllocator(commandsAllocator); in getCommandBufferHelper()