Lines Matching refs:dedicatedAllocation
22330 , dedicatedAllocation( dedicatedAllocation_ )
22360 dedicatedAllocation = dedicatedAllocation_;
22383 return std::tie( sType, pNext, dedicatedAllocation );
22395 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation == rhs.dedicatedAllocation );
22408 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {};
22428 , dedicatedAllocation( dedicatedAllocation_ )
22458 dedicatedAllocation = dedicatedAllocation_;
22481 return std::tie( sType, pNext, dedicatedAllocation );
22493 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation == rhs.dedicatedAllocation );
22506 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {};