Lines Matching refs:image_layout
695 bool cvdescriptorset::ValidateImageUpdate(VkImageView image_view, VkImageLayout image_layout, VkDes… in ValidateImageUpdate() argument
744 switch (image_layout) { in ValidateImageUpdate()
778 … error_str << "ImageView (" << image_view << ") has layout " << string_VkImageLayout(image_layout) in ValidateImageUpdate()
786 … error_str << "ImageView (" << image_view << ") has layout " << string_VkImageLayout(image_layout) in ValidateImageUpdate()
799 … error_str << "ImageView (" << image_view << ") has layout " << string_VkImageLayout(image_layout) in ValidateImageUpdate()
830 } else if (VK_IMAGE_LAYOUT_GENERAL != image_layout) { in ValidateImageUpdate()
834 << string_VkImageLayout(image_layout) in ValidateImageUpdate()
914 auto image_layout = static_cast<const ImageSamplerDescriptor *>(src)->image_layout_; in CopyUpdate() local
917 image_layout_ = image_layout; in CopyUpdate()
952 auto image_layout = static_cast<const ImageDescriptor *>(src)->image_layout_; in CopyUpdate() local
955 image_layout_ = image_layout; in CopyUpdate()
1297 auto image_layout = update->pImageInfo[di].imageLayout; in VerifyWriteUpdateContents() local
1298 …if (!ValidateImageUpdate(image_view, image_layout, update->descriptorType, device_data_, error_cod… in VerifyWriteUpdateContents()
1329 auto image_layout = update->pImageInfo[di].imageLayout; in VerifyWriteUpdateContents() local
1330 …if (!ValidateImageUpdate(image_view, image_layout, update->descriptorType, device_data_, error_cod… in VerifyWriteUpdateContents()
1425 auto image_layout = img_samp_desc->GetImageLayout(); in VerifyCopyUpdateContents() local
1426 … if (!ValidateImageUpdate(image_view, image_layout, type, device_data_, error_code, error_msg)) { in VerifyCopyUpdateContents()
1439 auto image_layout = img_desc->GetImageLayout(); in VerifyCopyUpdateContents() local
1440 … if (!ValidateImageUpdate(image_view, image_layout, type, device_data_, error_code, error_msg)) { in VerifyCopyUpdateContents()