Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp2432 struct AllocTrack struct
2434 bool active;
2435 bool wasAllocated;
2436 void *alignedStartAddress;
2437 char *actualStartAddress;
2438 size_t requestedSizeBytes;
2439 size_t actualSizeBytes;
2440 VkSystemAllocationScope allocScope;
2441 uint64_t userData;
2443 AllocTrack() in AllocTrack() argument