Home
last modified time | relevance | path

Searched defs:maxBlockCount (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp416 auto maxBlockCount = SkGetVmaBlockCountMax(); in dumpVmaStats() local
28 Make(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device, uint32_t physicalDeviceVersion, const GrVkExtensions* extensions, sk_sp<const GrVkInterface> interface, const GrVkCaps* caps, bool cacheFlag, size_t maxBlockCount) Make() argument
41 Make(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device, uint32_t physicalDeviceVersion, const GrVkExtensions* extensions, sk_sp<const GrVkInterface> interface, const GrVkCaps* caps, bool cacheFlag, size_t maxBlockCount) Make() argument
[all...]
H A DGrVkGpu.cpp196 const size_t maxBlockCount = SkGetVmaBlockCountMax(); // limit memory hols for vma cache in Make() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h2357 size_t maxBlockCount = SIZE_MAX; member
2934 size_t maxBlockCount; member
12508 VmaBlockVector( VmaAllocator hAllocator, VmaPool hParentPool, uint32_t memoryTypeIndex, VkDeviceSize preferredBlockSize, size_t minBlockCount, size_t maxBlockCount, VkDeviceSize bufferImageGranularity, uint32_t frameInUseCount, bool explicitBlockSize, uint32_t algorithm) VmaBlockVector() argument
[all...]

Completed in 24 milliseconds