Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp109 auto imgsubIt = pCB->imageLayoutMap.find(imgpair); in FindLayoutVerifyNode() local
110 if (imgsubIt == pCB->imageLayoutMap.end()) { in FindLayoutVerifyNode()
113 if (node.layout != VK_IMAGE_LAYOUT_MAX_ENUM && node.layout != imgsubIt->second.layout) { in FindLayoutVerifyNode()
118 string_VkImageLayout(imgsubIt->second.layout)); in FindLayoutVerifyNode()
120 …if (node.initialLayout != VK_IMAGE_LAYOUT_MAX_ENUM && node.initialLayout != imgsubIt->second.initi… in FindLayoutVerifyNode()
126 string_VkImageLayout(imgsubIt->second.initialLayout)); in FindLayoutVerifyNode()
128 node = imgsubIt->second; in FindLayoutVerifyNode()
139 auto imgsubIt = (*GetImageLayoutMap()).find(imgpair); in FindLayoutVerifyLayout() local
140 if (imgsubIt == (*GetImageLayoutMap()).end()) { in FindLayoutVerifyLayout()
143 if (layout != VK_IMAGE_LAYOUT_MAX_ENUM && layout != imgsubIt->second.layout) { in FindLayoutVerifyLayout()
[all …]