Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A 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()
H A 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()
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A 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()
H A DAggregateAllocationsRecorder.java32 private final AtomicLong allocationSize = new AtomicLong(); field in AggregateAllocationsRecorder
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DBitmapTest.java128 int allocationSize = remote.getAllocationSize(wrapper); in test_inplace_213169612() local
172 int allocationSize = remote.getAllocationSize(wrapper); in test_ashmem_213169612() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDeviceMemory.hpp30 VkDeviceSize allocationSize = 0; member
122 const VkDeviceSize allocationSize; member in vk::DeviceMemory
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp530 VkDeviceSize allocationSize; member
717 VkDeviceSize allocationSize = (config.allocationSize % atomSize == 0) ? in testMemoryMapping() local
1737 TestConfig subMappedConfig(VkDeviceSize allocationSize, const MemoryRange &mapping, Op op, uint32_t… in subMappedConfig()
1851 TestConfig fullMappedConfig(VkDeviceSize allocationSize, Op op, uint32_t seed, AllocationKind alloc… in fullMappedConfig()
1938 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
1975 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx]; in createMappingTests() local
H A DvktMemoryAllocationTests.cpp469 const VkDeviceSize allocationSize = in iterate() local
868 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local
994 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
/aosp_15_r20/external/angle/src/common/
H A DPoolAlloc.cpp364 size_t allocationSize = in allocate() local
457 size_t allocationSize = in allocateNewPage() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_helpers.cpp227 uint32_t allocationSize, in stageTextureUpload()
332 size_t allocationSize = textureBytesPerRow * area.height; in readPixels() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp1010const VkDeviceSize allocationSize, const uint32_t memoryType, in makeSparseImageMemoryBind()
1037const VkDeviceSize allocationSize, const uint32_t memoryType, in makeSparseMemoryBind()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp224 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DPoolAlloc.cpp231 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/aosp_15_r20/external/skia/src/base/
H A DSkBlockAllocator.cpp35 SkBlockAllocator::Block::Block(Block* prev, int allocationSize) in Block()
H A DSkArenaAlloc.cpp85 uint32_t allocationSize = std::max(objSizeAndOverhead, minAllocationSize); in ensureSpace() local
/aosp_15_r20/external/v4l2_codec2/common/
H A DVideoPixelFormat.cpp228 size_t allocationSize(VideoPixelFormat format, const android::ui::Size& coded_size) { in allocationSize() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp929vk::VkDeviceSize allocationSize, uint32_t memoryTypeIndex, in allocateExportableMemory()
946vk::VkDeviceSize allocationSize, uint32_t memoryTypeIndex, in allocateExportableMemory()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/include/
H A DGRLRTASCommon.h132 uint64_t allocationSize; // Size of the memory allocation containing this RTAS member
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/
DMetrics.h100 std::optional<uint64_t> allocationSize = std::nullopt; member
/aosp_15_r20/external/mesa3d/include/vulkan/
H A Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member

123456