Home
last modified time | relevance | path

Searched refs:AccelerationStructureMemoryRequirementsTypeNV (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_to_string.hpp7382 VULKAN_HPP_INLINE std::string to_string( AccelerationStructureMemoryRequirementsTypeNV value ) in to_string()
7386 case AccelerationStructureMemoryRequirementsTypeNV::eObject : return "Object"; in to_string()
7387 case AccelerationStructureMemoryRequirementsTypeNV::eBuildScratch : return "BuildScratch"; in to_string()
7388 case AccelerationStructureMemoryRequirementsTypeNV::eUpdateScratch : return "UpdateScratch"; in to_string()
Dvulkan_enums.hpp6223 enum class AccelerationStructureMemoryRequirementsTypeNV enum