Searched refs:SamplerReductionMode (Results 1 – 4 of 4) sorted by relevance
3537 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()
5851 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()
2885 enum class SamplerReductionMode enum2891 using SamplerReductionModeEXT = SamplerReductionMode;
4210 enum class SamplerReductionMode enum4217 using SamplerReductionModeEXT = SamplerReductionMode;