Searched refs:FillAllocation (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 6707 void FillAllocation(const VmaAllocation hAllocation, uint8_t pattern); 11733 … m_hAllocator->FillAllocation(*pAllocation, VMA_ALLOCATION_FILL_PATTERN_CREATED); in AllocatePage() 11936 m_hAllocator->FillAllocation(*pAllocation, VMA_ALLOCATION_FILL_PATTERN_CREATED); in AllocateFromBlock() 14492 FillAllocation(*pAllocation, VMA_ALLOCATION_FILL_PATTERN_CREATED); in AllocateDedicatedMemoryPage() 14720 FillAllocation(allocation, VMA_ALLOCATION_FILL_PATTERN_DESTROYED); in FreeMemory() 15388 void VmaAllocator_T::FillAllocation(const VmaAllocation hAllocation, uint8_t pattern) in FillAllocation() function
|
/external/skia/vma_android/include/ |
D | vk_mem_alloc.h | 11530 void FillAllocation(const VmaAllocation hAllocation, uint8_t pattern); 12810 m_hAllocator->FillAllocation(*pAllocation, VMA_ALLOCATION_FILL_PATTERN_CREATED); in CommitAllocationRequest() 14756 FillAllocation(*pAllocation, VMA_ALLOCATION_FILL_PATTERN_CREATED); in AllocateDedicatedMemoryPage() 15081 FillAllocation(allocation, VMA_ALLOCATION_FILL_PATTERN_DESTROYED); in FreeMemory() 15868 void VmaAllocator_T::FillAllocation(const VmaAllocation hAllocation, uint8_t pattern) in FillAllocation() function
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 11560 void FillAllocation(const VmaAllocation hAllocation, uint8_t pattern); 12849 m_hAllocator->FillAllocation(*pAllocation, VMA_ALLOCATION_FILL_PATTERN_CREATED); in CommitAllocationRequest() 14824 FillAllocation(*pAllocation, VMA_ALLOCATION_FILL_PATTERN_CREATED); in AllocateDedicatedMemoryPage() 15149 FillAllocation(allocation, VMA_ALLOCATION_FILL_PATTERN_DESTROYED); in FreeMemory() 15936 void VmaAllocator_T::FillAllocation(const VmaAllocation hAllocation, uint8_t pattern) in FillAllocation() function
|