Home | History | Annotate | Download | only in layers

Lines Matching defs:vkCmdBlitImage

836 vkCmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage,
853 ss << "vkCmdBlitImage: If one of srcImage and dstImage images has signed/unsigned integer format, "
865 ss << "vkCmdBlitImage: If one of srcImage and dstImage images has a format of depth, stencil or depth "
875 char const str[] = "vkCmdBlitImage: number of layers in source subresource is zero";
883 char const str[] = "vkCmdBlitImage: number of layers in destination subresource is zero";
891 char const str[] = "vkCmdBlitImage: number of layers in source and destination subresources must match";
902 ss << "vkCmdBlitImage: Image aspects of depth/stencil images should match";
911 ss << "vkCmdBlitImage: Combination depth/stencil image formats must have only one of "
921 ss << "vkCmdBlitImage: Stencil-only image formats must have only the VK_IMAGE_ASPECT_STENCIL_BIT "
930 ss << "vkCmdBlitImage: Depth-only image formats must have only the VK_IMAGE_ASPECT_DEPTH "
944 ss << "vkCmdBlitImage: If the format of srcImage is a depth, stencil, depth stencil or integer-based format "
1124 if (!strcmp(funcName, "vkCmdBlitImage"))
1125 return (PFN_vkVoidFunction)vkCmdBlitImage;