Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6543 uint8_t allocType; member
6588 void VmaBlockBufferImageGranularity::RoundupAllocRequest(VmaSuballocationType allocType, in RoundupAllocRequest()
6609 VmaSuballocationType allocType) const in CheckConflictAndAlignUp()
6633 void VmaBlockBufferImageGranularity::AllocPages(uint8_t allocType, VkDeviceSize offset, VkDeviceSiz… in AllocPages()
6723 void VmaBlockBufferImageGranularity::AllocPage(RegionInfo& page, uint8_t allocType) in AllocPage()
8507 VmaSuballocationType allocType, in CreateAllocationRequest()
8931 VmaSuballocationType allocType, in CreateAllocationRequest_LowerAddress()
9109 VmaSuballocationType allocType, in CreateAllocationRequest_UpperAddress()
10271 VmaSuballocationType allocType, in CreateAllocationRequest()
10828 VmaSuballocationType allocType, in CheckBlock()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h9128 VmaSuballocationType allocType, in CreateAllocationRequest()
9478 VmaSuballocationType allocType, in CheckAllocation()
10813 VmaSuballocationType allocType, in CreateAllocationRequest()
10837 VmaSuballocationType allocType, in CreateAllocationRequest_UpperAddress()
10957 VmaSuballocationType allocType, in CreateAllocationRequest_LowerAddress()
11823 VmaSuballocationType allocType, in CreateAllocationRequest()
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/
DTests.cpp1736 for (uint8_t allocType = 0; allocType < 4; ++allocType) in TestJson() local