Searched refs:dst_image_state (Results 1 – 2 of 2) sorted by relevance
2413 … const IMAGE_STATE *dst_image_state, const VkImageCopy region) const { in CopyImageMultiplaneValidation() argument2417 …tiplane(src_image_state->createInfo.format)) && (!FormatIsMultiplane(dst_image_state->createInfo.f… in CopyImageMultiplaneValidation()2444 …ltiplane(src_image_state->createInfo.format)) && (FormatIsMultiplane(dst_image_state->createInfo.f… in CopyImageMultiplaneValidation()2453 planes = FormatPlaneCount(dst_image_state->createInfo.format); in CopyImageMultiplaneValidation()2469 …tiplane(src_image_state->createInfo.format)) && (!FormatIsMultiplane(dst_image_state->createInfo.f… in CopyImageMultiplaneValidation()2486 const auto *dst_image_state = GetImageState(dstImage); in PreCallValidateCmdCopyImage() local2489 skip = ValidateImageCopyData(regionCount, pRegions, src_image_state, dst_image_state); in PreCallValidateCmdCopyImage()2499 …GetAdjustedDestImageExtent(src_image_state->createInfo.format, dst_image_state->createInfo.format,… in PreCallValidateCmdCopyImage()2507 (VK_IMAGE_TYPE_3D != dst_image_state->createInfo.imageType)) { in PreCallValidateCmdCopyImage()2510 } else if ((VK_IMAGE_TYPE_3D == dst_image_state->createInfo.imageType) && in PreCallValidateCmdCopyImage()[all …]
1357 … const IMAGE_STATE* dst_image_state, const VkImageCopy region) const;