Searched refs:cb_image_data (Results 1 – 1 of 1) sorted by relevance
4870 for (auto cb_image_data : pCB->imageLayoutMap) { in ValidateCmdBufImageLayouts() local4872 if (!FindLayout(dev_data, cb_image_data.first, imageLayout)) { in ValidateCmdBufImageLayouts()4876 reinterpret_cast<const uint64_t &>(cb_image_data.first)); in ValidateCmdBufImageLayouts()4878 if (cb_image_data.second.initialLayout == VK_IMAGE_LAYOUT_UNDEFINED) { in ValidateCmdBufImageLayouts()4880 } else if (imageLayout != cb_image_data.second.initialLayout) { in ValidateCmdBufImageLayouts()4885 … string_VkImageLayout(imageLayout), string_VkImageLayout(cb_image_data.second.initialLayout)); in ValidateCmdBufImageLayouts()4887 SetLayout(dev_data, cb_image_data.first, cb_image_data.second.layout); in ValidateCmdBufImageLayouts()