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_utils.cpp776 auto del_itr = itr; in PreCallValidateDestroyCommandPool() local
779 del_itr = itr++; in PreCallValidateDestroyCommandPool()
781 …|= ValidateCommandBuffer(device, commandPool, reinterpret_cast<VkCommandBuffer>((*del_itr).first)); in PreCallValidateDestroyCommandPool()
782 … skip |= ValidateDestroyObject(device, reinterpret_cast<VkCommandBuffer>((*del_itr).first), in PreCallValidateDestroyCommandPool()
794 auto del_itr = itr; in PreCallRecordDestroyCommandPool() local
798 del_itr = itr++; in PreCallRecordDestroyCommandPool()
800 …RecordDestroyObject(device, reinterpret_cast<VkCommandBuffer>((*del_itr).first), kVulkanObjectType… in PreCallRecordDestroyCommandPool()