Home
last modified time | relevance | path

Searched refs:InvalidBindGroup (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/command/
H A Ddraw.rs65 InvalidBindGroup(id::BindGroupId), enumerator
103 Self::InvalidBindGroup(id) => { in fmt_pretty()
H A Dcompute.rs140 InvalidBindGroup(id::BindGroupId), enumerator
179 Self::InvalidBindGroup(id) => { in fmt_pretty()
374 .map_err(|_| ComputePassErrorInner::InvalidBindGroup(bind_group_id)) in command_encoder_run_compute_pass_impl()
H A Dbundle.rs216 .map_err(|_| RenderCommandError::InvalidBindGroup(bind_group_id)) in finish()
H A Drender.rs1134 .map_err(|_| RenderCommandError::InvalidBindGroup(bind_group_id)) in command_encoder_run_render_pass_impl()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Ddraw.rs67 InvalidBindGroup(id::BindGroupId), enumerator
H A Dcompute.rs134 InvalidBindGroup(id::BindGroupId), enumerator
348 .map_err(|_| ComputePassErrorInner::InvalidBindGroup(bind_group_id)) in command_encoder_run_compute_pass_impl()
H A Dbundle.rs202 .map_err(|_| RenderCommandError::InvalidBindGroup(bind_group_id)) in finish()
H A Drender.rs1144 .map_err(|_| RenderCommandError::InvalidBindGroup(bind_group_id)) in command_encoder_run_render_pass_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Ddraw.rs67 InvalidBindGroup(id::BindGroupId), enumerator
H A Dcompute.rs134 InvalidBindGroup(id::BindGroupId), enumerator
348 .map_err(|_| ComputePassErrorInner::InvalidBindGroup(bind_group_id)) in command_encoder_run_compute_pass_impl()
H A Dbundle.rs202 .map_err(|_| RenderCommandError::InvalidBindGroup(bind_group_id)) in finish()
H A Drender.rs1144 .map_err(|_| RenderCommandError::InvalidBindGroup(bind_group_id)) in command_encoder_run_render_pass_impl()