X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=external%2Fvulkancts%2Fframework%2Fvulkan%2FvkStrUtil.inl;h=d7e1a91a6f32bf957f9542461769faec2b5c91e6;hb=4d2df40205f9f0988f6cf9cef40043b04404b87f;hp=1b51136c813709ae9329b56bf35b2f3f04e3d9ed;hpb=bda14e462faaf385ce23bbb6b50806befba5ab6e;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/external/vulkancts/framework/vulkan/vkStrUtil.inl b/external/vulkancts/framework/vulkan/vkStrUtil.inl index 1b51136..d7e1a91 100644 --- a/external/vulkancts/framework/vulkan/vkStrUtil.inl +++ b/external/vulkancts/framework/vulkan/vkStrUtil.inl @@ -40,6 +40,8 @@ const char* getObjectTypeName (VkObjectType value); const char* getColorSpaceKHRName (VkColorSpaceKHR value); const char* getPresentModeKHRName (VkPresentModeKHR value); const char* getDescriptorUpdateTemplateTypeKHRName (VkDescriptorUpdateTemplateTypeKHR value); +const char* getPointClippingBehaviorKHRName (VkPointClippingBehaviorKHR value); +const char* getTessellationDomainOriginKHRName (VkTessellationDomainOriginKHR value); const char* getDebugReportObjectTypeEXTName (VkDebugReportObjectTypeEXT value); const char* getDebugReportErrorEXTName (VkDebugReportErrorEXT value); @@ -82,6 +84,8 @@ inline tcu::Format::Enum getObjectTypeStr (VkObjectType inline tcu::Format::Enum getColorSpaceKHRStr (VkColorSpaceKHR value) { return tcu::Format::Enum(getColorSpaceKHRName, value); } inline tcu::Format::Enum getPresentModeKHRStr (VkPresentModeKHR value) { return tcu::Format::Enum(getPresentModeKHRName, value); } inline tcu::Format::Enum getDescriptorUpdateTemplateTypeKHRStr (VkDescriptorUpdateTemplateTypeKHR value) { return tcu::Format::Enum(getDescriptorUpdateTemplateTypeKHRName, value); } +inline tcu::Format::Enum getPointClippingBehaviorKHRStr (VkPointClippingBehaviorKHR value) { return tcu::Format::Enum(getPointClippingBehaviorKHRName, value); } +inline tcu::Format::Enum getTessellationDomainOriginKHRStr (VkTessellationDomainOriginKHR value) { return tcu::Format::Enum(getTessellationDomainOriginKHRName, value); } inline tcu::Format::Enum getDebugReportObjectTypeEXTStr (VkDebugReportObjectTypeEXT value) { return tcu::Format::Enum(getDebugReportObjectTypeEXTName, value); } inline tcu::Format::Enum getDebugReportErrorEXTStr (VkDebugReportErrorEXT value) { return tcu::Format::Enum(getDebugReportErrorEXTName, value); } @@ -124,6 +128,8 @@ inline std::ostream& operator<< (std::ostream& s, VkObjectType value) { ret inline std::ostream& operator<< (std::ostream& s, VkColorSpaceKHR value) { return s << getColorSpaceKHRStr(value); } inline std::ostream& operator<< (std::ostream& s, VkPresentModeKHR value) { return s << getPresentModeKHRStr(value); } inline std::ostream& operator<< (std::ostream& s, VkDescriptorUpdateTemplateTypeKHR value) { return s << getDescriptorUpdateTemplateTypeKHRStr(value); } +inline std::ostream& operator<< (std::ostream& s, VkPointClippingBehaviorKHR value) { return s << getPointClippingBehaviorKHRStr(value); } +inline std::ostream& operator<< (std::ostream& s, VkTessellationDomainOriginKHR value) { return s << getTessellationDomainOriginKHRStr(value); } inline std::ostream& operator<< (std::ostream& s, VkDebugReportObjectTypeEXT value) { return s << getDebugReportObjectTypeEXTStr(value); } inline std::ostream& operator<< (std::ostream& s, VkDebugReportErrorEXT value) { return s << getDebugReportErrorEXTStr(value); } @@ -163,6 +169,9 @@ tcu::Format::Bitfield<32> getSurfaceTransformFlagsKHRStr (VkSurfaceTransform tcu::Format::Bitfield<32> getCompositeAlphaFlagsKHRStr (VkCompositeAlphaFlagsKHR value); tcu::Format::Bitfield<32> getSwapchainCreateFlagsKHRStr (VkSwapchainCreateFlagsKHR value); tcu::Format::Bitfield<32> getDisplayPlaneAlphaFlagsKHRStr (VkDisplayPlaneAlphaFlagsKHR value); +tcu::Format::Bitfield<32> getExternalFenceHandleTypeFlagsKHRStr (VkExternalFenceHandleTypeFlagsKHR value); +tcu::Format::Bitfield<32> getExternalFenceFeatureFlagsKHRStr (VkExternalFenceFeatureFlagsKHR value); +tcu::Format::Bitfield<32> getFenceImportFlagsKHRStr (VkFenceImportFlagsKHR value); tcu::Format::Bitfield<32> getDebugReportFlagsEXTStr (VkDebugReportFlagsEXT value); tcu::Format::Bitfield<32> getExternalMemoryHandleTypeFlagsKHRStr (VkExternalMemoryHandleTypeFlagsKHR value); tcu::Format::Bitfield<32> getExternalMemoryFeatureFlagsKHRStr (VkExternalMemoryFeatureFlagsKHR value); @@ -348,9 +357,22 @@ std::ostream& operator<< (std::ostream& s, const VkPresentRegionsKHR& value); std::ostream& operator<< (std::ostream& s, const VkDescriptorUpdateTemplateEntryKHR& value); std::ostream& operator<< (std::ostream& s, const VkDescriptorUpdateTemplateCreateInfoKHR& value); std::ostream& operator<< (std::ostream& s, const VkSharedPresentSurfaceCapabilitiesKHR& value); +std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePointClippingPropertiesKHR& value); +std::ostream& operator<< (std::ostream& s, const VkInputAttachmentAspectReferenceKHR& value); +std::ostream& operator<< (std::ostream& s, const VkRenderPassInputAttachmentAspectCreateInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkImageViewUsageCreateInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkPipelineTessellationDomainOriginStateCreateInfoKHR& value); std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSurfaceInfo2KHR& value); std::ostream& operator<< (std::ostream& s, const VkSurfaceCapabilities2KHR& value); std::ostream& operator<< (std::ostream& s, const VkSurfaceFormat2KHR& value); +std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceExternalFenceInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkExternalFencePropertiesKHR& value); +std::ostream& operator<< (std::ostream& s, const VkExportFenceCreateInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkImportFenceWin32HandleInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkExportFenceWin32HandleInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkFenceGetWin32HandleInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkImportFenceFdInfoKHR& value); +std::ostream& operator<< (std::ostream& s, const VkFenceGetFdInfoKHR& value); std::ostream& operator<< (std::ostream& s, const VkMemoryDedicatedRequirementsKHR& value); std::ostream& operator<< (std::ostream& s, const VkMemoryDedicatedAllocateInfoKHR& value); std::ostream& operator<< (std::ostream& s, const VkBufferMemoryRequirementsInfo2KHR& value); @@ -392,3 +414,4 @@ std::ostream& operator<< (std::ostream& s, const VkRefreshCycleDurationGOOGLE& v std::ostream& operator<< (std::ostream& s, const VkPastPresentationTimingGOOGLE& value); std::ostream& operator<< (std::ostream& s, const VkPresentTimeGOOGLE& value); std::ostream& operator<< (std::ostream& s, const VkPresentTimesInfoGOOGLE& value); +std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceVariablePointerFeaturesKHR& value);