Home
last modified time | relevance | path

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

123

/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
/third_party/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp240 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/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/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp514 VkDeviceSize allocationSize; member
688 …VkDeviceSize allocationSize = (config.allocationSize % atomSize == 0) ? config.allocationSize … in testMemoryMapping() local
1670 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig()
1777 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig()
1849 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
1882 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
DvktMemoryAllocationTests.cpp366 …const VkDeviceSize allocationSize = (m_config.memorySize ? memReqs.size : (VkDeviceSize)(*m_confi… in iterate() local
729 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local
864 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_android.h67 VkDeviceSize allocationSize; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_ohos.h56 VkDeviceSize allocationSize; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member

123