Searched refs:it_set (Results 1 – 1 of 1) sorted by relevance
3477 for (auto it_set = subres_map->BeginSetLayout(); !it_set.AtEnd(); ++it_set) { in ValidateCmdBufImageLayouts() local3478 VkImageLayout layout = (*it_set).layout; in ValidateCmdBufImageLayouts()3479 isr_pair.subresource = (*it_set).subresource; in ValidateCmdBufImageLayouts()3498 for (auto it_set = subres_map->BeginSetLayout(); !it_set.AtEnd(); ++it_set) { in UpdateCmdBufImageLayouts() local3499 VkImageLayout layout = (*it_set).layout; in UpdateCmdBufImageLayouts()3500 isr_pair.subresource = (*it_set).subresource; in UpdateCmdBufImageLayouts()