Home
last modified time | relevance | path

Searched refs:PipelineDepthStencilStateCreateFlags (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2001 using PipelineDepthStencilStateCreateFlags = Flags<PipelineDepthStencilStateCreateFlagBits>; typedef
2007 static VULKAN_HPP_CONST_OR_CONSTEXPR PipelineDepthStencilStateCreateFlags allFlags = {};
Dvulkan_enums.hpp3174 using PipelineDepthStencilStateCreateFlags = Flags<PipelineDepthStencilStateCreateFlagBits>; typedef
3180 static VULKAN_HPP_CONST_OR_CONSTEXPR PipelineDepthStencilStateCreateFlags allFlags =
Dvulkansc_to_string.hpp412 VULKAN_HPP_INLINE std::string to_string( PipelineDepthStencilStateCreateFlags ) in to_string() argument
Dvulkan_to_string.hpp556 VULKAN_HPP_INLINE std::string to_string( PipelineDepthStencilStateCreateFlags value ) in to_string()