Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DAllocatorHelperRing.h27 using SharedCommandMemoryAllocator = angle::SharedRingBufferAllocator; variable
40 void attachAllocator(SharedCommandMemoryAllocator *allocator);
41 SharedCommandMemoryAllocator *detachAllocator(bool isCommandBufferEmpty);
43 SharedCommandMemoryAllocator *getAllocator() { return mAllocator; } in getAllocator()
47 SharedCommandMemoryAllocator *mAllocator;
82 angle::Result initialize(SharedCommandMemoryAllocator *allocator) in initialize()
105 void attachAllocator(SharedCommandMemoryAllocator *source);
106 void detachAllocator(SharedCommandMemoryAllocator *destination);
H A DAllocatorHelperRing.cpp31 void SharedCommandBlockAllocator::attachAllocator(SharedCommandMemoryAllocator *allocator) in attachAllocator()
42 SharedCommandMemoryAllocator *SharedCommandBlockAllocator::detachAllocator( in detachAllocator()
53 SharedCommandMemoryAllocator *result = mAllocator; in detachAllocator()
58 void SharedCommandBlockPool::attachAllocator(SharedCommandMemoryAllocator *source) in attachAllocator()
74 void SharedCommandBlockPool::detachAllocator(SharedCommandMemoryAllocator *destination) in detachAllocator()
H A DSecondaryCommandBuffer.h35 using SecondaryCommandMemoryAllocator = SharedCommandMemoryAllocator;
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/doc/
H A DAllocators.md66 - `SecondaryCommandMemoryAllocator` -> `SharedCommandMemoryAllocator` -> `angle::SharedRingBufferAl…