Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp195 auto imgsubIt = imageLayoutMap.find(imgpair); in FindLayoutVerifyLayout() local
196 if (imgsubIt == imageLayoutMap.end()) { in FindLayoutVerifyLayout()
199 if (layout != VK_IMAGE_LAYOUT_MAX_ENUM && layout != imgsubIt->second.layout) { in FindLayoutVerifyLayout()
204 string_VkImageLayout(imgsubIt->second.layout)); in FindLayoutVerifyLayout()
206 layout = imgsubIt->second.layout; in FindLayoutVerifyLayout()
224 auto imgsubIt = imageLayoutMap.find(imgpair); in FindGlobalLayout() local
225 if (imgsubIt == imageLayoutMap.end()) return false; in FindGlobalLayout()
226 layout = imgsubIt->second.layout; in FindGlobalLayout()
257 auto imgsubIt = imageLayoutMap.find(imgpair); in FindLayout() local
258 if (imgsubIt == imageLayoutMap.end()) { in FindLayout()
[all …]