Home
last modified time | relevance | path

Searched refs:Allocation (Results 1 – 25 of 56) sorted by relevance

123

/device/generic/vulkan-cereal/third-party/angle/src/common/
DPoolAlloc.h50 class Allocation
53 Allocation(size_t size, unsigned char *mem, Allocation *prev = 0)
95 Allocation *mPrevAlloc; // prior allocation in the chain
102 static constexpr size_t HeaderSize() { return sizeof(Allocation); } in HeaderSize()
234 Allocation *lastAllocation;
251 new (memory) Allocation(numBytes + mAlignment, memory, block->lastAllocation); in initializeAllocation()
252 block->lastAllocation = reinterpret_cast<Allocation *>(memory); in initializeAllocation()
255 void *unalignedPtr = Allocation::OffsetAllocation(memory); in initializeAllocation()
DPoolAlloc.cpp129 void Allocation::checkGuardBlock(unsigned char *blockMem, in checkGuardBlock()
232 size_t allocationSize = Allocation::AllocationSize(numBytes) + mAlignment; in allocate()
335 void Allocation::checkAllocList() const in checkAllocList()
337 for (const Allocation *alloc = this; alloc != 0; alloc = alloc->mPrevAlloc) in checkAllocList()
/device/generic/vulkan-cereal/host-common/
Daddress_space_graphics.cpp122 Allocation newAllocation( in newAllocation()
140 Allocation res; in newAllocation()
205 void deleteAllocation(const Allocation& alloc, std::vector<Block>& existingBlocks) { in deleteAllocation()
235 Allocation allocRingStorage() { in allocRingStorage()
240 void freeRingStorage(const Allocation& alloc) { in freeRingStorage()
245 Allocation allocBuffer() { in allocBuffer()
250 void freeBuffer(const Allocation& alloc) { in freeBuffer()
255 Allocation allocRingAndBufferStorageDedicated() { in allocRingAndBufferStorageDedicated()
263 Allocation allocRingViewIntoCombined(const Allocation& alloc) { in allocRingViewIntoCombined()
264 Allocation res = alloc; in allocRingViewIntoCombined()
[all …]
Daddress_space_graphics.h31 struct Allocation { struct
74 void saveAllocation(base::Stream* stream, const Allocation& alloc) const;
78 void loadAllocation(base::Stream* stream, Allocation& alloc, AllocType type);
94 Allocation mRingAllocation;
95 Allocation mBufferAllocation;
96 Allocation mCombinedAllocation;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h31 FUNC(Allocation) \
479 Allocation *allocationOut) const;
489 class Allocation final : public WrappedObject<Allocation, VmaAllocation>
492 Allocation() = default;
1396 Allocation *allocationOut) const
1427 ANGLE_INLINE void Allocation::destroy(const Allocator &allocator)
1436 ANGLE_INLINE VkResult Allocation::map(const Allocator &allocator, uint8_t **mapPointer) const
1442 ANGLE_INLINE void Allocation::unmap(const Allocator &allocator) const
1448 ANGLE_INLINE void Allocation::flush(const Allocator &allocator,
1456 ANGLE_INLINE void Allocation::invalidate(const Allocator &allocator,
Dvk_utils.h322 Allocation mAllocation;
327 Allocation *allocation,
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_display_control/
Dfence_events.txt22 <<memory-allocation, Memory Allocation>> chapter.
70 <<memory-allocation, Memory Allocation>> chapter.
/device/google/contexthub/firmware/variant/argonkey/
DREADME.DMA.txt1 Allocation of DMA Streams
DREADME.GPIO.txt1 Allocation of GPIOs and EXTI interrupts
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
DVK_EXT_private_data.txt41 <<memory-allocation, Memory Allocation>> chapter.
91 <<memory-allocation, Memory Allocation>> chapter.
DVK_EXT_debug_report.txt33 <<memory-allocation, Memory Allocation>> chapter.
284 <<memory-allocation, Memory Allocation>> chapter.
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_display_swapchain/
Dcreate_shared_swapchains.txt21 (see <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_QNX_screen_surface/
DplatformCreateSurface_screen.txt20 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_directfb_surface/
DplatformCreateSurface_directfb.txt21 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_metal_surface/
DplatformCreateSurface_metal.txt21 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_mir_surface/
DplatformCreateSurface_mir.txt22 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_FUCHSIA_imagepipe_surface/
DplatformCreateSurface_imagepipe.txt21 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_MVK_macos_surface/
DplatformCreateSurface_macos.txt31 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_MVK_ios_surface/
DplatformCreateSurface_ios.txt31 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_win32_surface/
DplatformCreateSurface_win32.txt21 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_EXT_headless_surface/
Dheadless.txt39 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_GGP_stream_descriptor_surface/
DplatformCreateSurface_streamdescriptor.txt21 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_NN_vi_surface/
DplatformCreateSurface_vi.txt22 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_android_surface/
DplatformCreateSurface_android.txt20 <<memory-allocation,Memory Allocation>>).
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_xcb_surface/
DplatformCreateSurface_xcb.txt21 <<memory-allocation,Memory Allocation>>).

123