Home
last modified time | relevance | path

Searched refs:unclipped_depth (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dconv.rs275 unclipped_depth: state.unclipped_depth, in map_primitive_state()
H A Dmod.rs554 unclipped_depth: bool, field
H A Dqueue.rs937 if state.unclipped_depth { in process()
/dports/www/firefox/firefox-99.0/gfx/wgpu_bindings/src/
H A Dclient.rs137 unclipped_depth: bool, field
148 unclipped_depth: self.unclipped_depth, in to_wgpu()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Ddevice.rs925 Some(if desc.primitive.unclipped_depth { in create_render_pipeline()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Ddevice.rs1285 DepthClipEnable: if desc.primitive.unclipped_depth { 0 } else { 1 }, in create_render_pipeline()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/vulkan/
H A Ddevice.rs1449 if desc.primitive.unclipped_depth { in create_render_pipeline()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-types/src/
H A Dlib.rs1362 pub unclipped_depth: bool, field
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/device/
H A Dmod.rs2388 if desc.primitive.unclipped_depth { in create_render_pipeline()