Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp2384 struct AllocTrack struct
2386 bool active;
2387 bool wasAllocated;
2388 void* alignedStartAddress;
2389 char* actualStartAddress;
2390 size_t requestedSizeBytes;
2391 size_t actualSizeBytes;
2392 VkSystemAllocationScope allocScope;
2393 deUint64 userData;
2395 AllocTrack() in AllocTrack() argument