Searched refs:pageableDeviceLocalMemory (Results 1 – 15 of 15) sorted by relevance
58 slink:VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT::pname:pageableDeviceLocalMemory
1173 FEATURE_ITEM (VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT, pageableDeviceLocalMemory),
5643 VkBool32 pageableDeviceLocalMemory; member
14130 VkBool32 pageableDeviceLocalMemory; member
12118 s << "\tpageableDeviceLocalMemory = " << value.pageableDeviceLocalMemory << '\n';
4418 * [[features-pageableDeviceLocalMemory]] pname:pageableDeviceLocalMemory
1060 slink:VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT::pname:pageableDeviceLocalMemory
13168 VkBool32 pageableDeviceLocalMemory; member
13176 VkBool32 pageableDeviceLocalMemory; member
12961 VkBool32 pageableDeviceLocalMemory; member
47667 : pageableDeviceLocalMemory( pageableDeviceLocalMemory_ )47701 pageableDeviceLocalMemory = pageableDeviceLocalMemory_; in setPageableDeviceLocalMemory()47722 ( pageableDeviceLocalMemory == rhs.pageableDeviceLocalMemory ); in operator ==()47734 VULKAN_HPP_NAMESPACE::Bool32 pageableDeviceLocalMemory = {}; member
14238 VkBool32 pageableDeviceLocalMemory; member
66457 , pageableDeviceLocalMemory( pageableDeviceLocalMemory_ )66489 pageableDeviceLocalMemory = pageableDeviceLocalMemory_; in setPageableDeviceLocalMemory()66512 return std::tie( sType, pNext, pageableDeviceLocalMemory ); in reflect()66524 … == rhs.sType ) && ( pNext == rhs.pNext ) && ( pageableDeviceLocalMemory == rhs.pageableDeviceLoca… in operator ==()66537 VULKAN_HPP_NAMESPACE::Bool32 pageableDeviceLocalMemory = {}; member
15631 VkBool32 pageableDeviceLocalMemory; member
9058 …HASH_COMBINE( seed, physicalDevicePageableDeviceLocalMemoryFeaturesEXT.pageableDeviceLocalMemory ); in operator ()()