Home
last modified time | relevance | path

Searched defs:AllocationRequest (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/device/generic/goldfish/gralloc/
Dallocator.cpp540 struct AllocationRequest { struct
541 std::string_view name;
542 PlaneLayout plane[3];
543 PlaneLayoutComponent planeComponent[4];
544 size_t imageSizeInBytes = 0;
545 size_t reservedRegionSize = 0;
546 uint64_t usage = 0;
547 uint32_t width = 0;
548 uint32_t height = 0;
549 uint32_t stride0 = 0;
[all …]
/aosp_15_r20/frameworks/native/libs/ui/include/ui/
H A DGraphicBufferAllocator.h51 struct AllocationRequest { struct
73 AllocationResult allocate(const AllocationRequest&); argument
H A DGralloc.h226 const GraphicBufferAllocator::AllocationRequest&) const { in allocate()
/aosp_15_r20/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBufferAllocator.h51 struct AllocationRequest { struct
73 AllocationResult allocate(const AllocationRequest&); argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment.h1299 struct AllocationRequest { struct
1300 int64_t start_time;
1301 int64_t end_time;
1302 int64_t latest_prefetch_time;
1303 int64_t size;
1304 bool allow_no_copy_alternate_mem_allocation;
1305 std::optional<int64_t> earliest_prefetch_time;
1306 AliasedOffset* preferred_offset;
1307 const MemorySpaceAssignment::AllocationValue::Use* use;
1308 MemorySpaceAssignment::AllocationValue* allocation_value;
[all …]
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dtest_harness.h28 struct AllocationRequest { struct
45 std::variant<AllocationRequest, DeallocationRequest, ReallocationRequest>; argument
/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/
H A Dmemory_quota_fuzzer.proto34 message AllocationRequest { message