Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2034 enum class PipelineLayoutCreateFlagBits : VkPipelineLayoutCreateFlags enum
2037 using PipelineLayoutCreateFlags = Flags<PipelineLayoutCreateFlagBits>;
2040 template <> struct FlagTraits<PipelineLayoutCreateFlagBits>
Dvulkan_enums.hpp3209 enum class PipelineLayoutCreateFlagBits : VkPipelineLayoutCreateFlags enum
3214 using PipelineLayoutCreateFlags = Flags<PipelineLayoutCreateFlagBits>;
3217 template <> struct FlagTraits<PipelineLayoutCreateFlagBits>
3221 PipelineLayoutCreateFlagBits::eIndependentSetsEXT;
Dvulkan_to_string.hpp584 …if ( value & PipelineLayoutCreateFlagBits::eIndependentSetsEXT ) result += "IndependentSetsEXT | "; in to_string()
5075 VULKAN_HPP_INLINE std::string to_string( PipelineLayoutCreateFlagBits value ) in to_string()
5079 case PipelineLayoutCreateFlagBits::eIndependentSetsEXT : return "IndependentSetsEXT"; in to_string()
Dvulkansc_to_string.hpp2856 VULKAN_HPP_INLINE std::string to_string( PipelineLayoutCreateFlagBits ) in to_string() argument