Lines Matching refs:DescriptorSetLayoutCreateFlagBits
954 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()
5944 case DescriptorSetLayoutCreateFlagBits::eDescriptorBufferEXT: return "DescriptorBufferEXT"; in to_string()
5945 …case DescriptorSetLayoutCreateFlagBits::eEmbeddedImmutableSamplersEXT: return "EmbeddedImmutableSa… in to_string()
5946 case DescriptorSetLayoutCreateFlagBits::eIndirectBindableNV: return "IndirectBindableNV"; in to_string()
5947 case DescriptorSetLayoutCreateFlagBits::eHostOnlyPoolEXT: return "HostOnlyPoolEXT"; in to_string()
5948 case DescriptorSetLayoutCreateFlagBits::ePerStageNV: return "PerStageNV"; in to_string()