Home
last modified time | relevance | path

Searched defs:pipeline_layout_id (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dbundle.rs165 let mut pipeline_layout_id = None::<id::Valid<id::PipelineLayoutId>>; in finish() localVariable
315 let pipeline_layout_id = pipeline_layout_id in finish() localVariable
582 let mut pipeline_layout_id = None::<id::Valid<id::PipelineLayoutId>>; in execute() localVariable
653 let pipeline_layout_id = pipeline_layout_id.unwrap(); in execute() localVariable
H A Dcompute.rs370 let pipeline_layout_id = state.binder.pipeline_layout_id; in command_encoder_run_compute_pass_impl() localVariable
473 let pipeline_layout_id = state in command_encoder_run_compute_pass_impl() localVariable
H A Dbind.rs146 pub(super) pipeline_layout_id: Option<Valid<PipelineLayoutId>>, //TODO: strongly `Stored` field
H A Drender.rs1172 let pipeline_layout_id = state.binder.pipeline_layout_id; in command_encoder_run_render_pass_impl() localVariable
1481 let pipeline_layout_id = state in command_encoder_run_render_pass_impl() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/command/
H A Dbundle.rs187 let mut pipeline_layout_id = None::<id::Valid<id::PipelineLayoutId>>; in finish() localVariable
353 let pipeline_layout_id = pipeline_layout_id in finish() localVariable
629 let mut pipeline_layout_id = None::<id::Valid<id::PipelineLayoutId>>; in execute() localVariable
700 let pipeline_layout_id = pipeline_layout_id.unwrap(); in execute() localVariable
H A Dcompute.rs397 let pipeline_layout_id = state.binder.pipeline_layout_id; in command_encoder_run_compute_pass_impl() localVariable
497 let pipeline_layout_id = state in command_encoder_run_compute_pass_impl() localVariable
H A Dbind.rs162 pub(super) pipeline_layout_id: Option<Valid<PipelineLayoutId>>, //TODO: strongly `Stored` field
H A Drender.rs1163 let pipeline_layout_id = state.binder.pipeline_layout_id; in command_encoder_run_render_pass_impl() localVariable
1463 let pipeline_layout_id = state in command_encoder_run_render_pass_impl() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dbundle.rs165 let mut pipeline_layout_id = None::<id::Valid<id::PipelineLayoutId>>; in finish() localVariable
315 let pipeline_layout_id = pipeline_layout_id in finish() localVariable
582 let mut pipeline_layout_id = None::<id::Valid<id::PipelineLayoutId>>; in execute() localVariable
653 let pipeline_layout_id = pipeline_layout_id.unwrap(); in execute() localVariable
H A Dcompute.rs370 let pipeline_layout_id = state.binder.pipeline_layout_id; in command_encoder_run_compute_pass_impl() localVariable
473 let pipeline_layout_id = state in command_encoder_run_compute_pass_impl() localVariable
H A Dbind.rs146 pub(super) pipeline_layout_id: Option<Valid<PipelineLayoutId>>, //TODO: strongly `Stored` field
H A Drender.rs1172 let pipeline_layout_id = state.binder.pipeline_layout_id; in command_encoder_run_render_pass_impl() localVariable
1481 let pipeline_layout_id = state in command_encoder_run_render_pass_impl() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/command/
H A Dbind.rs136 pub(crate) pipeline_layout_id: Option<PipelineLayoutId>, //TODO: strongly `Stored` field
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/command/
H A Dbind.rs144 pub(crate) pipeline_layout_id: Option<PipelineLayoutId>, //TODO: strongly `Stored` field
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs2053 let pipeline_layout_id = match desc.layout { in create_compute_pipeline() localVariable
2478 let pipeline_layout_id = match desc.layout { in create_render_pipeline() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/device/
H A Dmod.rs2205 let pipeline_layout_id = match desc.layout { in create_compute_pipeline() localVariable
2618 let pipeline_layout_id = match desc.layout { in create_render_pipeline() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs2053 let pipeline_layout_id = match desc.layout { in create_compute_pipeline() localVariable
2478 let pipeline_layout_id = match desc.layout { in create_render_pipeline() localVariable