Home
last modified time | relevance | path

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

123

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java38 private final long allocationSize; field in AllocationStats
47 AllocationStats(int allocationCount, long allocationSize, int reps) { in AllocationStats()
60 private AllocationStats(int allocationCount, long allocationSize, int reps, in AllocationStats()
DAggregateAllocationsRecorder.java32 private final AtomicLong allocationSize = new AtomicLong(); field in AggregateAllocationsRecorder
/external/angle/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()
Dutilities.cpp603 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp240 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DPoolAlloc.cpp240 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/external/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
/external/skia/src/core/
DSkArenaAlloc.cpp121 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
/external/skqp/src/core/
DSkArenaAlloc.cpp121 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp362 …const VkDeviceSize allocationSize = (m_config.memorySize ? memReqs.size : (VkDeviceSize)(*m_confi… in iterate() local
715 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local
825 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
DvktMemoryMappingTests.cpp461 VkDeviceSize allocationSize; member
570 …VkDeviceSize allocationSize = (config.allocationSize % atomSize == 0) ? config.allocationSi… in testMemoryMapping() local
1515 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig()
1617 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig()
1688 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
1714 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/external/mesa3d/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/external/swiftshader/include/vulkan/
Dvulkan_android.h68 VkDeviceSize allocationSize; member
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_android.h68 VkDeviceSize allocationSize; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_android.h68 VkDeviceSize allocationSize; member
/external/vulkan-headers/include/vulkan/
Dvulkan_android.h68 VkDeviceSize allocationSize; member
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp827 const VkDeviceSize allocationSize, in makeSparseImageMemoryBind()
858 const VkDeviceSize allocationSize, in makeSparseMemoryBind()
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h100 inline static size_t allocationSize(size_t size) { in allocationSize() function
/external/angle/third_party/glslang/src/glslang/Include/
DPoolAlloc.h100 inline static size_t allocationSize(size_t size) { in allocationSize() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h77 size_t allocationSize, uintptr_t objAddress) in SectionEntry()
/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp79 …size_t allocationSize = pCreateInfo->bindingCount * (sizeof(VkDescriptorSetLayoutBinding) + sizeof… in ComputeRequiredAllocationSize() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2654 size_t allocationSize; in stageSubresourceUpdateImpl() local
2892 size_t allocationSize, in stageSubresourceUpdateAndGetData()
2924 size_t allocationSize, in stageSubresourceUpdateFromBuffer()
3012 size_t allocationSize = outputDepthPitch; in stageSubresourceUpdateFromFramebuffer() local
3667 size_t allocationSize = readFormat->pixelBytes * area.width * area.height; in readPixels() local

123