Searched refs:overallocationBehavior (Results 1 – 3 of 3) sorted by relevance
27403 : pNext( pNext_ ), overallocationBehavior( overallocationBehavior_ ) in DeviceMemoryOverallocationCreateInfoAMD()27431 overallocationBehavior = overallocationBehavior_; in setOverallocationBehavior()27455 return std::tie( sType, pNext, overallocationBehavior ); in reflect()27470 && ( overallocationBehavior == rhs.overallocationBehavior ); in operator ==()27483 …VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior = VULKAN_HPP_NAMESPAC… member
13130 VkMemoryOverallocationBehaviorAMD overallocationBehavior; member
3556 VULKAN_HPP_HASH_COMBINE( seed, deviceMemoryOverallocationCreateInfoAMD.overallocationBehavior ); in operator ()()