Home
last modified time | relevance | path

Searched defs:allocType (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DMemoryTracking.cpp241 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()
DMemoryTracking.h78 MemoryAllocationType allocType; member
Dvk_renderer.h634 void onMemoryAlloc(vk::MemoryAllocationType allocType, in onMemoryAlloc()
644 void onMemoryDealloc(vk::MemoryAllocationType allocType, in onMemoryDealloc()
/external/armnn/delegate/opaque/src/
DOpaqueDelegateUtils.hpp531 auto allocType = TfLiteOpaqueTensorGetAllocationType(tfLiteTensor); in CreateConstTensor() local
/external/skia/vma_android/include/
Dvk_mem_alloc.h6535 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/
Dvk_mem_alloc.h6598 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/
DCGExprCXX.cpp1318 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h7846 VmaSuballocationType allocType, in CreateAllocationRequest()
8319 VmaSuballocationType allocType, in CheckAllocation()
9654 VmaSuballocationType allocType, in CreateAllocationRequest()
10595 VmaSuballocationType allocType, in CreateAllocationRequest()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1329 QualType allocType) { in doesUsualArrayDeleteWantSize()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp1736 for (uint8_t allocType = 0; allocType < 4; ++allocType) in TestJson() local