Home | History | Annotate | Download | only in image

Lines Matching defs:srcFormat

1034         VkFormat srcFormat = srcImageEntry->format;
1038 if ((vk_format_is_sint(srcFormat) && !vk_format_is_sint(dstFormat)) ||
1039 (vk_format_is_uint(srcFormat) && !vk_format_is_uint(dstFormat))) {
1043 << "Source format is " << string_VkFormat(srcFormat) << " Destination format is " << string_VkFormat(dstFormat);
1050 if (vk_format_is_depth_or_stencil(srcFormat) || vk_format_is_depth_or_stencil(dstFormat)) {
1051 if (srcFormat != dstFormat) {
1055 << "Source format is " << string_VkFormat(srcFormat) << " Destination format is " << string_VkFormat(dstFormat);
1096 if (vk_format_is_depth_and_stencil(srcFormat)) {
1106 } else if (vk_format_is_stencil_only(srcFormat)) {
1115 } else if (vk_format_is_depth_only(srcFormat)) {
1129 if (vk_format_is_depth_or_stencil(srcFormat) || vk_format_is_int(srcFormat)) {