Home
last modified time | relevance | path

Searched refs:format_astc (Results 1 – 10 of 10) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs96 f::Astc4x4Unorm if self.format_astc => ASTC_4x4_LDR, in map_format()
97 f::Astc4x4Srgb if self.format_astc => ASTC_4x4_sRGB, in map_format()
98 f::Astc5x4Unorm if self.format_astc => ASTC_5x4_LDR, in map_format()
99 f::Astc5x4Srgb if self.format_astc => ASTC_5x4_sRGB, in map_format()
100 f::Astc5x5Unorm if self.format_astc => ASTC_5x5_LDR, in map_format()
101 f::Astc5x5Srgb if self.format_astc => ASTC_5x5_sRGB, in map_format()
102 f::Astc6x5Unorm if self.format_astc => ASTC_6x5_LDR, in map_format()
103 f::Astc6x5Srgb if self.format_astc => ASTC_6x5_sRGB, in map_format()
104 f::Astc6x6Unorm if self.format_astc => ASTC_6x6_LDR, in map_format()
105 f::Astc6x6Srgb if self.format_astc => ASTC_6x6_sRGB, in map_format()
[all …]
H A Dlib.rs712 format_astc: bool, field
860 format_astc: Self::supports_any(&device, ASTC_PIXEL_FORMAT_FEATURES), in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs96 f::Astc4x4Unorm if self.format_astc => ASTC_4x4_LDR, in map_format()
97 f::Astc4x4Srgb if self.format_astc => ASTC_4x4_sRGB, in map_format()
98 f::Astc5x4Unorm if self.format_astc => ASTC_5x4_LDR, in map_format()
99 f::Astc5x4Srgb if self.format_astc => ASTC_5x4_sRGB, in map_format()
100 f::Astc5x5Unorm if self.format_astc => ASTC_5x5_LDR, in map_format()
101 f::Astc5x5Srgb if self.format_astc => ASTC_5x5_sRGB, in map_format()
102 f::Astc6x5Unorm if self.format_astc => ASTC_6x5_LDR, in map_format()
103 f::Astc6x5Srgb if self.format_astc => ASTC_6x5_sRGB, in map_format()
104 f::Astc6x6Unorm if self.format_astc => ASTC_6x6_LDR, in map_format()
105 f::Astc6x6Srgb if self.format_astc => ASTC_6x6_sRGB, in map_format()
[all …]
H A Dlib.rs712 format_astc: bool, field
860 format_astc: Self::supports_any(&device, ASTC_PIXEL_FORMAT_FEATURES), in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs97 f::Astc4x4Unorm if self.format_astc => ASTC_4x4_LDR, in map_format()
98 f::Astc4x4Srgb if self.format_astc => ASTC_4x4_sRGB, in map_format()
99 f::Astc5x4Unorm if self.format_astc => ASTC_5x4_LDR, in map_format()
100 f::Astc5x4Srgb if self.format_astc => ASTC_5x4_sRGB, in map_format()
101 f::Astc5x5Unorm if self.format_astc => ASTC_5x5_LDR, in map_format()
102 f::Astc5x5Srgb if self.format_astc => ASTC_5x5_sRGB, in map_format()
103 f::Astc6x5Unorm if self.format_astc => ASTC_6x5_LDR, in map_format()
104 f::Astc6x5Srgb if self.format_astc => ASTC_6x5_sRGB, in map_format()
105 f::Astc6x6Unorm if self.format_astc => ASTC_6x6_LDR, in map_format()
106 f::Astc6x6Srgb if self.format_astc => ASTC_6x6_sRGB, in map_format()
[all …]
H A Dlib.rs668 format_astc: bool, field
823 format_astc: Self::supports_any(&device, ASTC_PIXEL_FORMAT_FEATURES), in new()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dconversions.rs97 f::Astc4x4Unorm if self.format_astc => ASTC_4x4_LDR, in map_format()
98 f::Astc4x4Srgb if self.format_astc => ASTC_4x4_sRGB, in map_format()
99 f::Astc5x4Unorm if self.format_astc => ASTC_5x4_LDR, in map_format()
100 f::Astc5x4Srgb if self.format_astc => ASTC_5x4_sRGB, in map_format()
101 f::Astc5x5Unorm if self.format_astc => ASTC_5x5_LDR, in map_format()
102 f::Astc5x5Srgb if self.format_astc => ASTC_5x5_sRGB, in map_format()
103 f::Astc6x5Unorm if self.format_astc => ASTC_6x5_LDR, in map_format()
104 f::Astc6x5Srgb if self.format_astc => ASTC_6x5_sRGB, in map_format()
105 f::Astc6x6Unorm if self.format_astc => ASTC_6x6_LDR, in map_format()
106 f::Astc6x6Srgb if self.format_astc => ASTC_6x6_sRGB, in map_format()
[all …]
H A Dlib.rs667 format_astc: bool, field
806 format_astc: Self::supports_any(&device, ASTC_PIXEL_FORMAT_FEATURES), in new()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dadapter.rs352 if pc.format_astc { in texture_format_capabilities()
718 format_astc: Self::supports_any(device, ASTC_PIXEL_FORMAT_FEATURES), in new()
H A Dmod.rs172 format_astc: bool, field