Home
last modified time | relevance | path

Searched refs:SamplerReductionMode (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp3537 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
3541 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
3542 case SamplerReductionMode::eMin : return "Min"; in to_string()
3543 case SamplerReductionMode::eMax : return "Max"; in to_string()
Dvulkan_to_string.hpp5851 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
5855 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
5856 case SamplerReductionMode::eMin : return "Min"; in to_string()
5857 case SamplerReductionMode::eMax : return "Max"; in to_string()
5858 …case SamplerReductionMode::eWeightedAverageRangeclampQCOM : return "WeightedAverageRangeclampQCOM"; in to_string()
Dvulkansc_enums.hpp2885 enum class SamplerReductionMode enum
2891 using SamplerReductionModeEXT = SamplerReductionMode;
Dvulkan_enums.hpp4210 enum class SamplerReductionMode enum
4217 using SamplerReductionModeEXT = SamplerReductionMode;