Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs682 format_rgba8_srgb_no_write: bool, field
863 format_rgba8_srgb_no_write: !Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs427 Some(RGBA8Unorm_sRGB) if self.format_rgba8_srgb_no_write => Properties { in map_format_properties()
472 Some(BGRA8Unorm_sRGB) if self.format_rgba8_srgb_no_write => Properties { in map_format_properties()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dlib.rs681 format_rgba8_srgb_no_write: bool, field
846 format_rgba8_srgb_no_write: !Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs427 Some(RGBA8Unorm_sRGB) if self.format_rgba8_srgb_no_write => Properties { in map_format_properties()
472 Some(BGRA8Unorm_sRGB) if self.format_rgba8_srgb_no_write => Properties { in map_format_properties()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs723 format_rgba8_srgb_no_write: bool, field
896 format_rgba8_srgb_no_write: !Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs299 RGBA8Unorm_sRGB if self.format_rgba8_srgb_no_write => { in map_format_properties()
313 BGRA8Unorm_sRGB if self.format_rgba8_srgb_no_write => { in map_format_properties()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs723 format_rgba8_srgb_no_write: bool, field
896 format_rgba8_srgb_no_write: !Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs299 RGBA8Unorm_sRGB if self.format_rgba8_srgb_no_write => { in map_format_properties()
313 BGRA8Unorm_sRGB if self.format_rgba8_srgb_no_write => { in map_format_properties()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dmod.rs183 format_rgba8_srgb_no_write: bool, field
H A Dadapter.rs754 format_rgba8_srgb_no_write: !Self::supports_any(device, RGBA8_SRGB), in new()