Home
last modified time | relevance | path

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

12

/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/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp74 size_t allocationSize = pCreateInfo->bindingCount * sizeof(VkDescriptorSetLayoutBinding); in ComputeRequiredAllocationSize() 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/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp240 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/external/skia/src/core/
DSkArenaAlloc.cpp121 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
DSkString.cpp211 size_t allocationSize = safe.add(len, SizeOfRec() + sizeof(char)); in Make() local
/external/skqp/src/core/
DSkArenaAlloc.cpp121 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
DSkString.cpp211 size_t allocationSize = safe.add(len, SizeOfRec() + sizeof(char)); in Make() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp297 …const VkDeviceSize allocationSize = (m_config.memorySize ? memReqs.size : (VkDeviceSize)(*m_confi… in iterate() local
633 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local
743 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
DvktMemoryMappingTests.cpp461 VkDeviceSize allocationSize; member
581 …VkDeviceSize allocationSize = (config.allocationSize % atomSize == 0) ? config.allocationSi… in testMemoryMapping() local
1526 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig()
1628 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig()
1690 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
1716 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
DvktMemoryExternalMemoryHostTests.cpp158 …aseTestInstance::ExternalMemoryHostBaseTestInstance (Context& context, VkDeviceSize allocationSize) in ExternalMemoryHostBaseTestInstance()
/external/swiftshader/include/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/external/vulkan-headers/include/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h71 VkDeviceSize allocationSize; member
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h100 inline static size_t allocationSize(size_t size) { in allocationSize() function
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp681 const VkDeviceSize allocationSize, in makeSparseImageMemoryBind()
712 const VkDeviceSize allocationSize, in makeSparseMemoryBind()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h77 size_t allocationSize, uintptr_t objAddress) in SectionEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h77 size_t allocationSize, uintptr_t objAddress) in SectionEntry()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp306 int AllocateFirstFreeBits(unsigned int *bits, unsigned int allocationSize, unsigned int bitsSize) in AllocateFirstFreeBits()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1322 VkConstantBufferObj::VkConstantBufferObj(VkDeviceObj *device, VkDeviceSize allocationSize, const vo… in VkConstantBufferObj()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp636 llvm::APInt allocationSize in EmitCXXNewAllocSize() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp321 VkDeviceSize getPageTableSize (const PlatformMemoryLimits& limits, VkDeviceSize allocationSize) in getPageTableSize()
411 VkDeviceSize getPageTableSize (Context& context, VkDeviceSize allocationSize) in getPageTableSize()

12