Home
last modified time | relevance | path

Searched refs:hal (Results 76 – 100 of 6342) sorted by relevance

12345678910>>...254

/dports/mail/thunderbird/thunderbird-91.8.0/dom/power/
H A DWakeLock.cpp17 using namespace mozilla::hal;
106 hal::ModifyWakeLock( in DoLock()
107 mTopic, hal::WAKE_LOCK_ADD_ONE, in DoLock()
108 mHidden ? hal::WAKE_LOCK_ADD_ONE : hal::WAKE_LOCK_NO_CHANGE, in DoLock()
118 hal::ModifyWakeLock( in DoUnlock()
119 mTopic, hal::WAKE_LOCK_REMOVE_ONE, in DoUnlock()
120 mHidden ? hal::WAKE_LOCK_REMOVE_ONE : hal::WAKE_LOCK_NO_CHANGE, in DoUnlock()
194 hal::ModifyWakeLock( in HandleEvent()
195 mTopic, hal::WAKE_LOCK_NO_CHANGE, in HandleEvent()
196 mHidden ? hal::WAKE_LOCK_ADD_ONE : hal::WAKE_LOCK_REMOVE_ONE, in HandleEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/power/
H A DWakeLock.cpp17 using namespace mozilla::hal;
131 hal::ModifyWakeLock( in DoLock()
132 mTopic, hal::WAKE_LOCK_ADD_ONE, in DoLock()
133 mHidden ? hal::WAKE_LOCK_ADD_ONE : hal::WAKE_LOCK_NO_CHANGE, in DoLock()
143 hal::ModifyWakeLock( in DoUnlock()
144 mTopic, hal::WAKE_LOCK_REMOVE_ONE, in DoUnlock()
145 mHidden ? hal::WAKE_LOCK_REMOVE_ONE : hal::WAKE_LOCK_NO_CHANGE, in DoUnlock()
213 hal::ModifyWakeLock( in HandleEvent()
214 mTopic, hal::WAKE_LOCK_NO_CHANGE, in HandleEvent()
215 mHidden ? hal::WAKE_LOCK_ADD_ONE : hal::WAKE_LOCK_REMOVE_ONE, in HandleEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/
H A Dhub.rs153 impl<B: hal::Backend> Access<Adapter<B>> for Root {}
154 impl<B: hal::Backend> Access<Adapter<B>> for Surface {}
155 impl<B: hal::Backend> Access<Device<B>> for Root {}
156 impl<B: hal::Backend> Access<Device<B>> for Surface {}
158 impl<B: hal::Backend> Access<SwapChain<B>> for Root {}
165 impl<B: hal::Backend> Access<BindGroup<B>> for Root {}
180 impl<B: hal::Backend> Access<Buffer<B>> for Root {}
181 impl<B: hal::Backend> Access<Buffer<B>> for Device<B> {}
187 impl<B: hal::Backend> Access<Texture<B>> for Root {}
194 impl<B: hal::Backend> Access<Sampler<B>> for Root {}
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dhub.rs244 impl<B: hal::Backend> Access<Adapter<B>> for Root {}
245 impl<B: hal::Backend> Access<Adapter<B>> for Surface {}
246 impl<B: hal::Backend> Access<Device<B>> for Root {}
247 impl<B: hal::Backend> Access<Device<B>> for Surface {}
249 impl<B: hal::Backend> Access<SwapChain<B>> for Root {}
257 impl<B: hal::Backend> Access<BindGroup<B>> for Root {}
272 impl<B: hal::Backend> Access<QuerySet<B>> for Root {}
279 impl<B: hal::Backend> Access<Buffer<B>> for Root {}
287 impl<B: hal::Backend> Access<Texture<B>> for Root {}
294 impl<B: hal::Backend> Access<Sampler<B>> for Root {}
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dinstance.rs11 use hal::{Adapter as _, Instance as _};
17 pub struct HalSurface<A: hal::Api> {
220 pub struct Adapter<A: hal::Api> {
461 fn init<A: hal::Api>( in instance_create_surface()
572 hal::api::Vulkan, in enumerate_adapters()
579 hal::api::Metal, in enumerate_adapters()
667 hal::api::Vulkan, in request_adapter()
676 hal::api::Metal, in request_adapter()
685 hal::api::Dx12, in request_adapter()
694 hal::api::Dx11, in request_adapter()
[all …]
H A Dhub.rs608 use hal::{Device as _, Surface as _}; in clear()
782 vulkan: Hub<hal::api::Vulkan, F>,
784 metal: Hub<hal::api::Metal, F>,
786 dx12: Hub<hal::api::Dx12, F>,
788 dx11: Hub<hal::api::Dx11, F>,
790 gl: Hub<hal::api::Gles, F>,
938 pub trait HalApi: hal::Api {
947 impl HalApi for hal::api::Vulkan {
968 impl HalApi for hal::api::Metal {
989 impl HalApi for hal::api::Dx12 {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dhub.rs244 impl<B: hal::Backend> Access<Adapter<B>> for Root {}
245 impl<B: hal::Backend> Access<Adapter<B>> for Surface {}
246 impl<B: hal::Backend> Access<Device<B>> for Root {}
247 impl<B: hal::Backend> Access<Device<B>> for Surface {}
249 impl<B: hal::Backend> Access<SwapChain<B>> for Root {}
257 impl<B: hal::Backend> Access<BindGroup<B>> for Root {}
272 impl<B: hal::Backend> Access<QuerySet<B>> for Root {}
279 impl<B: hal::Backend> Access<Buffer<B>> for Root {}
287 impl<B: hal::Backend> Access<Texture<B>> for Root {}
294 impl<B: hal::Backend> Access<Sampler<B>> for Root {}
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/
H A DAudioChannelManager.h16 namespace hal {
26 , public hal::SwitchObserver
35 void Notify(const hal::SwitchEvent& aEvent);
57 mState = Some(hal::GetCurrentSwitchState(hal::SWITCH_HEADPHONES)); in Headphones()
59 return mState.value() != hal::SWITCH_STATE_OFF && in Headphones()
60 mState.value() != hal::SWITCH_STATE_UNKNOWN; in Headphones()
79 Maybe<hal::SwitchState> mState;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-memory/src/allocator/
H A Ddedicated.rs8 use hal::{device::Device as _, Backend};
41 fn properties(&self) -> hal::memory::Properties { in properties()
49 fn segment(&self) -> hal::memory::Segment { in segment()
50 hal::memory::Segment { in segment()
59 segment: hal::memory::Segment, in map()
60 ) -> Result<MappedRange<'a, B>, hal::device::MapError> { in map()
75 .ok_or(hal::device::MapError::MappingFailed)? in map()
95 memory_type: hal::MemoryTypeId,
96 memory_properties: hal::memory::Properties,
105 memory_type: hal::MemoryTypeId, in new()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/command/
H A Dclear.rs17 use hal::CommandEncoder as _;
235 pub(crate) fn clear_texture<A: hal::Api>( in clear_texture()
254 pub(crate) fn clear_texture_no_device<A: hal::Api>( in clear_texture_no_device()
260 alignments: &hal::Alignments, in clear_texture_no_device()
273 } => hal::TextureUses::DEPTH_STENCIL_WRITE, in clear_texture_no_device()
321 fn clear_texture_via_buffer_copies<A: hal::Api>( in clear_texture_via_buffer_copies()
323 alignments: &hal::Alignments, in clear_texture_via_buffer_copies()
385 size: hal::CopyExtent { in clear_texture_via_buffer_copies()
403 fn clear_texture_via_render_passes<A: hal::Api>( in clear_texture_via_render_passes()
429 target: hal::Attachment { in clear_texture_via_render_passes()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs6 use hal::device::Device as _;
13 struct MemoryDevice<'a, B: hal::Backend>(&'a B::Device);
15 impl<B: hal::Backend> MemoryAllocator<B> {
16 pub fn new(mem_props: hal::adapter::MemoryProperties, limits: hal::Limits) -> Self { in new()
61 requirements: hal::memory::Requirements, in allocate()
90 impl<B: hal::Backend> MemoryBlock<B> {
171 ) -> hal::memory::Segment { in segment()
172 hal::memory::Segment { in segment()
239 hal::memory::Segment { in map_memory()
267 hal::memory::Segment { in invalidate_memory_ranges()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs6 use hal::device::Device as _;
13 struct MemoryDevice<'a, B: hal::Backend>(&'a B::Device);
15 impl<B: hal::Backend> MemoryAllocator<B> {
16 pub fn new(mem_props: hal::adapter::MemoryProperties, limits: hal::Limits) -> Self { in new()
61 requirements: hal::memory::Requirements, in allocate()
90 impl<B: hal::Backend> MemoryBlock<B> {
171 ) -> hal::memory::Segment { in segment()
172 hal::memory::Segment { in segment()
239 hal::memory::Segment { in map_memory()
267 hal::memory::Segment { in invalidate_memory_ranges()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DWindowOrientationObserver.cpp24 hal::RegisterScreenConfigurationObserver(this); in WindowOrientationObserver()
26 hal::ScreenConfiguration config; in WindowOrientationObserver()
27 hal::GetCurrentScreenConfiguration(&config); in WindowOrientationObserver()
32 hal::UnregisterScreenConfigurationObserver(this); in ~WindowOrientationObserver()
36 const mozilla::hal::ScreenConfiguration& aConfiguration) { in Notify()
46 hal::ScreenConfiguration config; in OrientationAngle()
47 hal::GetCurrentScreenConfiguration(&config); in OrientationAngle()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DWindowOrientationObserver.cpp24 hal::RegisterScreenConfigurationObserver(this); in WindowOrientationObserver()
26 hal::ScreenConfiguration config; in WindowOrientationObserver()
27 hal::GetCurrentScreenConfiguration(&config); in WindowOrientationObserver()
32 hal::UnregisterScreenConfigurationObserver(this); in ~WindowOrientationObserver()
36 const mozilla::hal::ScreenConfiguration& aConfiguration) { in Notify()
47 hal::ScreenConfiguration config; in OrientationAngle()
48 hal::GetCurrentScreenConfiguration(&config); in OrientationAngle()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DWindowOrientationObserver.cpp24 hal::RegisterScreenConfigurationObserver(this); in WindowOrientationObserver()
26 hal::ScreenConfiguration config; in WindowOrientationObserver()
27 hal::GetCurrentScreenConfiguration(&config); in WindowOrientationObserver()
32 hal::UnregisterScreenConfigurationObserver(this); in ~WindowOrientationObserver()
36 const mozilla::hal::ScreenConfiguration& aConfiguration) { in Notify()
46 hal::ScreenConfiguration config; in OrientationAngle()
47 hal::GetCurrentScreenConfiguration(&config); in OrientationAngle()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DWindowOrientationObserver.cpp24 hal::RegisterScreenConfigurationObserver(this); in WindowOrientationObserver()
26 hal::ScreenConfiguration config; in WindowOrientationObserver()
27 hal::GetCurrentScreenConfiguration(&config); in WindowOrientationObserver()
32 hal::UnregisterScreenConfigurationObserver(this); in ~WindowOrientationObserver()
36 const mozilla::hal::ScreenConfiguration& aConfiguration) { in Notify()
46 hal::ScreenConfiguration config; in OrientationAngle()
47 hal::GetCurrentScreenConfiguration(&config); in OrientationAngle()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DWindowOrientationObserver.cpp25 hal::RegisterScreenConfigurationObserver(this); in WindowOrientationObserver()
27 hal::ScreenConfiguration config; in WindowOrientationObserver()
28 hal::GetCurrentScreenConfiguration(&config); in WindowOrientationObserver()
34 hal::UnregisterScreenConfigurationObserver(this); in ~WindowOrientationObserver()
39 const mozilla::hal::ScreenConfiguration& aConfiguration) in Notify()
51 hal::ScreenConfiguration config; in OrientationAngle()
52 hal::GetCurrentScreenConfiguration(&config); in OrientationAngle()
/dports/devel/gvfs/gvfs-1.46.2/po/
H A Dbe@latin.po1226 #: ../monitor/gphoto2/hal-utils.c:40 ../monitor/hal/hal-utils.c:40
1230 #: ../monitor/gphoto2/hal-utils.c:40 ../monitor/hal/hal-utils.c:40
1234 #: ../monitor/gphoto2/hal-utils.c:41 ../monitor/hal/hal-utils.c:41
1238 #: ../monitor/gphoto2/hal-utils.c:41 ../monitor/hal/hal-utils.c:41
1242 #: ../monitor/gphoto2/hal-utils.c:42 ../monitor/hal/hal-utils.c:42
1246 #: ../monitor/gphoto2/hal-utils.c:42 ../monitor/hal/hal-utils.c:42
1251 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1256 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1260 #: ../monitor/gphoto2/hal-utils.c:44 ../monitor/hal/hal-utils.c:44
1264 #: ../monitor/gphoto2/hal-utils.c:44 ../monitor/hal/hal-utils.c:44
[all …]
H A Dsq.po1391 #: ../monitor/hal/hal-utils.c:40 ../monitor/gphoto2/hal-utils.c:40
1395 #: ../monitor/hal/hal-utils.c:40 ../monitor/gphoto2/hal-utils.c:40
1399 #: ../monitor/hal/hal-utils.c:41 ../monitor/gphoto2/hal-utils.c:41
1403 #: ../monitor/hal/hal-utils.c:41 ../monitor/gphoto2/hal-utils.c:41
1407 #: ../monitor/hal/hal-utils.c:42 ../monitor/gphoto2/hal-utils.c:42
1411 #: ../monitor/hal/hal-utils.c:42 ../monitor/gphoto2/hal-utils.c:42
1415 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1420 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1425 #: ../monitor/hal/hal-utils.c:44 ../monitor/gphoto2/hal-utils.c:44
1429 #: ../monitor/hal/hal-utils.c:44 ../monitor/gphoto2/hal-utils.c:44
[all …]
H A Dmai.po1424 #: ../monitor/gphoto2/hal-utils.c:40 ../monitor/hal/hal-utils.c:40
1428 #: ../monitor/gphoto2/hal-utils.c:40 ../monitor/hal/hal-utils.c:40
1432 #: ../monitor/gphoto2/hal-utils.c:41 ../monitor/hal/hal-utils.c:41
1436 #: ../monitor/gphoto2/hal-utils.c:41 ../monitor/hal/hal-utils.c:41
1440 #: ../monitor/gphoto2/hal-utils.c:42 ../monitor/hal/hal-utils.c:42
1444 #: ../monitor/gphoto2/hal-utils.c:42 ../monitor/hal/hal-utils.c:42
1449 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1454 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1458 #: ../monitor/gphoto2/hal-utils.c:44 ../monitor/hal/hal-utils.c:44
1462 #: ../monitor/gphoto2/hal-utils.c:44 ../monitor/hal/hal-utils.c:44
[all …]
H A Dga.po1424 #: ../monitor/gphoto2/hal-utils.c:40 ../monitor/hal/hal-utils.c:40
1428 #: ../monitor/gphoto2/hal-utils.c:40 ../monitor/hal/hal-utils.c:40
1432 #: ../monitor/gphoto2/hal-utils.c:41 ../monitor/hal/hal-utils.c:41
1436 #: ../monitor/gphoto2/hal-utils.c:41 ../monitor/hal/hal-utils.c:41
1440 #: ../monitor/gphoto2/hal-utils.c:42 ../monitor/hal/hal-utils.c:42
1444 #: ../monitor/gphoto2/hal-utils.c:42 ../monitor/hal/hal-utils.c:42
1449 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1454 #: ../monitor/hal/hal-utils.c:43 ../monitor/hal/hal-utils.c:45
1458 #: ../monitor/gphoto2/hal-utils.c:44 ../monitor/hal/hal-utils.c:44
1462 #: ../monitor/gphoto2/hal-utils.c:44 ../monitor/hal/hal-utils.c:44
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/realtek/rtw88/
H A Dphy.c158 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_dig_write() local
824 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_read_rf() local
847 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_read_rf_sipi() local
896 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_write_rf_reg_sipi() local
936 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_write_rf_reg() local
969 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_setup_phy_cond() local
998 struct rtw_hal *hal = &rtwdev->hal; in check_positive() local
1379 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_store_tx_power_by_rate() local
1459 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_set_tx_power_limit() local
1494 struct rtw_hal *hal = &rtwdev->hal; in rtw_xref_5g_txpwr_lmt() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/realtek/rtw88/
H A Dphy.c158 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_dig_write() local
824 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_read_rf() local
847 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_read_rf_sipi() local
896 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_write_rf_reg_sipi() local
936 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_write_rf_reg() local
969 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_setup_phy_cond() local
998 struct rtw_hal *hal = &rtwdev->hal; in check_positive() local
1379 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_store_tx_power_by_rate() local
1459 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_set_tx_power_limit() local
1494 struct rtw_hal *hal = &rtwdev->hal; in rtw_xref_5g_txpwr_lmt() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/realtek/rtw88/
H A Dphy.c158 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_dig_write() local
824 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_read_rf() local
847 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_read_rf_sipi() local
896 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_write_rf_reg_sipi() local
936 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_write_rf_reg() local
969 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_setup_phy_cond() local
998 struct rtw_hal *hal = &rtwdev->hal; in check_positive() local
1379 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_store_tx_power_by_rate() local
1459 struct rtw_hal *hal = &rtwdev->hal; in rtw_phy_set_tx_power_limit() local
1494 struct rtw_hal *hal = &rtwdev->hal; in rtw_xref_5g_txpwr_lmt() local
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/track/
H A Dtexture.rs31 pub fn to_states(&self) -> Range<hal::image::State> { in to_states()
70 type Selector = hal::image::SubresourceRange;
80 (hal::format::Aspects::COLOR, &mip.color), in query()
81 (hal::format::Aspects::DEPTH, &mip.depth), in query()
82 (hal::format::Aspects::STENCIL, &mip.stencil), in query()
117 (hal::format::Aspects::COLOR, &mut mip.color), in change()
160 let level = mip_id as hal::image::Level; in merge()
163 hal::format::Aspects::COLOR, in merge()
168 hal::format::Aspects::DEPTH, in merge()
173 hal::format::Aspects::STENCIL, in merge()
[all …]

12345678910>>...254