Home
last modified time | relevance | path

Searched refs:used_stages (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dbinding_model.rs544 let mut used_stages = wgt::ShaderStage::NONE; in validate_push_constant_ranges() localVariable
556 used_stages |= range.stages; in validate_push_constant_ranges()
579 if used_stages != stages { in validate_push_constant_ranges()
582 unmatched: stages - used_stages, in validate_push_constant_ranges()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dbinding_model.rs544 let mut used_stages = wgt::ShaderStage::NONE; in validate_push_constant_ranges() localVariable
556 used_stages |= range.stages; in validate_push_constant_ranges()
579 if used_stages != stages { in validate_push_constant_ranges()
582 unmatched: stages - used_stages, in validate_push_constant_ranges()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dbinding_model.rs594 let mut used_stages = wgt::ShaderStages::NONE; in validate_push_constant_ranges() localVariable
606 used_stages |= range.stages; in validate_push_constant_ranges()
629 if used_stages != stages { in validate_push_constant_ranges()
632 unmatched: stages - used_stages, in validate_push_constant_ranges()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs1839 let mut used_stages = wgt::ShaderStage::empty(); in create_pipeline_layout() localVariable
1841 if pc.stages.intersects(used_stages) { in create_pipeline_layout()
1845 intersected: pc.stages & used_stages, in create_pipeline_layout()
1848 used_stages |= pc.stages; in create_pipeline_layout()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/device/
H A Dmod.rs2009 let mut used_stages = wgt::ShaderStages::empty(); in create_pipeline_layout() localVariable
2011 if pc.stages.intersects(used_stages) { in create_pipeline_layout()
2015 intersected: pc.stages & used_stages, in create_pipeline_layout()
2018 used_stages |= pc.stages; in create_pipeline_layout()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs1839 let mut used_stages = wgt::ShaderStage::empty(); in create_pipeline_layout() localVariable
1841 if pc.stages.intersects(used_stages) { in create_pipeline_layout()
1845 intersected: pc.stages & used_stages, in create_pipeline_layout()
1848 used_stages |= pc.stages; in create_pipeline_layout()