Home
last modified time | relevance | path

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

123

/external/angle/src/libANGLE/renderer/vulkan/
DAllocatorHelperRing.h110 const size_t allocationSize, in onNewVariableSizedCommand()
115 void onNewCommand(const size_t requiredSize, const size_t allocationSize, uint8_t **headerOut) in onNewCommand()
121 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.cpp364 size_t allocationSize = in allocate() local
457 size_t allocationSize = in allocateNewPage() local
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DPoolAlloc.cpp231 size_t allocationSize = TAllocation::allocationSize(numBytes); in allocate() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp231 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/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCUtil.hpp110 vk::VkDeviceSize allocationSize; member
/external/v4l2_codec2/common/
DVideoPixelFormat.cpp228 size_t allocationSize(VideoPixelFormat format, const android::ui::Size& coded_size) { in allocationSize() function
/external/mesa3d/src/intel/vulkan/grl/include/
DGRLRTASCommon.h132 uint64_t allocationSize; // Size of the memory allocation containing this RTAS member
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp469 const VkDeviceSize allocationSize = in iterate() local
866 const VkDeviceSize allocationSize = 1 + (m_rng.getUint64() % maxAllocSize); in iterate() local
991 const VkDeviceSize allocationSize = allocationSizes[allocationSizeNdx].size; in createAllocationTestsCommon() local
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
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_helpers.cpp240 uint32_t allocationSize, in stageTextureUpload()
345 size_t allocationSize = textureBytesPerRow * area.height; in readPixels() local
/external/vulkan-headers/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/external/swiftshader/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/external/mesa3d/include/vulkan/
Dvulkan_screen.h59 VkDeviceSize allocationSize; member
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp1029const VkDeviceSize allocationSize, const uint32_t memoryType, in makeSparseImageMemoryBind()
1056const VkDeviceSize allocationSize, const uint32_t memoryType, in makeSparseMemoryBind()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOCornerCase.cpp115 vk::VkDeviceSize *allocationSize = nullptr) in allocateAndBindMemory()
/external/angle/third_party/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/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp929vk::VkDeviceSize allocationSize, uint32_t memoryTypeIndex, in allocateExportableMemory()
946vk::VkDeviceSize allocationSize, uint32_t memoryTypeIndex, in allocateExportableMemory()

123