Home
last modified time | relevance | path

Searched refs:format_rgba8_srgb_all (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.rs681 format_rgba8_srgb_all: bool, field
862 format_rgba8_srgb_all: Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs435 Some(RGBA8Unorm_sRGB) if self.format_rgba8_srgb_all => Properties { in map_format_properties()
480 Some(BGRA8Unorm_sRGB) if self.format_rgba8_srgb_all => Properties { in map_format_properties()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dlib.rs680 format_rgba8_srgb_all: bool, field
845 format_rgba8_srgb_all: Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs435 Some(RGBA8Unorm_sRGB) if self.format_rgba8_srgb_all => Properties { in map_format_properties()
480 Some(BGRA8Unorm_sRGB) if self.format_rgba8_srgb_all => Properties { in map_format_properties()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs722 format_rgba8_srgb_all: bool, field
895 format_rgba8_srgb_all: Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs302 RGBA8Unorm_sRGB if self.format_rgba8_srgb_all => { in map_format_properties()
316 BGRA8Unorm_sRGB if self.format_rgba8_srgb_all => { in map_format_properties()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs722 format_rgba8_srgb_all: bool, field
895 format_rgba8_srgb_all: Self::supports_any(&device, RGBA8_SRGB), in new()
H A Dconversions.rs302 RGBA8Unorm_sRGB if self.format_rgba8_srgb_all => { in map_format_properties()
316 BGRA8Unorm_sRGB if self.format_rgba8_srgb_all => { in map_format_properties()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dadapter.rs182 flags.set(Tfc::STORAGE, pc.format_rgba8_srgb_all); in texture_format_capabilities()
753 format_rgba8_srgb_all: Self::supports_any(device, RGBA8_SRGB), in new()
H A Dmod.rs182 format_rgba8_srgb_all: bool, field