Searched refs:DescriptorPoolCreateFlagBits (Results 1 – 6 of 6) sorted by relevance
112 .flags = vkhpp::DescriptorPoolCreateFlagBits::eFreeDescriptorSet, in CanHandlePrecisionQualifierWithYuvSampler()
512 .flags = vkhpp::DescriptorPoolCreateFlagBits::eFreeDescriptorSet, in AllocateDescriptorBundle()788 .flags = vkhpp::DescriptorPoolCreateFlagBits::eFreeDescriptorSet, in TEST_P()
2152 enum class DescriptorPoolCreateFlagBits : VkDescriptorPoolCreateFlags enum2158 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>;2161 template <> struct FlagTraits<DescriptorPoolCreateFlagBits>2165 DescriptorPoolCreateFlagBits::eFreeDescriptorSet2166 | DescriptorPoolCreateFlagBits::eUpdateAfterBind;
673 … if ( value & DescriptorPoolCreateFlagBits::eFreeDescriptorSet ) result += "FreeDescriptorSet | "; in to_string()674 if ( value & DescriptorPoolCreateFlagBits::eUpdateAfterBind ) result += "UpdateAfterBind | "; in to_string()675 if ( value & DescriptorPoolCreateFlagBits::eHostOnlyEXT ) result += "HostOnlyEXT | "; in to_string()676 …if ( value & DescriptorPoolCreateFlagBits::eAllowOverallocationSetsNV ) result += "AllowOveralloca… in to_string()677 …if ( value & DescriptorPoolCreateFlagBits::eAllowOverallocationPoolsNV ) result += "AllowOveralloc… in to_string()5189 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlagBits value ) in to_string()5193 case DescriptorPoolCreateFlagBits::eFreeDescriptorSet : return "FreeDescriptorSet"; in to_string()5194 case DescriptorPoolCreateFlagBits::eUpdateAfterBind : return "UpdateAfterBind"; in to_string()5195 case DescriptorPoolCreateFlagBits::eHostOnlyEXT : return "HostOnlyEXT"; in to_string()5196 …case DescriptorPoolCreateFlagBits::eAllowOverallocationSetsNV : return "AllowOverallocationSetsNV"; in to_string()[all …]
496 … if ( value & DescriptorPoolCreateFlagBits::eFreeDescriptorSet ) result += "FreeDescriptorSet | "; in to_string()497 if ( value & DescriptorPoolCreateFlagBits::eUpdateAfterBind ) result += "UpdateAfterBind | "; in to_string()2956 VULKAN_HPP_INLINE std::string to_string( DescriptorPoolCreateFlagBits value ) in to_string()2960 case DescriptorPoolCreateFlagBits::eFreeDescriptorSet : return "FreeDescriptorSet"; in to_string()2961 case DescriptorPoolCreateFlagBits::eUpdateAfterBind : return "UpdateAfterBind"; in to_string()
3343 enum class DescriptorPoolCreateFlagBits : VkDescriptorPoolCreateFlags enum3354 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>;3357 template <> struct FlagTraits<DescriptorPoolCreateFlagBits>3361 DescriptorPoolCreateFlagBits::eFreeDescriptorSet3362 | DescriptorPoolCreateFlagBits::eUpdateAfterBind3363 | DescriptorPoolCreateFlagBits::eHostOnlyEXT3364 | DescriptorPoolCreateFlagBits::eAllowOverallocationSetsNV3365 | DescriptorPoolCreateFlagBits::eAllowOverallocationPoolsNV;