Home
last modified time | relevance | path

Searched refs:DescriptorPoolCreateFlagBits (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp112 .flags = vkhpp::DescriptorPoolCreateFlagBits::eFreeDescriptorSet, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp512 .flags = vkhpp::DescriptorPoolCreateFlagBits::eFreeDescriptorSet, in AllocateDescriptorBundle()
788 .flags = vkhpp::DescriptorPoolCreateFlagBits::eFreeDescriptorSet, in TEST_P()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2152 enum class DescriptorPoolCreateFlagBits : VkDescriptorPoolCreateFlags enum
2158 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>;
2161 template <> struct FlagTraits<DescriptorPoolCreateFlagBits>
2165 DescriptorPoolCreateFlagBits::eFreeDescriptorSet
2166 | DescriptorPoolCreateFlagBits::eUpdateAfterBind;
Dvulkan_to_string.hpp673 … 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 …]
Dvulkansc_to_string.hpp496 … 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()
Dvulkan_enums.hpp3343 enum class DescriptorPoolCreateFlagBits : VkDescriptorPoolCreateFlags enum
3354 using DescriptorPoolCreateFlags = Flags<DescriptorPoolCreateFlagBits>;
3357 template <> struct FlagTraits<DescriptorPoolCreateFlagBits>
3361 DescriptorPoolCreateFlagBits::eFreeDescriptorSet
3362 | DescriptorPoolCreateFlagBits::eUpdateAfterBind
3363 | DescriptorPoolCreateFlagBits::eHostOnlyEXT
3364 | DescriptorPoolCreateFlagBits::eAllowOverallocationSetsNV
3365 | DescriptorPoolCreateFlagBits::eAllowOverallocationPoolsNV;