Home
last modified time | relevance | path

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

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