Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker.h915 auto del_itr = itr++; in explicit_DestroyDescriptorPool() local
917 destroy_descriptor_set(device, (VkDescriptorSet)((*del_itr).first)); in explicit_DestroyDescriptorPool()
938 unordered_map<uint64_t, OBJTRACK_NODE *>::iterator del_itr; in explicit_DestroyCommandPool() local
941 del_itr = itr++; in explicit_DestroyCommandPool()
943 destroy_command_buffer(reinterpret_cast<VkCommandBuffer>((*del_itr).first), in explicit_DestroyCommandPool()
944 reinterpret_cast<VkCommandBuffer>((*del_itr).first)); in explicit_DestroyCommandPool()