Home
last modified time | relevance | path

Searched refs:mip_level_count (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dview.rs15 mip_level_count: u32, field
26 mip_level_count: match self.range.mip_level_count { in to_internal()
53 MipLevels: self.mip_level_count, in to_srv()
78 MipLevels: self.mip_level_count, in to_srv()
96 MipLevels: self.mip_level_count, in to_srv()
107 MipLevels: self.mip_level_count, in to_srv()
115 MipLevels: self.mip_level_count, in to_srv()
123 MipLevels: self.mip_level_count, in to_srv()
H A Dcommand.rs304 let mip_level_count = match barrier.range.mip_level_count { in transition_textures() localVariable
306 None => barrier.texture.mip_level_count - barrier.range.base_mip_level, in transition_textures()
315 && mip_level_count == barrier.texture.mip_level_count in transition_textures()
335 for rel_mip_level in 0..mip_level_count { in transition_textures()
H A Dmod.rs396 mip_level_count: u32, field
414 mip_level + (array_layer + plane * self.array_layer_count()) * self.mip_level_count in calc_subresource()
706 mip_level_count: 1, in acquire_texture()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/player/tests/data/
H A Dclear-buffer-image.ron30 mip_level_count: 1,
66 mip_level_count: None,
H A Dquad.ron27 mip_level_count: 1,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/player/tests/data/
H A Dclear-buffer-image.ron30 mip_level_count: 1,
66 mip_level_count: None,
H A Dquad.ron27 mip_level_count: 1,
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/init_tracker/
H A Dtexture.rs50 pub(crate) fn new(mip_level_count: u32, depth_or_array_layers: u32) -> Self { in new()
53 .take(mip_level_count as usize) in new()
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-0.4.0/examples/mipmap/
H A Dmain.rs241 let mip_level_count = 9; in init() localVariable
242 let size = 1 << mip_level_count; in init()
252 mip_level_count, in init()
380 Self::generate_mipmaps(&mut init_encoder, &device, &texture, mip_level_count); in init()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dclear.rs213 let subresource_level_end = if let Some(count) = subresource_range.mip_level_count { in command_encoder_clear_image()
224 subresource_mip_level_count: subresource_range.mip_level_count, in command_encoder_clear_image()
287 level_count: subresource_range.mip_level_count.map(|c| c.get() as u8), in command_encoder_clear_image()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dclear.rs213 let subresource_level_end = if let Some(count) = subresource_range.mip_level_count { in command_encoder_clear_image()
224 subresource_mip_level_count: subresource_range.mip_level_count, in command_encoder_clear_image()
287 level_count: subresource_range.mip_level_count.map(|c| c.get() as u8), in command_encoder_clear_image()
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-0.4.0/examples/capture/
H A Dmain.rs41 mip_level_count: 1, in main()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Ddevice.rs604 desc.mip_level_count as i32, in create_texture()
622 desc.mip_level_count as i32, in create_texture()
642 mip_level_count: desc.mip_level_count, in create_texture()
675 let end_mip_level = match desc.range.mip_level_count { in create_texture_view()
677 None => texture.mip_level_count, in create_texture_view()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-types/src/
H A Dlib.rs3124 pub mip_level_count: u32, field
3141 mip_level_count: self.mip_level_count, in map_label()
3178 if level >= self.mip_level_count { in mip_level_size()
3685 pub mip_level_count: Option<NonZeroU32>, field
3697 self.base_mip_level..match self.mip_level_count { in mip_range()
3698 Some(mip_level_count) => self.base_mip_level + mip_level_count.get(), in mip_range()
3699 None => texture_desc.mip_level_count, in mip_range()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/track/
H A Dtexture.rs40 pub fn new(mip_level_count: u32, array_layer_count: u32) -> Self { in new()
45 .take(mip_level_count as usize) in new()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_GpuTextureDescriptor.rs99 pub fn mip_level_count(&mut self, val: u32) -> &mut Self { in mip_level_count() method

1234567