Home
last modified time | relevance | path

Searched refs:PIPELINE_STATISTICS_QUERY (Results 1 – 19 of 19) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dlib.rs125 const PIPELINE_STATISTICS_QUERY = 0x0000_0000_0100_0000; const
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dlib.rs124 const PIPELINE_STATISTICS_QUERY = 0x000_0000_0100_0000; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Dlib.rs169 const PIPELINE_STATISTICS_QUERY = 0x0000_0000_0100_0000; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/
H A Dlib.rs169 const PIPELINE_STATISTICS_QUERY = 0x0000_0000_0100_0000; const
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dinstance.rs162 wgt::Features::PIPELINE_STATISTICS_QUERY,
163 hal::Features::PIPELINE_STATISTICS_QUERY,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dinstance.rs162 wgt::Features::PIPELINE_STATISTICS_QUERY,
163 hal::Features::PIPELINE_STATISTICS_QUERY,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dphysical_device.rs102 .pipeline_statistics_query(features.contains(Features::PIPELINE_STATISTICS_QUERY)) in from_extensions_and_requested_features()
326 bits |= Features::PIPELINE_STATISTICS_QUERY; in to_hal_features()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dphysical_device.rs102 .pipeline_statistics_query(features.contains(Features::PIPELINE_STATISTICS_QUERY)) in from_extensions_and_requested_features()
326 bits |= Features::PIPELINE_STATISTICS_QUERY; in to_hal_features()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/vulkan/
H A Dadapter.rs134 requested_features.contains(wgt::Features::PIPELINE_STATISTICS_QUERY), in from_extensions_and_requested_features()
333 | F::PIPELINE_STATISTICS_QUERY in to_wgpu()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-vulkan-0.4.0/src/
H A Dconv.rs385 .pipeline_statistics_query(features.contains(Features::PIPELINE_STATISTICS_QUERY)) in map_device_features()
H A Dlib.rs929 bits |= Features::PIPELINE_STATISTICS_QUERY; in features()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-vulkan/src/
H A Dconv.rs420 .pipeline_statistics_query(features.contains(Features::PIPELINE_STATISTICS_QUERY)) in map_device_features()
H A Dlib.rs986 bits |= Features::PIPELINE_STATISTICS_QUERY; in features()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-types/src/
H A Dlib.rs227 const PIPELINE_STATISTICS_QUERY = 0x0000_0000_0000_0008; const
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-types/src/
H A Dlib.rs227 const PIPELINE_STATISTICS_QUERY = 0x0000_0000_0000_0008; const
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-types/src/
H A Dlib.rs233 const PIPELINE_STATISTICS_QUERY = 1 << 4; const
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs2610 self.require_features(wgt::Features::PIPELINE_STATISTICS_QUERY)?; in create_query_set()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/device/
H A Dmod.rs2776 self.require_features(wgt::Features::PIPELINE_STATISTICS_QUERY)?; in create_query_set()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs2610 self.require_features(wgt::Features::PIPELINE_STATISTICS_QUERY)?; in create_query_set()