Home | History | Annotate | Download | only in vulkan

Lines Matching refs:VkSamplerReductionModeEXT

58 const char*	getSamplerReductionModeEXTName			(VkSamplerReductionModeEXT value);
117 inline tcu::Format::Enum<VkSamplerReductionModeEXT> getSamplerReductionModeEXTStr (VkSamplerReductionModeEXT value) { return tcu::Format::Enum<VkSamplerReductionModeEXT>(getSamplerReductionModeEXTName, value); }
176 inline std::ostream& operator<< (std::ostream& s, VkSamplerReductionModeEXT value) { return s << getSamplerReductionModeEXTStr(value); }