Searched defs:allocType (Results 1 – 10 of 10) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | MemoryTracking.cpp | 241 void MemoryAllocationTracker::onMemoryAllocImpl(vk::MemoryAllocationType allocType, in onMemoryAllocImpl() 300 void MemoryAllocationTracker::onMemoryDeallocImpl(vk::MemoryAllocationType allocType, in onMemoryDeallocImpl() 479 void MemoryAllocationTracker::setPendingMemoryAlloc(vk::MemoryAllocationType allocType, in setPendingMemoryAlloc()
|
D | MemoryTracking.h | 78 MemoryAllocationType allocType; member
|
D | vk_renderer.h | 634 void onMemoryAlloc(vk::MemoryAllocationType allocType, in onMemoryAlloc() 644 void onMemoryDealloc(vk::MemoryAllocationType allocType, in onMemoryDealloc()
|
/external/armnn/delegate/opaque/src/ |
D | OpaqueDelegateUtils.hpp | 531 auto allocType = TfLiteOpaqueTensorGetAllocationType(tfLiteTensor); in CreateConstTensor() local
|
/external/skia/vma_android/include/ |
D | vk_mem_alloc.h | 6535 uint8_t allocType; member 6580 void VmaBlockBufferImageGranularity::RoundupAllocRequest(VmaSuballocationType allocType, in RoundupAllocRequest() 6601 VmaSuballocationType allocType) const in CheckConflictAndAlignUp() 6625 void VmaBlockBufferImageGranularity::AllocPages(uint8_t allocType, VkDeviceSize offset, VkDeviceSiz… in AllocPages() 6715 void VmaBlockBufferImageGranularity::AllocPage(RegionInfo& page, uint8_t allocType) in AllocPage() 8497 VmaSuballocationType allocType, in CreateAllocationRequest() 8921 VmaSuballocationType allocType, in CreateAllocationRequest_LowerAddress() 9099 VmaSuballocationType allocType, in CreateAllocationRequest_UpperAddress() 10261 VmaSuballocationType allocType, in CreateAllocationRequest() 10818 VmaSuballocationType allocType, in CheckBlock()
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 6598 uint8_t allocType; member 6643 void VmaBlockBufferImageGranularity::RoundupAllocRequest(VmaSuballocationType allocType, in RoundupAllocRequest() 6664 VmaSuballocationType allocType) const in CheckConflictAndAlignUp() 6688 void VmaBlockBufferImageGranularity::AllocPages(uint8_t allocType, VkDeviceSize offset, VkDeviceSiz… in AllocPages() 6778 void VmaBlockBufferImageGranularity::AllocPage(RegionInfo& page, uint8_t allocType) in AllocPage() 8521 VmaSuballocationType allocType, in CreateAllocationRequest() 8945 VmaSuballocationType allocType, in CreateAllocationRequest_LowerAddress() 9123 VmaSuballocationType allocType, in CreateAllocationRequest_UpperAddress() 10285 VmaSuballocationType allocType, in CreateAllocationRequest() 10842 VmaSuballocationType allocType, in CheckBlock()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1318 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 7846 VmaSuballocationType allocType, in CreateAllocationRequest() 8319 VmaSuballocationType allocType, in CheckAllocation() 9654 VmaSuballocationType allocType, in CreateAllocationRequest() 10595 VmaSuballocationType allocType, in CreateAllocationRequest()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1329 QualType allocType) { in doesUsualArrayDeleteWantSize()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 1736 for (uint8_t allocType = 0; allocType < 4; ++allocType) in TestJson() local
|