Searched refs:pageableDeviceLocalMemory (Results 1 – 11 of 11) sorted by relevance
1173 FEATURE_ITEM (VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT, pageableDeviceLocalMemory),
5643 VkBool32 pageableDeviceLocalMemory; member
14130 VkBool32 pageableDeviceLocalMemory; member
12104 s << "\tpageableDeviceLocalMemory = " << value.pageableDeviceLocalMemory << '\n';
13168 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
62309 , pageableDeviceLocalMemory( pageableDeviceLocalMemory_ )62341 pageableDeviceLocalMemory = pageableDeviceLocalMemory_; in setPageableDeviceLocalMemory()62364 return std::tie( sType, pNext, pageableDeviceLocalMemory ); in reflect()62376 … == rhs.sType ) && ( pNext == rhs.pNext ) && ( pageableDeviceLocalMemory == rhs.pageableDeviceLoca… in operator ==()62389 VULKAN_HPP_NAMESPACE::Bool32 pageableDeviceLocalMemory = {}; member
14775 VkBool32 pageableDeviceLocalMemory; member
8542 …HASH_COMBINE( seed, physicalDevicePageableDeviceLocalMemoryFeaturesEXT.pageableDeviceLocalMemory ); in operator ()()