Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp341 struct AllocationSlot struct
343 AllocationCallbackRecord record;
344 bool isLive;
346 AllocationSlot(void) : isLive(false) in AllocationSlot() function
350AllocationSlot(const AllocationCallbackRecord &record_, bool isLive_) : record(record_), isLive(is… in AllocationSlot() argument