| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | DynamicUploader.cpp | 31 ResultOrError<UploadHandle> DynamicUploader::AllocateInternal(uint64_t allocationSize, in AllocateInternal() 115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate()
|
| D | RingBufferAllocator.cpp | 64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate()
|
| D | BuddyMemoryAllocator.cpp | 40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate()
|
| D | BuddyAllocator.cpp | 139 uint64_t BuddyAllocator::Allocate(uint64_t allocationSize, uint64_t alignment) { in Allocate()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| D | MemoryService.h | 31 VkDeviceSize allocationSize; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkDeviceMemory.hpp | 30 VkDeviceSize allocationSize = 0; member 121 const VkDeviceSize allocationSize; member in vk::DeviceMemory
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
| D | WireDeserializeAllocator.cpp | 38 size_t allocationSize = std::max(size, size_t(2048)); in GetSpace() local
|
| /third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
| D | VulkanBackend.h | 91 VkDeviceSize allocationSize; // Must match VkMemoryAllocateInfo from image creation member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | PoolAlloc.cpp | 351 size_t allocationSize = in allocate() local 444 size_t allocationSize = in allocateNewPage() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | PoolAlloc.cpp | 224 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | PoolAlloc.cpp | 254 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
|
| /third_party/skia/m133/src/base/ |
| D | SkBlockAllocator.cpp | 35 SkBlockAllocator::Block::Block(Block* prev, int allocationSize) in Block()
|
| D | SkArenaAlloc.cpp | 85 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
|
| /third_party/skia/src/core/ |
| D | SkBlockAllocator.cpp | 31 SkBlockAllocator::Block::Block(Block* prev, int allocationSize) in Block()
|
| D | SkArenaAlloc.cpp | 81 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| D | VulkanImageWrappingTestsOpaqueFD.cpp | 85 VkDeviceSize* allocationSize, in AllocateMemory() 142 VkDeviceSize* allocationSize, in CreateBindExportImage() 162 VkDeviceSize allocationSize, in WrapVulkanImage() 176 VkDeviceSize allocationSize, in WrapVulkanImage()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | ResidencyManagerD3D12.cpp | 178 MaybeError ResidencyManager::EnsureCanAllocate(uint64_t allocationSize, in EnsureCanAllocate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| D | vktMemoryMappingTests.cpp | 514 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() 1851 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local 1884 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
|
| D | vktMemoryAllocationTests.cpp | 442 …const VkDeviceSize allocationSize = (m_config.memorySize ? memReqs.size : (VkDeviceSize)(*m_confi… in iterate() local 825 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local 974 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
|
| /third_party/mesa3d/src/intel/vulkan/grl/include/ |
| D | GRLRTASCommon.h | 132 uint64_t allocationSize; // Size of the memory allocation containing this RTAS member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryAllocationTests.cpp | 442 …const VkDeviceSize allocationSize = (m_config.memorySize ? memReqs.size : (VkDeviceSize)(*m_confi… in iterate() local 829 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local 978 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
|
| D | vktMemoryMappingTests.cpp | 553 VkDeviceSize allocationSize; member 733 …VkDeviceSize allocationSize = (config.allocationSize % atomSize == 0) ? config.allocationSize … in testMemoryMapping() local 1727 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig() 1836 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig() 1938 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local 1974 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_screen.h | 59 VkDeviceSize allocationSize; member
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_screen.h | 59 VkDeviceSize allocationSize; member
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_android.h | 58 VkDeviceSize allocationSize; member
|