Home
last modified time | relevance | path

Searched refs:maxPushDescriptors (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h8848 uint32_t maxPushDescriptors; member
Dvulkan_structs.hpp71750 : pNext( pNext_ ), maxPushDescriptors( maxPushDescriptors_ )
71788 return std::tie( sType, pNext, maxPushDescriptors ); in reflect()
71803 && ( maxPushDescriptors == rhs.maxPushDescriptors ); in operator ==()
71816 uint32_t maxPushDescriptors = {}; member
Dvulkan_hash.hpp9425 VULKAN_HPP_HASH_COMBINE( seed, physicalDevicePushDescriptorPropertiesKHR.maxPushDescriptors ); in operator ()()