dEQP-VK.renderpass: Set IMAGE_USAGE_TRANSFER_SRC_BIT when needed
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / framework / vulkan / vkStrUtil.inl
1 /* WARNING: This is auto-generated file. Do not modify, since changes will
2  * be lost! Modify the generating script instead.
3  */
4 const char*     getResultName                                   (VkResult value);
5 const char*     getStructureTypeName                    (VkStructureType value);
6 const char*     getSystemAllocationScopeName    (VkSystemAllocationScope value);
7 const char*     getInternalAllocationTypeName   (VkInternalAllocationType value);
8 const char*     getFormatName                                   (VkFormat value);
9 const char*     getImageTypeName                                (VkImageType value);
10 const char*     getImageTilingName                              (VkImageTiling value);
11 const char*     getPhysicalDeviceTypeName               (VkPhysicalDeviceType value);
12 const char*     getQueryTypeName                                (VkQueryType value);
13 const char*     getSharingModeName                              (VkSharingMode value);
14 const char*     getImageLayoutName                              (VkImageLayout value);
15 const char*     getImageViewTypeName                    (VkImageViewType value);
16 const char*     getComponentSwizzleName                 (VkComponentSwizzle value);
17 const char*     getVertexInputRateName                  (VkVertexInputRate value);
18 const char*     getPrimitiveTopologyName                (VkPrimitiveTopology value);
19 const char*     getPolygonModeName                              (VkPolygonMode value);
20 const char*     getFrontFaceName                                (VkFrontFace value);
21 const char*     getCompareOpName                                (VkCompareOp value);
22 const char*     getStencilOpName                                (VkStencilOp value);
23 const char*     getLogicOpName                                  (VkLogicOp value);
24 const char*     getBlendFactorName                              (VkBlendFactor value);
25 const char*     getBlendOpName                                  (VkBlendOp value);
26 const char*     getDynamicStateName                             (VkDynamicState value);
27 const char*     getFilterName                                   (VkFilter value);
28 const char*     getSamplerMipmapModeName                (VkSamplerMipmapMode value);
29 const char*     getSamplerAddressModeName               (VkSamplerAddressMode value);
30 const char*     getBorderColorName                              (VkBorderColor value);
31 const char*     getDescriptorTypeName                   (VkDescriptorType value);
32 const char*     getAttachmentLoadOpName                 (VkAttachmentLoadOp value);
33 const char*     getAttachmentStoreOpName                (VkAttachmentStoreOp value);
34 const char*     getPipelineBindPointName                (VkPipelineBindPoint value);
35 const char*     getCommandBufferLevelName               (VkCommandBufferLevel value);
36 const char*     getIndexTypeName                                (VkIndexType value);
37 const char*     getSubpassContentsName                  (VkSubpassContents value);
38 const char*     getColorSpaceKHRName                    (VkColorSpaceKHR value);
39 const char*     getPresentModeKHRName                   (VkPresentModeKHR value);
40
41 inline tcu::Format::Enum<VkResult>                                      getResultStr                                    (VkResult value)                                        { return tcu::Format::Enum<VkResult>(getResultName, value);                                                                     }
42 inline tcu::Format::Enum<VkStructureType>                       getStructureTypeStr                             (VkStructureType value)                         { return tcu::Format::Enum<VkStructureType>(getStructureTypeName, value);                                       }
43 inline tcu::Format::Enum<VkSystemAllocationScope>       getSystemAllocationScopeStr             (VkSystemAllocationScope value)         { return tcu::Format::Enum<VkSystemAllocationScope>(getSystemAllocationScopeName, value);       }
44 inline tcu::Format::Enum<VkInternalAllocationType>      getInternalAllocationTypeStr    (VkInternalAllocationType value)        { return tcu::Format::Enum<VkInternalAllocationType>(getInternalAllocationTypeName, value);     }
45 inline tcu::Format::Enum<VkFormat>                                      getFormatStr                                    (VkFormat value)                                        { return tcu::Format::Enum<VkFormat>(getFormatName, value);                                                                     }
46 inline tcu::Format::Enum<VkImageType>                           getImageTypeStr                                 (VkImageType value)                                     { return tcu::Format::Enum<VkImageType>(getImageTypeName, value);                                                       }
47 inline tcu::Format::Enum<VkImageTiling>                         getImageTilingStr                               (VkImageTiling value)                           { return tcu::Format::Enum<VkImageTiling>(getImageTilingName, value);                                           }
48 inline tcu::Format::Enum<VkPhysicalDeviceType>          getPhysicalDeviceTypeStr                (VkPhysicalDeviceType value)            { return tcu::Format::Enum<VkPhysicalDeviceType>(getPhysicalDeviceTypeName, value);                     }
49 inline tcu::Format::Enum<VkQueryType>                           getQueryTypeStr                                 (VkQueryType value)                                     { return tcu::Format::Enum<VkQueryType>(getQueryTypeName, value);                                                       }
50 inline tcu::Format::Enum<VkSharingMode>                         getSharingModeStr                               (VkSharingMode value)                           { return tcu::Format::Enum<VkSharingMode>(getSharingModeName, value);                                           }
51 inline tcu::Format::Enum<VkImageLayout>                         getImageLayoutStr                               (VkImageLayout value)                           { return tcu::Format::Enum<VkImageLayout>(getImageLayoutName, value);                                           }
52 inline tcu::Format::Enum<VkImageViewType>                       getImageViewTypeStr                             (VkImageViewType value)                         { return tcu::Format::Enum<VkImageViewType>(getImageViewTypeName, value);                                       }
53 inline tcu::Format::Enum<VkComponentSwizzle>            getComponentSwizzleStr                  (VkComponentSwizzle value)                      { return tcu::Format::Enum<VkComponentSwizzle>(getComponentSwizzleName, value);                         }
54 inline tcu::Format::Enum<VkVertexInputRate>                     getVertexInputRateStr                   (VkVertexInputRate value)                       { return tcu::Format::Enum<VkVertexInputRate>(getVertexInputRateName, value);                           }
55 inline tcu::Format::Enum<VkPrimitiveTopology>           getPrimitiveTopologyStr                 (VkPrimitiveTopology value)                     { return tcu::Format::Enum<VkPrimitiveTopology>(getPrimitiveTopologyName, value);                       }
56 inline tcu::Format::Enum<VkPolygonMode>                         getPolygonModeStr                               (VkPolygonMode value)                           { return tcu::Format::Enum<VkPolygonMode>(getPolygonModeName, value);                                           }
57 inline tcu::Format::Enum<VkFrontFace>                           getFrontFaceStr                                 (VkFrontFace value)                                     { return tcu::Format::Enum<VkFrontFace>(getFrontFaceName, value);                                                       }
58 inline tcu::Format::Enum<VkCompareOp>                           getCompareOpStr                                 (VkCompareOp value)                                     { return tcu::Format::Enum<VkCompareOp>(getCompareOpName, value);                                                       }
59 inline tcu::Format::Enum<VkStencilOp>                           getStencilOpStr                                 (VkStencilOp value)                                     { return tcu::Format::Enum<VkStencilOp>(getStencilOpName, value);                                                       }
60 inline tcu::Format::Enum<VkLogicOp>                                     getLogicOpStr                                   (VkLogicOp value)                                       { return tcu::Format::Enum<VkLogicOp>(getLogicOpName, value);                                                           }
61 inline tcu::Format::Enum<VkBlendFactor>                         getBlendFactorStr                               (VkBlendFactor value)                           { return tcu::Format::Enum<VkBlendFactor>(getBlendFactorName, value);                                           }
62 inline tcu::Format::Enum<VkBlendOp>                                     getBlendOpStr                                   (VkBlendOp value)                                       { return tcu::Format::Enum<VkBlendOp>(getBlendOpName, value);                                                           }
63 inline tcu::Format::Enum<VkDynamicState>                        getDynamicStateStr                              (VkDynamicState value)                          { return tcu::Format::Enum<VkDynamicState>(getDynamicStateName, value);                                         }
64 inline tcu::Format::Enum<VkFilter>                                      getFilterStr                                    (VkFilter value)                                        { return tcu::Format::Enum<VkFilter>(getFilterName, value);                                                                     }
65 inline tcu::Format::Enum<VkSamplerMipmapMode>           getSamplerMipmapModeStr                 (VkSamplerMipmapMode value)                     { return tcu::Format::Enum<VkSamplerMipmapMode>(getSamplerMipmapModeName, value);                       }
66 inline tcu::Format::Enum<VkSamplerAddressMode>          getSamplerAddressModeStr                (VkSamplerAddressMode value)            { return tcu::Format::Enum<VkSamplerAddressMode>(getSamplerAddressModeName, value);                     }
67 inline tcu::Format::Enum<VkBorderColor>                         getBorderColorStr                               (VkBorderColor value)                           { return tcu::Format::Enum<VkBorderColor>(getBorderColorName, value);                                           }
68 inline tcu::Format::Enum<VkDescriptorType>                      getDescriptorTypeStr                    (VkDescriptorType value)                        { return tcu::Format::Enum<VkDescriptorType>(getDescriptorTypeName, value);                                     }
69 inline tcu::Format::Enum<VkAttachmentLoadOp>            getAttachmentLoadOpStr                  (VkAttachmentLoadOp value)                      { return tcu::Format::Enum<VkAttachmentLoadOp>(getAttachmentLoadOpName, value);                         }
70 inline tcu::Format::Enum<VkAttachmentStoreOp>           getAttachmentStoreOpStr                 (VkAttachmentStoreOp value)                     { return tcu::Format::Enum<VkAttachmentStoreOp>(getAttachmentStoreOpName, value);                       }
71 inline tcu::Format::Enum<VkPipelineBindPoint>           getPipelineBindPointStr                 (VkPipelineBindPoint value)                     { return tcu::Format::Enum<VkPipelineBindPoint>(getPipelineBindPointName, value);                       }
72 inline tcu::Format::Enum<VkCommandBufferLevel>          getCommandBufferLevelStr                (VkCommandBufferLevel value)            { return tcu::Format::Enum<VkCommandBufferLevel>(getCommandBufferLevelName, value);                     }
73 inline tcu::Format::Enum<VkIndexType>                           getIndexTypeStr                                 (VkIndexType value)                                     { return tcu::Format::Enum<VkIndexType>(getIndexTypeName, value);                                                       }
74 inline tcu::Format::Enum<VkSubpassContents>                     getSubpassContentsStr                   (VkSubpassContents value)                       { return tcu::Format::Enum<VkSubpassContents>(getSubpassContentsName, value);                           }
75 inline tcu::Format::Enum<VkColorSpaceKHR>                       getColorSpaceKHRStr                             (VkColorSpaceKHR value)                         { return tcu::Format::Enum<VkColorSpaceKHR>(getColorSpaceKHRName, value);                                       }
76 inline tcu::Format::Enum<VkPresentModeKHR>                      getPresentModeKHRStr                    (VkPresentModeKHR value)                        { return tcu::Format::Enum<VkPresentModeKHR>(getPresentModeKHRName, value);                                     }
77
78 inline std::ostream&    operator<<      (std::ostream& s, VkResult value)                                       { return s << getResultStr(value);                                      }
79 inline std::ostream&    operator<<      (std::ostream& s, VkStructureType value)                        { return s << getStructureTypeStr(value);                       }
80 inline std::ostream&    operator<<      (std::ostream& s, VkSystemAllocationScope value)        { return s << getSystemAllocationScopeStr(value);       }
81 inline std::ostream&    operator<<      (std::ostream& s, VkInternalAllocationType value)       { return s << getInternalAllocationTypeStr(value);      }
82 inline std::ostream&    operator<<      (std::ostream& s, VkFormat value)                                       { return s << getFormatStr(value);                                      }
83 inline std::ostream&    operator<<      (std::ostream& s, VkImageType value)                            { return s << getImageTypeStr(value);                           }
84 inline std::ostream&    operator<<      (std::ostream& s, VkImageTiling value)                          { return s << getImageTilingStr(value);                         }
85 inline std::ostream&    operator<<      (std::ostream& s, VkPhysicalDeviceType value)           { return s << getPhysicalDeviceTypeStr(value);          }
86 inline std::ostream&    operator<<      (std::ostream& s, VkQueryType value)                            { return s << getQueryTypeStr(value);                           }
87 inline std::ostream&    operator<<      (std::ostream& s, VkSharingMode value)                          { return s << getSharingModeStr(value);                         }
88 inline std::ostream&    operator<<      (std::ostream& s, VkImageLayout value)                          { return s << getImageLayoutStr(value);                         }
89 inline std::ostream&    operator<<      (std::ostream& s, VkImageViewType value)                        { return s << getImageViewTypeStr(value);                       }
90 inline std::ostream&    operator<<      (std::ostream& s, VkComponentSwizzle value)                     { return s << getComponentSwizzleStr(value);            }
91 inline std::ostream&    operator<<      (std::ostream& s, VkVertexInputRate value)                      { return s << getVertexInputRateStr(value);                     }
92 inline std::ostream&    operator<<      (std::ostream& s, VkPrimitiveTopology value)            { return s << getPrimitiveTopologyStr(value);           }
93 inline std::ostream&    operator<<      (std::ostream& s, VkPolygonMode value)                          { return s << getPolygonModeStr(value);                         }
94 inline std::ostream&    operator<<      (std::ostream& s, VkFrontFace value)                            { return s << getFrontFaceStr(value);                           }
95 inline std::ostream&    operator<<      (std::ostream& s, VkCompareOp value)                            { return s << getCompareOpStr(value);                           }
96 inline std::ostream&    operator<<      (std::ostream& s, VkStencilOp value)                            { return s << getStencilOpStr(value);                           }
97 inline std::ostream&    operator<<      (std::ostream& s, VkLogicOp value)                                      { return s << getLogicOpStr(value);                                     }
98 inline std::ostream&    operator<<      (std::ostream& s, VkBlendFactor value)                          { return s << getBlendFactorStr(value);                         }
99 inline std::ostream&    operator<<      (std::ostream& s, VkBlendOp value)                                      { return s << getBlendOpStr(value);                                     }
100 inline std::ostream&    operator<<      (std::ostream& s, VkDynamicState value)                         { return s << getDynamicStateStr(value);                        }
101 inline std::ostream&    operator<<      (std::ostream& s, VkFilter value)                                       { return s << getFilterStr(value);                                      }
102 inline std::ostream&    operator<<      (std::ostream& s, VkSamplerMipmapMode value)            { return s << getSamplerMipmapModeStr(value);           }
103 inline std::ostream&    operator<<      (std::ostream& s, VkSamplerAddressMode value)           { return s << getSamplerAddressModeStr(value);          }
104 inline std::ostream&    operator<<      (std::ostream& s, VkBorderColor value)                          { return s << getBorderColorStr(value);                         }
105 inline std::ostream&    operator<<      (std::ostream& s, VkDescriptorType value)                       { return s << getDescriptorTypeStr(value);                      }
106 inline std::ostream&    operator<<      (std::ostream& s, VkAttachmentLoadOp value)                     { return s << getAttachmentLoadOpStr(value);            }
107 inline std::ostream&    operator<<      (std::ostream& s, VkAttachmentStoreOp value)            { return s << getAttachmentStoreOpStr(value);           }
108 inline std::ostream&    operator<<      (std::ostream& s, VkPipelineBindPoint value)            { return s << getPipelineBindPointStr(value);           }
109 inline std::ostream&    operator<<      (std::ostream& s, VkCommandBufferLevel value)           { return s << getCommandBufferLevelStr(value);          }
110 inline std::ostream&    operator<<      (std::ostream& s, VkIndexType value)                            { return s << getIndexTypeStr(value);                           }
111 inline std::ostream&    operator<<      (std::ostream& s, VkSubpassContents value)                      { return s << getSubpassContentsStr(value);                     }
112 inline std::ostream&    operator<<      (std::ostream& s, VkColorSpaceKHR value)                        { return s << getColorSpaceKHRStr(value);                       }
113 inline std::ostream&    operator<<      (std::ostream& s, VkPresentModeKHR value)                       { return s << getPresentModeKHRStr(value);                      }
114
115 tcu::Format::Bitfield<32>       getFormatFeatureFlagsStr                                        (VkFormatFeatureFlags value);
116 tcu::Format::Bitfield<32>       getImageUsageFlagsStr                                           (VkImageUsageFlags value);
117 tcu::Format::Bitfield<32>       getImageCreateFlagsStr                                          (VkImageCreateFlags value);
118 tcu::Format::Bitfield<32>       getSampleCountFlagsStr                                          (VkSampleCountFlags value);
119 tcu::Format::Bitfield<32>       getQueueFlagsStr                                                        (VkQueueFlags value);
120 tcu::Format::Bitfield<32>       getMemoryPropertyFlagsStr                                       (VkMemoryPropertyFlags value);
121 tcu::Format::Bitfield<32>       getMemoryHeapFlagsStr                                           (VkMemoryHeapFlags value);
122 tcu::Format::Bitfield<32>       getImageAspectFlagsStr                                          (VkImageAspectFlags value);
123 tcu::Format::Bitfield<32>       getSparseImageFormatFlagsStr                            (VkSparseImageFormatFlags value);
124 tcu::Format::Bitfield<32>       getSparseMemoryBindFlagsStr                                     (VkSparseMemoryBindFlags value);
125 tcu::Format::Bitfield<32>       getFenceCreateFlagsStr                                          (VkFenceCreateFlags value);
126 tcu::Format::Bitfield<32>       getQueryPipelineStatisticFlagsStr                       (VkQueryPipelineStatisticFlags value);
127 tcu::Format::Bitfield<32>       getQueryResultFlagsStr                                          (VkQueryResultFlags value);
128 tcu::Format::Bitfield<32>       getBufferCreateFlagsStr                                         (VkBufferCreateFlags value);
129 tcu::Format::Bitfield<32>       getBufferUsageFlagsStr                                          (VkBufferUsageFlags value);
130 tcu::Format::Bitfield<32>       getPipelineCreateFlagsStr                                       (VkPipelineCreateFlags value);
131 tcu::Format::Bitfield<32>       getShaderStageFlagsStr                                          (VkShaderStageFlags value);
132 tcu::Format::Bitfield<32>       getCullModeFlagsStr                                                     (VkCullModeFlags value);
133 tcu::Format::Bitfield<32>       getColorComponentFlagsStr                                       (VkColorComponentFlags value);
134 tcu::Format::Bitfield<32>       getDescriptorPoolCreateFlagsStr                         (VkDescriptorPoolCreateFlags value);
135 tcu::Format::Bitfield<32>       getAttachmentDescriptionFlagsStr                        (VkAttachmentDescriptionFlags value);
136 tcu::Format::Bitfield<32>       getPipelineStageFlagsStr                                        (VkPipelineStageFlags value);
137 tcu::Format::Bitfield<32>       getAccessFlagsStr                                                       (VkAccessFlags value);
138 tcu::Format::Bitfield<32>       getDependencyFlagsStr                                           (VkDependencyFlags value);
139 tcu::Format::Bitfield<32>       getCommandPoolCreateFlagsStr                            (VkCommandPoolCreateFlags value);
140 tcu::Format::Bitfield<32>       getCommandPoolResetFlagsStr                                     (VkCommandPoolResetFlags value);
141 tcu::Format::Bitfield<32>       getCommandBufferUsageFlagsStr                           (VkCommandBufferUsageFlags value);
142 tcu::Format::Bitfield<32>       getQueryControlFlagsStr                                         (VkQueryControlFlags value);
143 tcu::Format::Bitfield<32>       getCommandBufferResetFlagsStr                           (VkCommandBufferResetFlags value);
144 tcu::Format::Bitfield<32>       getStencilFaceFlagsStr                                          (VkStencilFaceFlags value);
145 tcu::Format::Bitfield<32>       getSurfaceTransformFlagsKHRStr                          (VkSurfaceTransformFlagsKHR value);
146 tcu::Format::Bitfield<32>       getCompositeAlphaFlagsKHRStr                            (VkCompositeAlphaFlagsKHR value);
147 tcu::Format::Bitfield<32>       getDisplayPlaneAlphaFlagsKHRStr                         (VkDisplayPlaneAlphaFlagsKHR value);
148 tcu::Format::Bitfield<32>       getInstanceCreateFlagsStr                                       (VkInstanceCreateFlags value);
149 tcu::Format::Bitfield<32>       getDeviceCreateFlagsStr                                         (VkDeviceCreateFlags value);
150 tcu::Format::Bitfield<32>       getDeviceQueueCreateFlagsStr                            (VkDeviceQueueCreateFlags value);
151 tcu::Format::Bitfield<32>       getMemoryMapFlagsStr                                            (VkMemoryMapFlags value);
152 tcu::Format::Bitfield<32>       getSemaphoreCreateFlagsStr                                      (VkSemaphoreCreateFlags value);
153 tcu::Format::Bitfield<32>       getEventCreateFlagsStr                                          (VkEventCreateFlags value);
154 tcu::Format::Bitfield<32>       getQueryPoolCreateFlagsStr                                      (VkQueryPoolCreateFlags value);
155 tcu::Format::Bitfield<32>       getBufferViewCreateFlagsStr                                     (VkBufferViewCreateFlags value);
156 tcu::Format::Bitfield<32>       getImageViewCreateFlagsStr                                      (VkImageViewCreateFlags value);
157 tcu::Format::Bitfield<32>       getShaderModuleCreateFlagsStr                           (VkShaderModuleCreateFlags value);
158 tcu::Format::Bitfield<32>       getPipelineCacheCreateFlagsStr                          (VkPipelineCacheCreateFlags value);
159 tcu::Format::Bitfield<32>       getPipelineShaderStageCreateFlagsStr            (VkPipelineShaderStageCreateFlags value);
160 tcu::Format::Bitfield<32>       getPipelineVertexInputStateCreateFlagsStr       (VkPipelineVertexInputStateCreateFlags value);
161 tcu::Format::Bitfield<32>       getPipelineInputAssemblyStateCreateFlagsStr     (VkPipelineInputAssemblyStateCreateFlags value);
162 tcu::Format::Bitfield<32>       getPipelineTesselationStateCreateFlagsStr       (VkPipelineTesselationStateCreateFlags value);
163 tcu::Format::Bitfield<32>       getPipelineViewportStateCreateFlagsStr          (VkPipelineViewportStateCreateFlags value);
164 tcu::Format::Bitfield<32>       getPipelineRasterizationStateCreateFlagsStr     (VkPipelineRasterizationStateCreateFlags value);
165 tcu::Format::Bitfield<32>       getPipelineMultisampleStateCreateFlagsStr       (VkPipelineMultisampleStateCreateFlags value);
166 tcu::Format::Bitfield<32>       getPipelineDepthStencilStateCreateFlagsStr      (VkPipelineDepthStencilStateCreateFlags value);
167 tcu::Format::Bitfield<32>       getPipelineColorBlendStateCreateFlagsStr        (VkPipelineColorBlendStateCreateFlags value);
168 tcu::Format::Bitfield<32>       getPipelineDynamicStateCreateFlagsStr           (VkPipelineDynamicStateCreateFlags value);
169 tcu::Format::Bitfield<32>       getPipelineLayoutCreateFlagsStr                         (VkPipelineLayoutCreateFlags value);
170 tcu::Format::Bitfield<32>       getSamplerCreateFlagsStr                                        (VkSamplerCreateFlags value);
171 tcu::Format::Bitfield<32>       getDescriptorSetLayoutCreateFlagsStr            (VkDescriptorSetLayoutCreateFlags value);
172 tcu::Format::Bitfield<32>       getDescriptorPoolResetFlagsStr                          (VkDescriptorPoolResetFlags value);
173 tcu::Format::Bitfield<32>       getFramebufferCreateFlagsStr                            (VkFramebufferCreateFlags value);
174 tcu::Format::Bitfield<32>       getRenderPassCreateFlagsStr                                     (VkRenderPassCreateFlags value);
175 tcu::Format::Bitfield<32>       getSubpassDescriptionFlagsStr                           (VkSubpassDescriptionFlags value);
176 tcu::Format::Bitfield<32>       getSwapchainCreateFlagsKHRStr                           (VkSwapchainCreateFlagsKHR value);
177 tcu::Format::Bitfield<32>       getDisplayModeCreateFlagsKHRStr                         (VkDisplayModeCreateFlagsKHR value);
178 tcu::Format::Bitfield<32>       getDisplaySurfaceCreateFlagsKHRStr                      (VkDisplaySurfaceCreateFlagsKHR value);
179
180 std::ostream&   operator<<      (std::ostream& s, const VkApplicationInfo& value);
181 std::ostream&   operator<<      (std::ostream& s, const VkInstanceCreateInfo& value);
182 std::ostream&   operator<<      (std::ostream& s, const VkAllocationCallbacks& value);
183 std::ostream&   operator<<      (std::ostream& s, const VkPhysicalDeviceFeatures& value);
184 std::ostream&   operator<<      (std::ostream& s, const VkFormatProperties& value);
185 std::ostream&   operator<<      (std::ostream& s, const VkExtent3D& value);
186 std::ostream&   operator<<      (std::ostream& s, const VkImageFormatProperties& value);
187 std::ostream&   operator<<      (std::ostream& s, const VkPhysicalDeviceLimits& value);
188 std::ostream&   operator<<      (std::ostream& s, const VkPhysicalDeviceSparseProperties& value);
189 std::ostream&   operator<<      (std::ostream& s, const VkPhysicalDeviceProperties& value);
190 std::ostream&   operator<<      (std::ostream& s, const VkQueueFamilyProperties& value);
191 std::ostream&   operator<<      (std::ostream& s, const VkMemoryType& value);
192 std::ostream&   operator<<      (std::ostream& s, const VkMemoryHeap& value);
193 std::ostream&   operator<<      (std::ostream& s, const VkPhysicalDeviceMemoryProperties& value);
194 std::ostream&   operator<<      (std::ostream& s, const VkDeviceQueueCreateInfo& value);
195 std::ostream&   operator<<      (std::ostream& s, const VkDeviceCreateInfo& value);
196 std::ostream&   operator<<      (std::ostream& s, const VkExtensionProperties& value);
197 std::ostream&   operator<<      (std::ostream& s, const VkLayerProperties& value);
198 std::ostream&   operator<<      (std::ostream& s, const VkSubmitInfo& value);
199 std::ostream&   operator<<      (std::ostream& s, const VkMemoryAllocateInfo& value);
200 std::ostream&   operator<<      (std::ostream& s, const VkMappedMemoryRange& value);
201 std::ostream&   operator<<      (std::ostream& s, const VkMemoryRequirements& value);
202 std::ostream&   operator<<      (std::ostream& s, const VkSparseImageFormatProperties& value);
203 std::ostream&   operator<<      (std::ostream& s, const VkSparseImageMemoryRequirements& value);
204 std::ostream&   operator<<      (std::ostream& s, const VkSparseMemoryBind& value);
205 std::ostream&   operator<<      (std::ostream& s, const VkSparseBufferMemoryBindInfo& value);
206 std::ostream&   operator<<      (std::ostream& s, const VkSparseImageOpaqueMemoryBindInfo& value);
207 std::ostream&   operator<<      (std::ostream& s, const VkImageSubresource& value);
208 std::ostream&   operator<<      (std::ostream& s, const VkOffset3D& value);
209 std::ostream&   operator<<      (std::ostream& s, const VkSparseImageMemoryBind& value);
210 std::ostream&   operator<<      (std::ostream& s, const VkSparseImageMemoryBindInfo& value);
211 std::ostream&   operator<<      (std::ostream& s, const VkBindSparseInfo& value);
212 std::ostream&   operator<<      (std::ostream& s, const VkFenceCreateInfo& value);
213 std::ostream&   operator<<      (std::ostream& s, const VkSemaphoreCreateInfo& value);
214 std::ostream&   operator<<      (std::ostream& s, const VkEventCreateInfo& value);
215 std::ostream&   operator<<      (std::ostream& s, const VkQueryPoolCreateInfo& value);
216 std::ostream&   operator<<      (std::ostream& s, const VkBufferCreateInfo& value);
217 std::ostream&   operator<<      (std::ostream& s, const VkBufferViewCreateInfo& value);
218 std::ostream&   operator<<      (std::ostream& s, const VkImageCreateInfo& value);
219 std::ostream&   operator<<      (std::ostream& s, const VkSubresourceLayout& value);
220 std::ostream&   operator<<      (std::ostream& s, const VkComponentMapping& value);
221 std::ostream&   operator<<      (std::ostream& s, const VkImageSubresourceRange& value);
222 std::ostream&   operator<<      (std::ostream& s, const VkImageViewCreateInfo& value);
223 std::ostream&   operator<<      (std::ostream& s, const VkShaderModuleCreateInfo& value);
224 std::ostream&   operator<<      (std::ostream& s, const VkPipelineCacheCreateInfo& value);
225 std::ostream&   operator<<      (std::ostream& s, const VkSpecializationMapEntry& value);
226 std::ostream&   operator<<      (std::ostream& s, const VkSpecializationInfo& value);
227 std::ostream&   operator<<      (std::ostream& s, const VkPipelineShaderStageCreateInfo& value);
228 std::ostream&   operator<<      (std::ostream& s, const VkVertexInputBindingDescription& value);
229 std::ostream&   operator<<      (std::ostream& s, const VkVertexInputAttributeDescription& value);
230 std::ostream&   operator<<      (std::ostream& s, const VkPipelineVertexInputStateCreateInfo& value);
231 std::ostream&   operator<<      (std::ostream& s, const VkPipelineInputAssemblyStateCreateInfo& value);
232 std::ostream&   operator<<      (std::ostream& s, const VkPipelineTessellationStateCreateInfo& value);
233 std::ostream&   operator<<      (std::ostream& s, const VkViewport& value);
234 std::ostream&   operator<<      (std::ostream& s, const VkOffset2D& value);
235 std::ostream&   operator<<      (std::ostream& s, const VkExtent2D& value);
236 std::ostream&   operator<<      (std::ostream& s, const VkRect2D& value);
237 std::ostream&   operator<<      (std::ostream& s, const VkPipelineViewportStateCreateInfo& value);
238 std::ostream&   operator<<      (std::ostream& s, const VkPipelineRasterizationStateCreateInfo& value);
239 std::ostream&   operator<<      (std::ostream& s, const VkPipelineMultisampleStateCreateInfo& value);
240 std::ostream&   operator<<      (std::ostream& s, const VkStencilOpState& value);
241 std::ostream&   operator<<      (std::ostream& s, const VkPipelineDepthStencilStateCreateInfo& value);
242 std::ostream&   operator<<      (std::ostream& s, const VkPipelineColorBlendAttachmentState& value);
243 std::ostream&   operator<<      (std::ostream& s, const VkPipelineColorBlendStateCreateInfo& value);
244 std::ostream&   operator<<      (std::ostream& s, const VkPipelineDynamicStateCreateInfo& value);
245 std::ostream&   operator<<      (std::ostream& s, const VkGraphicsPipelineCreateInfo& value);
246 std::ostream&   operator<<      (std::ostream& s, const VkComputePipelineCreateInfo& value);
247 std::ostream&   operator<<      (std::ostream& s, const VkPushConstantRange& value);
248 std::ostream&   operator<<      (std::ostream& s, const VkPipelineLayoutCreateInfo& value);
249 std::ostream&   operator<<      (std::ostream& s, const VkSamplerCreateInfo& value);
250 std::ostream&   operator<<      (std::ostream& s, const VkDescriptorSetLayoutBinding& value);
251 std::ostream&   operator<<      (std::ostream& s, const VkDescriptorSetLayoutCreateInfo& value);
252 std::ostream&   operator<<      (std::ostream& s, const VkDescriptorPoolSize& value);
253 std::ostream&   operator<<      (std::ostream& s, const VkDescriptorPoolCreateInfo& value);
254 std::ostream&   operator<<      (std::ostream& s, const VkDescriptorSetAllocateInfo& value);
255 std::ostream&   operator<<      (std::ostream& s, const VkDescriptorImageInfo& value);
256 std::ostream&   operator<<      (std::ostream& s, const VkDescriptorBufferInfo& value);
257 std::ostream&   operator<<      (std::ostream& s, const VkWriteDescriptorSet& value);
258 std::ostream&   operator<<      (std::ostream& s, const VkCopyDescriptorSet& value);
259 std::ostream&   operator<<      (std::ostream& s, const VkFramebufferCreateInfo& value);
260 std::ostream&   operator<<      (std::ostream& s, const VkAttachmentDescription& value);
261 std::ostream&   operator<<      (std::ostream& s, const VkAttachmentReference& value);
262 std::ostream&   operator<<      (std::ostream& s, const VkSubpassDescription& value);
263 std::ostream&   operator<<      (std::ostream& s, const VkSubpassDependency& value);
264 std::ostream&   operator<<      (std::ostream& s, const VkRenderPassCreateInfo& value);
265 std::ostream&   operator<<      (std::ostream& s, const VkCommandPoolCreateInfo& value);
266 std::ostream&   operator<<      (std::ostream& s, const VkCommandBufferAllocateInfo& value);
267 std::ostream&   operator<<      (std::ostream& s, const VkCommandBufferBeginInfo& value);
268 std::ostream&   operator<<      (std::ostream& s, const VkBufferCopy& value);
269 std::ostream&   operator<<      (std::ostream& s, const VkImageSubresourceLayers& value);
270 std::ostream&   operator<<      (std::ostream& s, const VkImageCopy& value);
271 std::ostream&   operator<<      (std::ostream& s, const VkImageBlit& value);
272 std::ostream&   operator<<      (std::ostream& s, const VkBufferImageCopy& value);
273 std::ostream&   operator<<      (std::ostream& s, const VkClearColorValue& value);
274 std::ostream&   operator<<      (std::ostream& s, const VkClearDepthStencilValue& value);
275 std::ostream&   operator<<      (std::ostream& s, const VkClearValue& value);
276 std::ostream&   operator<<      (std::ostream& s, const VkClearAttachment& value);
277 std::ostream&   operator<<      (std::ostream& s, const VkClearRect& value);
278 std::ostream&   operator<<      (std::ostream& s, const VkImageResolve& value);
279 std::ostream&   operator<<      (std::ostream& s, const VkRenderPassBeginInfo& value);
280 std::ostream&   operator<<      (std::ostream& s, const VkBufferMemoryBarrier& value);
281 std::ostream&   operator<<      (std::ostream& s, const VkDispatchIndirectCommand& value);
282 std::ostream&   operator<<      (std::ostream& s, const VkDrawIndexedIndirectCommand& value);
283 std::ostream&   operator<<      (std::ostream& s, const VkDrawIndirectCommand& value);
284 std::ostream&   operator<<      (std::ostream& s, const VkImageMemoryBarrier& value);
285 std::ostream&   operator<<      (std::ostream& s, const VkMemoryBarrier& value);
286 std::ostream&   operator<<      (std::ostream& s, const VkSurfaceCapabilitiesKHR& value);
287 std::ostream&   operator<<      (std::ostream& s, const VkSurfaceFormatKHR& value);
288 std::ostream&   operator<<      (std::ostream& s, const VkSwapchainCreateInfoKHR& value);
289 std::ostream&   operator<<      (std::ostream& s, const VkPresentInfoKHR& value);
290 std::ostream&   operator<<      (std::ostream& s, const VkDisplayPropertiesKHR& value);
291 std::ostream&   operator<<      (std::ostream& s, const VkDisplayModeParametersKHR& value);
292 std::ostream&   operator<<      (std::ostream& s, const VkDisplayModePropertiesKHR& value);
293 std::ostream&   operator<<      (std::ostream& s, const VkDisplayModeCreateInfoKHR& value);
294 std::ostream&   operator<<      (std::ostream& s, const VkDisplayPlaneCapabilitiesKHR& value);
295 std::ostream&   operator<<      (std::ostream& s, const VkDisplayPlanePropertiesKHR& value);
296 std::ostream&   operator<<      (std::ostream& s, const VkDisplaySurfaceCreateInfoKHR& value);
297 std::ostream&   operator<<      (std::ostream& s, const VkDisplayPresentInfoKHR& value);