Home
last modified time | relevance | path

Searched refs:eFreeDescriptorSet (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.hpp2154 eFreeDescriptorSet = VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, enumerator
2165 DescriptorPoolCreateFlagBits::eFreeDescriptorSet
Dvulkansc_to_string.hpp496 … if ( value & DescriptorPoolCreateFlagBits::eFreeDescriptorSet ) result += "FreeDescriptorSet | "; in to_string()
2960 case DescriptorPoolCreateFlagBits::eFreeDescriptorSet : return "FreeDescriptorSet"; in to_string()
Dvulkan_enums.hpp3345 eFreeDescriptorSet = VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, enumerator
3361 DescriptorPoolCreateFlagBits::eFreeDescriptorSet
Dvulkan_to_string.hpp673 … if ( value & DescriptorPoolCreateFlagBits::eFreeDescriptorSet ) result += "FreeDescriptorSet | "; in to_string()
5193 case DescriptorPoolCreateFlagBits::eFreeDescriptorSet : return "FreeDescriptorSet"; in to_string()