Home
last modified time | relevance | path

Searched refs:SamplerMipmapMode (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.cpp538 .mipmapMode = vkhpp::SamplerMipmapMode::eNearest, in CreateYuvImage()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp2944 VULKAN_HPP_INLINE std::string to_string( SamplerMipmapMode value ) in to_string()
2948 case SamplerMipmapMode::eNearest : return "Nearest"; in to_string()
2949 case SamplerMipmapMode::eLinear : return "Linear"; in to_string()
Dvulkan_to_string.hpp5177 VULKAN_HPP_INLINE std::string to_string( SamplerMipmapMode value ) in to_string()
5181 case SamplerMipmapMode::eNearest : return "Nearest"; in to_string()
5182 case SamplerMipmapMode::eLinear : return "Linear"; in to_string()
Dvulkansc_enums.hpp2146 enum class SamplerMipmapMode enum
Dvulkan_enums.hpp3337 enum class SamplerMipmapMode enum