Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp954 if ( value & DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool ) in to_string()
956 if ( value & DescriptorSetLayoutCreateFlagBits::ePushDescriptorKHR ) in to_string()
958 if ( value & DescriptorSetLayoutCreateFlagBits::eDescriptorBufferEXT ) in to_string()
960 if ( value & DescriptorSetLayoutCreateFlagBits::eEmbeddedImmutableSamplersEXT ) in to_string()
962 if ( value & DescriptorSetLayoutCreateFlagBits::eIndirectBindableNV ) in to_string()
964 if ( value & DescriptorSetLayoutCreateFlagBits::eHostOnlyPoolEXT ) in to_string()
966 if ( value & DescriptorSetLayoutCreateFlagBits::ePerStageNV ) in to_string()
5938 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlagBits value ) in to_string()
5942 case DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool: return "UpdateAfterBindPool"; in to_string()
5943 case DescriptorSetLayoutCreateFlagBits::ePushDescriptorKHR: return "PushDescriptorKHR"; in to_string()
[all …]
Dvulkan_enums.hpp3217 enum class DescriptorSetLayoutCreateFlagBits : VkDescriptorSetLayoutCreateFlags enum
3230 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>;
3233 struct FlagTraits<DescriptorSetLayoutCreateFlagBits>
3237DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool | DescriptorSetLayoutCreateFlagBits::ePush…
3238DescriptorSetLayoutCreateFlagBits::eDescriptorBufferEXT | DescriptorSetLayoutCreateFlagBits::eEmbe…
3239DescriptorSetLayoutCreateFlagBits::eIndirectBindableNV | DescriptorSetLayoutCreateFlagBits::eHostO…
3240 DescriptorSetLayoutCreateFlagBits::ePerStageNV;
Dvulkan.cppm116 using VULKAN_HPP_NAMESPACE::DescriptorSetLayoutCreateFlagBits;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp4326 enum class DescriptorSetLayoutCreateFlagBits : VkDescriptorSetLayoutCreateFlags enum
4334 VULKAN_HPP_INLINE std::string to_string( DescriptorSetLayoutCreateFlagBits value ) in to_string()
4338 case DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool: return "UpdateAfterBindPool"; in to_string()
4339 case DescriptorSetLayoutCreateFlagBits::ePushDescriptorKHR: return "PushDescriptorKHR"; in to_string()
4340 case DescriptorSetLayoutCreateFlagBits::eHostOnlyPoolVALVE: return "HostOnlyPoolVALVE"; in to_string()
10190 using DescriptorSetLayoutCreateFlags = Flags<DescriptorSetLayoutCreateFlagBits>;
10193 struct FlagTraits<DescriptorSetLayoutCreateFlagBits>
10197 allFlags = VkFlags( DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool ) |
10198 VkFlags( DescriptorSetLayoutCreateFlagBits::ePushDescriptorKHR ) |
10199 VkFlags( DescriptorSetLayoutCreateFlagBits::eHostOnlyPoolVALVE )
[all …]