Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp180 void CoreChecks::SetLayout(ImageSubresPairLayoutMap &imageLayoutMap, ImageSubresourcePair imgpair, … in SetLayout() argument
181 auto it = imageLayoutMap.find(imgpair); in SetLayout()
182 if (it != imageLayoutMap.end()) { in SetLayout()
185 imageLayoutMap[imgpair].layout = layout; // Insert in SetLayout()
195 auto imgsubIt = imageLayoutMap.find(imgpair); in FindLayoutVerifyLayout()
196 if (imgsubIt == imageLayoutMap.end()) { in FindLayoutVerifyLayout()
224 auto imgsubIt = imageLayoutMap.find(imgpair); in FindGlobalLayout()
225 if (imgsubIt == imageLayoutMap.end()) return false; in FindGlobalLayout()
243 auto img_data = imageLayoutMap.find(imgsubpair); in FindLayouts()
244 if (img_data != imageLayoutMap.end()) { in FindLayouts()
[all …]
Dcore_validation.h903 ImageSubresPairLayoutMap imageLayoutMap;
1091 …static void SetLayout(ImageSubresPairLayoutMap& imageLayoutMap, ImageSubresourcePair imgpair, VkIm…
1381 …bool FindLayout(const ImageSubresPairLayoutMap& imageLayoutMap, ImageSubresourcePair imgpair, VkIm…
1383 …static bool FindLayout(const ImageSubresPairLayoutMap& imageLayoutMap, ImageSubresourcePair imgpai…
Dcore_validation.cpp2711 imageLayoutMap.clear(); in PreCallRecordDestroyDevice()
3286 skip |= ValidateCmdBufImageLayouts(cb_node, imageLayoutMap, &localImageLayoutMap); in ValidateCommandBuffersForSubmit()
12948 auto image_item = imageLayoutMap.find(imgsubpair); in PreCallRecordDestroySwapchainKHR()
12949 if (image_item != imageLayoutMap.end()) { in PreCallRecordDestroySwapchainKHR()
12950 imageLayoutMap.erase(image_item); in PreCallRecordDestroySwapchainKHR()
13023 imageLayoutMap[subpair] = image_layout_node; in PostCallRecordGetSwapchainImagesKHR()