Home
last modified time | relevance | path

Searched refs:num_total_objects (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h75 uint64_t num_total_objects; variable
86 …ObjectLifetimes() : num_objects{}, num_total_objects(0), object_map{} { object_map.resize(kVulkanO… in ObjectLifetimes()
185 num_total_objects++; in CreateObject()
202 assert(num_total_objects > 0); in DestroyObjectSilently()
204 num_total_objects--; in DestroyObjectSilently()
240 … object_string[object_type], HandleToUint64(object), num_total_objects - 1, in ValidateDestroyObject()
Dobject_tracker_utils.cpp58 assert(num_total_objects > 0); in DestroyQueueDataStructures()
59 num_total_objects--; in DestroyQueueDataStructures()
64 …report_data->FormatHandle(queue->second->handle).c_str(), num_total_objects, num_objects[obj_index… in DestroyQueueDataStructures()
116 num_total_objects++; in AllocateCommandBuffer()
154 num_total_objects++; in AllocateDescriptorSet()
255 num_total_objects++; in CreateQueue()