Home
last modified time | relevance | path

Searched defs:allocationSize (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDynamicUploader.cpp31 ResultOrError<UploadHandle> DynamicUploader::AllocateInternal(uint64_t allocationSize, in AllocateInternal()
115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate()
DRingBufferAllocator.cpp64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate()
DBuddyMemoryAllocator.cpp40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate()
DBuddyAllocator.cpp139 uint64_t BuddyAllocator::Allocate(uint64_t allocationSize, uint64_t alignment) { in Allocate()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp225 size_t allocationSize = Allocation::AllocationSize(numBytes) + mAlignment; in allocate() local
286 void *PoolAllocator::allocateNewPage(size_t numBytes, size_t allocationSize) in allocateNewPage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryService.h31 VkDeviceSize allocationSize; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp30 VkDeviceSize allocationSize = 0; member
121 const VkDeviceSize allocationSize; member in vk::DeviceMemory
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DWireDeserializeAllocator.cpp38 size_t allocationSize = std::max(size, size_t(2048)); in GetSpace() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/
DWireDeserializeAllocator.cpp38 size_t allocationSize = std::max(size, size_t(2048)); in GetSpace() local
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DVulkanBackend.h91 VkDeviceSize allocationSize; // Must match VkMemoryAllocateInfo from image creation member
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp351 size_t allocationSize = in allocate() local
444 size_t allocationSize = in allocateNewPage() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDescriptorHeapAllocator.cpp66 uint32_t allocationSize, in Allocate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp254 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
DPoolAlloc.h76 inline static size_t allocationSize(size_t size) { in allocationSize() function
/third_party/skia/src/core/
DSkBlockAllocator.cpp31 SkBlockAllocator::Block::Block(Block* prev, int allocationSize) in Block()
DSkArenaAlloc.cpp81 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsOpaqueFD.cpp85 VkDeviceSize* allocationSize, in AllocateMemory()
142 VkDeviceSize* allocationSize, in CreateBindExportImage()
162 VkDeviceSize allocationSize, in WrapVulkanImage()
176 VkDeviceSize allocationSize, in WrapVulkanImage()
/third_party/flutter/skia/src/core/
DSkArenaAlloc.cpp121 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResidencyManagerD3D12.cpp178 MaybeError ResidencyManager::EnsureCanAllocate(uint64_t allocationSize, in EnsureCanAllocate()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_android.h67 VkDeviceSize allocationSize; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp47 ResourceMemoryAllocation Allocate(uint64_t allocationSize, uint64_t alignment = 1) { in Allocate()

12