Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_to_string.hpp7047 VULKAN_HPP_INLINE std::string to_string( MemoryOverallocationBehaviorAMD value ) in to_string()
7051 case MemoryOverallocationBehaviorAMD::eDefault : return "Default"; in to_string()
7052 case MemoryOverallocationBehaviorAMD::eAllowed : return "Allowed"; in to_string()
7053 case MemoryOverallocationBehaviorAMD::eDisallowed : return "Disallowed"; in to_string()
Dvulkan_enums.hpp5784 enum class MemoryOverallocationBehaviorAMD enum
Dvulkan_structs.hpp25345 …ULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior_ = VULKAN_HPP_NAMESPAC… in DeviceMemoryOverallocationCreateInfoAMD()
25372 …teInfoAMD & setOverallocationBehavior( VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overa… in setOverallocationBehavior()
25394 …ureType const &, const void * const &, VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD const…
25426 …ULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior = VULKAN_HPP_NAMESPACE…