Lines Matching refs:imageLayoutMap
2122 pCB->imageLayoutMap.clear(); in ResetCommandBufferState()
2557 device_data->imageLayoutMap.clear(); in PreCallRecordDestroyDevice()
3168 …kip |= ValidateCmdBufImageLayouts(device_data, cb_node, device_data->imageLayoutMap, localImageLay… in PreCallValidateQueueSubmit()
5026 …ageSubresourcePair, IMAGE_LAYOUT_NODE> *CoreChecks::GetImageLayoutMap() { return &imageLayoutMap; } in GetImageLayoutMap()
10623 for (const auto &ilm_entry : sub_cb_state->imageLayoutMap) { in PreCallValidateCmdExecuteCommands()
10624 auto cb_entry = cb_state->imageLayoutMap.find(ilm_entry.first); in PreCallValidateCmdExecuteCommands()
10625 if (cb_entry != cb_state->imageLayoutMap.end()) { in PreCallValidateCmdExecuteCommands()
10691 for (const auto &ilm_entry : sub_cb_state->imageLayoutMap) { in PreCallRecordCmdExecuteCommands()
10692 auto cb_entry = cb_state->imageLayoutMap.find(ilm_entry.first); in PreCallRecordCmdExecuteCommands()
10693 if (cb_entry != cb_state->imageLayoutMap.end()) { in PreCallRecordCmdExecuteCommands()
11874 auto image_item = device_data->imageLayoutMap.find(imgsubpair); in PreCallRecordDestroySwapchainKHR()
11875 if (image_item != device_data->imageLayoutMap.end()) { in PreCallRecordDestroySwapchainKHR()
11876 device_data->imageLayoutMap.erase(image_item); in PreCallRecordDestroySwapchainKHR()
11960 device_data->imageLayoutMap[subpair] = image_layout_node; in PostCallRecordGetSwapchainImagesKHR()