Searched refs:imageLayoutMap (Results 1 – 3 of 3) sorted by relevance
180 void CoreChecks::SetLayout(ImageSubresPairLayoutMap &imageLayoutMap, ImageSubresourcePair imgpair, … in SetLayout() argument181 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 …]
903 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…
2711 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()