Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DMemoryTracking.cpp239 void MemoryAllocationTracker::onMemoryAllocImpl(vk::MemoryAllocationType allocType, in onMemoryAllocImpl()
298 void MemoryAllocationTracker::onMemoryDeallocImpl(vk::MemoryAllocationType allocType, in onMemoryDeallocImpl()
467 void MemoryAllocationTracker::setPendingMemoryAlloc(vk::MemoryAllocationType allocType, in setPendingMemoryAlloc()
DMemoryTracking.h77 MemoryAllocationType allocType; member
DRendererVk.h739 void onMemoryAlloc(vk::MemoryAllocationType allocType, in onMemoryAlloc()
749 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.h6573 uint8_t allocType; member
6618 void VmaBlockBufferImageGranularity::RoundupAllocRequest(VmaSuballocationType allocType, in RoundupAllocRequest()
6639 VmaSuballocationType allocType) const in CheckConflictAndAlignUp()
6663 void VmaBlockBufferImageGranularity::AllocPages(uint8_t allocType, VkDeviceSize offset, VkDeviceSiz… in AllocPages()
6753 void VmaBlockBufferImageGranularity::AllocPage(RegionInfo& page, uint8_t allocType) in AllocPage()
8535 VmaSuballocationType allocType, in CreateAllocationRequest()
8959 VmaSuballocationType allocType, in CreateAllocationRequest_LowerAddress()
9137 VmaSuballocationType allocType, in CreateAllocationRequest_UpperAddress()
10299 VmaSuballocationType allocType, in CreateAllocationRequest()
10856 VmaSuballocationType allocType, in CheckBlock()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1318 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h8053 VmaSuballocationType allocType, in CreateAllocationRequest()
8445 VmaSuballocationType allocType, in CheckAllocation()
9771 VmaSuballocationType allocType, in CreateAllocationRequest()
9796 VmaSuballocationType allocType, in CreateAllocationRequest_UpperAddress()
9918 VmaSuballocationType allocType, in CreateAllocationRequest_LowerAddress()
10843 VmaSuballocationType allocType, in CreateAllocationRequest()
/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()