Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2171 eUpdateAfterBindPool = VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT enumerator
2181 DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool;
Dvulkansc_to_string.hpp513 …if ( value & DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool ) result += "UpdateAfterBindP… in to_string()
2972 case DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool : return "UpdateAfterBindPool"; in to_string()
Dvulkan_enums.hpp3370 eUpdateAfterBindPool = VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT, enumerator
3387 DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool
Dvulkan_to_string.hpp693 …if ( value & DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool ) result += "UpdateAfterBindP… in to_string()
5208 case DescriptorSetLayoutCreateFlagBits::eUpdateAfterBindPool : return "UpdateAfterBindPool"; in to_string()