Home
last modified time | relevance | path

Searched defs:allocationSize (Results 1 – 25 of 53) 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/swiftshader/src/Vulkan/
DVkDeviceMemory.hpp30 VkDeviceSize allocationSize = 0; member
120 const VkDeviceSize allocationSize; member in vk::DeviceMemory
/external/angle/src/common/
DPoolAlloc.cpp351 size_t allocationSize = in allocate() local
444 size_t allocationSize = in allocateNewPage() local
Dutilities.cpp671 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/vulkan-deps/glslang/src/glslang/MachineIndependent/
DPoolAlloc.cpp240 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/external/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
/external/v4l2_codec2/common/
DVideoPixelFormat.cpp223 size_t allocationSize(VideoPixelFormat format, const android::ui::Size& coded_size) { in allocationSize() function
/external/deqp/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.cpp418 …const VkDeviceSize allocationSize = (m_config.memorySize ? memReqs.size : (VkDeviceSize)(*m_confi… in iterate() local
788 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local
935 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp859 const VkDeviceSize allocationSize, in makeSparseImageMemoryBind()
890 const VkDeviceSize allocationSize, in makeSparseMemoryBind()
/external/mesa3d/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOCornerCase.cpp116 …ontext, vk::VkBuffer buffer, vk::MemoryRequirement memReqs, vk::VkDeviceSize* allocationSize = DE_… in allocateAndBindMemory()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DPoolAlloc.h100 inline static size_t allocationSize(size_t size) { in allocationSize() function
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h100 inline static size_t allocationSize(size_t size) { in allocationSize() function
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/vulkan-headers/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/swiftshader/include/vulkan/
Dvulkan_android.h57 VkDeviceSize allocationSize; member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h77 size_t allocationSize, uintptr_t objAddress) in SectionEntry()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp952 vk::VkDeviceSize allocationSize, in allocateExportableMemory()
983 vk::VkDeviceSize allocationSize, in allocateExportableMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h76 size_t allocationSize, uintptr_t objAddress) in SectionEntry()

123