Home
last modified time | relevance | path

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

123

/external/angle/src/libANGLE/renderer/vulkan/
DAllocatorHelperRing.h109 const size_t allocationSize, in onNewVariableSizedCommand()
114 void onNewCommand(const size_t requiredSize, const size_t allocationSize, uint8_t **headerOut) in onNewCommand()
120 uint8_t *allocateCommand(size_t allocationSize) in allocateCommand()
DAllocatorHelperPool.h95 const size_t allocationSize, in onNewVariableSizedCommand()
117 void onNewCommand(const size_t requiredSize, const size_t allocationSize, uint8_t **headerOut) in onNewCommand()
136 uint8_t *updateHeaderAndAllocatorParams(size_t allocationSize) in updateHeaderAndAllocatorParams()
/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
122 const VkDeviceSize allocationSize; member in vk::DeviceMemory
/external/angle/src/common/
DPoolAlloc.cpp361 size_t allocationSize = in allocate() local
454 size_t allocationSize = in allocateNewPage() local
/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.cpp234 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/external/skia/src/base/
DSkBlockAllocator.cpp35 SkBlockAllocator::Block::Block(Block* prev, int allocationSize) in Block()
DSkArenaAlloc.cpp85 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
1673 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig()
1780 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig()
1856 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
1889 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
DvktMemoryAllocationTests.cpp442 …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
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
Dvulkan_android.h60 VkDeviceSize allocationSize; member
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp830 const VkDeviceSize allocationSize, in makeSparseImageMemoryBind()
861 const VkDeviceSize allocationSize, in makeSparseMemoryBind()
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/mesa3d/include/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/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h100 inline static size_t allocationSize(size_t size) { in allocationSize() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DPoolAlloc.h100 inline static size_t allocationSize(size_t size) { in allocationSize() function
/external/swiftshader/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/vulkan-headers/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_android.h58 VkDeviceSize allocationSize; member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h77 size_t allocationSize, uintptr_t objAddress) in SectionEntry()

123