Home
last modified time | relevance | path

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

12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dconv.rs228 pub fn map_reduction(reduction: image::ReductionMode) -> vk::SamplerReductionMode { in map_reduction() argument
231 Rm::WeightedAverage => vk::SamplerReductionMode::WEIGHTED_AVERAGE, in map_reduction()
232 Rm::Minimum => vk::SamplerReductionMode::MIN, in map_reduction()
233 Rm::Maximum => vk::SamplerReductionMode::MAX, in map_reduction()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dconv.rs228 pub fn map_reduction(reduction: image::ReductionMode) -> vk::SamplerReductionMode { in map_reduction() argument
231 Rm::WeightedAverage => vk::SamplerReductionMode::WEIGHTED_AVERAGE, in map_reduction()
232 Rm::Minimum => vk::SamplerReductionMode::MIN, in map_reduction()
233 Rm::Maximum => vk::SamplerReductionMode::MAX, in map_reduction()
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/vk/
H A Daliases.rs35 pub type SamplerReductionModeEXT = SamplerReductionMode;
H A Denums.rs1376 pub struct SamplerReductionMode(pub(crate) i32); struct
1377 impl SamplerReductionMode { impl
1385 impl SamplerReductionMode { impl
H A Dconst_debugs.rs3564 impl fmt::Debug for SamplerReductionMode { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/vk/
H A Daliases.rs35 pub type SamplerReductionModeEXT = SamplerReductionMode;
H A Denums.rs1413 pub struct SamplerReductionMode(pub(crate) i32); struct
1414 impl SamplerReductionMode { impl
1416 SamplerReductionMode(x) in from_raw()
1422 impl SamplerReductionMode { impl
H A Dextensions.rs10831 impl SamplerReductionMode { impl
10832 pub const WEIGHTED_AVERAGE_EXT: Self = SamplerReductionMode::WEIGHTED_AVERAGE;
10835 impl SamplerReductionMode { impl
10836 pub const MIN_EXT: Self = SamplerReductionMode::MIN;
10839 impl SamplerReductionMode { impl
10840 pub const MAX_EXT: Self = SamplerReductionMode::MAX;
H A Dconst_debugs.rs3248 impl fmt::Debug for SamplerReductionMode { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/vk/
H A Daliases.rs35 pub type SamplerReductionModeEXT = SamplerReductionMode;
H A Denums.rs1413 pub struct SamplerReductionMode(pub(crate) i32); struct
1414 impl SamplerReductionMode { implementation
1416 SamplerReductionMode(x) in from_raw()
1422 impl SamplerReductionMode { implementation
H A Dextensions.rs10831 impl SamplerReductionMode { implementation
10832 pub const WEIGHTED_AVERAGE_EXT: Self = SamplerReductionMode::WEIGHTED_AVERAGE;
10835 impl SamplerReductionMode { impl
10836 pub const MIN_EXT: Self = SamplerReductionMode::MIN;
10839 impl SamplerReductionMode { impl
10840 pub const MAX_EXT: Self = SamplerReductionMode::MAX;
H A Dconst_debugs.rs3248 impl fmt::Debug for SamplerReductionMode { implementation
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/Vulkan-Headers/include/vulkan/
H A Dvulkan_enums.hpp5319 enum class SamplerReductionMode enum
5325 using SamplerReductionModeEXT = SamplerReductionMode;
5327 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
5331 case SamplerReductionMode::eWeightedAverage: return "WeightedAverage"; in to_string()
5332 case SamplerReductionMode::eMin: return "Min"; in to_string()
5333 case SamplerReductionMode::eMax: return "Max"; in to_string()
/dports/graphics/vulkan-headers/Vulkan-Headers-1.2.203/include/vulkan/
H A Dvulkan_enums.hpp5351 enum class SamplerReductionMode enum
5357 using SamplerReductionModeEXT = SamplerReductionMode;
5359 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
5363 case SamplerReductionMode::eWeightedAverage: return "WeightedAverage"; in to_string()
5364 case SamplerReductionMode::eMin: return "Min"; in to_string()
5365 case SamplerReductionMode::eMax: return "Max"; in to_string()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ash/src/
H A Dvk.rs32558 pub reduction_mode: SamplerReductionMode,
32598 reduction_mode: SamplerReductionMode, in reduction_mode() argument
54129 pub struct SamplerReductionMode(pub(crate) i32); struct
54130 impl SamplerReductionMode { impl
54132 SamplerReductionMode(x) in from_raw()
54138 impl SamplerReductionMode { impl
54140 pub const MIN: Self = SamplerReductionMode(1);
66449 impl SamplerReductionMode { implementation
66453 impl SamplerReductionMode { implementation
66457 impl SamplerReductionMode { implementation
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/Vulkan-Headers/include/vulkan/
H A Dvulkan.hpp7347 enum class SamplerReductionMode enum
7353 using SamplerReductionModeEXT = SamplerReductionMode;
7355 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7359 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7360 case SamplerReductionMode::eMin : return "Min"; in to_string()
7361 case SamplerReductionMode::eMax : return "Max"; in to_string()
69976 …deCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
70003 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
70042 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_headers/include/vulkan/
H A Dvulkan.hpp7217 enum class SamplerReductionMode enum
7223 using SamplerReductionModeEXT = SamplerReductionMode;
7225 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7229 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7230 case SamplerReductionMode::eMin : return "Min"; in to_string()
7231 case SamplerReductionMode::eMax : return "Max"; in to_string()
69134 …deCreateInfo( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
69161 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
69200 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp7774 enum class SamplerReductionMode enum
7780 using SamplerReductionModeEXT = SamplerReductionMode;
7782 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7786 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7787 case SamplerReductionMode::eMin : return "Min"; in to_string()
7788 case SamplerReductionMode::eMax : return "Max"; in to_string()
77848 …odeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
77878 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
77917 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/include/vulkan/
H A Dvulkan.hpp7774 enum class SamplerReductionMode enum
7780 using SamplerReductionModeEXT = SamplerReductionMode;
7782 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7786 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7787 case SamplerReductionMode::eMin : return "Min"; in to_string()
7788 case SamplerReductionMode::eMax : return "Max"; in to_string()
77848 …odeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
77878 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
77917 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/third_party/khronos/vulkan/
H A Dvulkan.hpp7642 enum class SamplerReductionMode enum
7648 using SamplerReductionModeEXT = SamplerReductionMode;
7650 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7654 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7655 case SamplerReductionMode::eMin : return "Min"; in to_string()
7656 case SamplerReductionMode::eMax : return "Max"; in to_string()
76552 …odeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
76582 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
76621 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/x11/controllermap/SDL2-2.0.18/src/video/khronos/vulkan/
H A Dvulkan.hpp7715 enum class SamplerReductionMode enum
7721 using SamplerReductionModeEXT = SamplerReductionMode;
7723 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7727 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7728 case SamplerReductionMode::eMin : return "Min"; in to_string()
7729 case SamplerReductionMode::eMax : return "Max"; in to_string()
77358 …odeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
77388 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
77427 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp7774 enum class SamplerReductionMode enum
7780 using SamplerReductionModeEXT = SamplerReductionMode;
7782 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7786 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7787 case SamplerReductionMode::eMin : return "Min"; in to_string()
7788 case SamplerReductionMode::eMax : return "Max"; in to_string()
77848 …odeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
77878 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
77917 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/devel/sdl20/SDL2-2.0.18/src/video/khronos/vulkan/
H A Dvulkan.hpp7715 enum class SamplerReductionMode enum
7721 using SamplerReductionModeEXT = SamplerReductionMode;
7723 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
7727 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
7728 case SamplerReductionMode::eMin : return "Min"; in to_string()
7729 case SamplerReductionMode::eMax : return "Max"; in to_string()
77358 …odeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
77388 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
77427 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
H A Dvulkan.hpp8133 enum class SamplerReductionMode enum
8139 using SamplerReductionModeEXT = SamplerReductionMode;
8141 VULKAN_HPP_INLINE std::string to_string( SamplerReductionMode value ) in to_string()
8145 case SamplerReductionMode::eWeightedAverage : return "WeightedAverage"; in to_string()
8146 case SamplerReductionMode::eMin : return "Min"; in to_string()
8147 case SamplerReductionMode::eMax : return "Max"; in to_string()
78143 …odeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ = VULKAN_HPP_NAMESPACE::Sa… in SamplerReductionModeCreateInfo()
78168 …SamplerReductionModeCreateInfo & setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode redu… in setReductionMode()
78207 …VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionM…

12