Searched refs:commandsAllocator (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_renderer.h | 510 vk::SecondaryCommandMemoryAllocator *commandsAllocator, 515 vk::SecondaryCommandMemoryAllocator *commandsAllocator, 812 vk::SecondaryCommandMemoryAllocator *commandsAllocator,
|
H A D | vk_renderer.cpp | 6634 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 D | vk_helpers.h | 2114 SecondaryCommandMemoryAllocator *commandsAllocator,
|
H A D | vk_helpers.cpp | 3502 SecondaryCommandMemoryAllocator *commandsAllocator, in getCommandBufferHelper() argument 3522 (*commandBufferHelperOut)->attachAllocator(commandsAllocator); in getCommandBufferHelper()
|