Home
last modified time | relevance | path

Searched defs:MemoryInfo (Results 1 – 25 of 230) sorted by relevance

12345678910

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h144 struct MemoryInfo { struct
148 bool needUnmap = false;
151 void* ptr = nullptr;
152 VkDeviceSize size;
154 bool directMapped = false;
155 bool virtioGpuMapped = false;
156 uint32_t caching = 0;
157 uint64_t guestPhysAddr = 0;
158 void* pageAlignedHva = nullptr;
159 uint64_t sizeToPage = 0;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h104 struct MemoryInfo { struct
115 static_assert(sizeof(MemoryInfo) == 48, ""); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DMinidump.h104 struct MemoryInfo { struct
115 static_assert(sizeof(MemoryInfo) == 48); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DMinidump.h104 struct MemoryInfo { struct
115 static_assert(sizeof(MemoryInfo) == 48); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DMinidump.h104 struct MemoryInfo { struct
115 static_assert(sizeof(MemoryInfo) == 48); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DMinidump.h104 struct MemoryInfo { struct
115 static_assert(sizeof(MemoryInfo) == 48); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DMinidump.h104 struct MemoryInfo { struct
115 static_assert(sizeof(MemoryInfo) == 48); argument
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkloadInfo.hpp25 struct MemoryInfo struct
27 unsigned int m_OutputSlotIndex;
28 size_t m_Size{ 0 };
29 size_t m_Alignment{ 64 };
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dmem.h62 struct MemoryInfo { struct
72 // MemoryInfo structure is INT64_MAX, it means such information is not argument
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/experimental/
H A DTypes.h96 struct MemoryInfo struct
107 MemoryInfo(int slot, MemoryLifetime lifetime, size_t size, size_t alignment = 0) noexcept argument
108 : slot(slot), in slot()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.h232 struct MemoryInfo { struct
233 size_t total;
234 size_t free;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h235 struct MemoryInfo { struct
236 size_t total;
237 size_t free;
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h235 struct MemoryInfo { struct
236 size_t total;
237 size_t free;
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.h266 struct MemoryInfo { struct
267 size_t total;
268 size_t free;
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DDebug.java124 public static class MemoryInfo implements Parcelable { class in Debug
357 public MemoryInfo() { in MemoryInfo() method in Debug.MemoryInfo
988 private MemoryInfo(Parcel source) { in MemoryInfo() method in Debug.MemoryInfo
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtest_log.proto110 message MemoryInfo { message
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt.proto272 message MemoryInfo { message
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DActivityManager.java3389 public static class MemoryInfo implements Parcelable { class in ActivityManager
3440 public MemoryInfo() { in MemoryInfo() method in ActivityManager.MemoryInfo
3494 private MemoryInfo(Parcel source) { in MemoryInfo() method in ActivityManager.MemoryInfo
/aosp_15_r20/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java490 public static abstract class MemoryInfo { class in CuttlefishDisplayHotplugTest
/aosp_15_r20/cts/tools/cts-api-coverage/proto/
H A Dcts_report.proto69 message MemoryInfo { message
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
H A DGpuMemDump.schema.json15 "MemoryInfo": { object
H A DSample.json24 "MemoryInfo": { object
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticinference/src/main/resources/codegen-resources/
H A Dservice-2.json405 "MemoryInfo":{ object
/aosp_15_r20/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto162 message MemoryInfo { message
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dtoolresults.v1beta3.json2516 "MemoryInfo": { object

12345678910