Home
last modified time | relevance | path

Searched refs:lock_life (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs277 fn lock_life<'this, 'token: 'this>( in lock_life() method
290 let mut life_tracker = self.lock_life(token); in maintain()
770 .lock_life(&mut token) in buffer_destroy()
823 .lock_life(&mut token) in texture_destroy()
946 .lock_life(&mut token) in texture_view_destroy()
1022 .lock_life(&mut token) in sampler_destroy()
1125 .lock_life(&mut token) in bind_group_layout_destroy()
1217 .lock_life(&mut token) in pipeline_layout_destroy()
1495 .lock_life(&mut token) in bind_group_destroy()
1660 .lock_life(&mut token) in command_encoder_destroy()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_remember.h96 unsigned char lock_life; member
H A De_int_client_locks.c100 cfdata->lock.life = (int)cfdata->client->lock_life & 0x1; in _fill_data()
179 cfdata->client->lock_life = flag; in _basic_apply_data()
242 cfdata->client->lock_life = cfdata->lock.life; in _advanced_apply_data()
H A De_remember.c553 ec->lock_life = rem->prop.lock_life; in e_remember_apply()
785 rem->prop.lock_life = ec->lock_life; in _e_remember_update()
H A De_client.h651 unsigned int lock_life E_BITFIELD; /*DONE*/
H A De_config.c366 E_CONFIG_VAL(D, T, prop.lock_life, UCHAR); in _e_config_edd_init()
H A De_client.c2981 if (ec->lock_life) in e_clients_immortal_list()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs413 fn lock_life<'this, 'token: 'this>( in lock_life() method
510 self.lock_life(&mut token) in untrack()
2590 self.lock_life(token) in wait_for_submit()
3405 .lock_life(&mut token) in texture_view_drop()
3495 .lock_life(&mut token) in sampler_drop()
3593 .lock_life(&mut token) in bind_group_layout_drop()
3669 .lock_life(&mut token) in pipeline_layout_drop()
3768 .lock_life(&mut token) in bind_group_drop()
4032 .lock_life(&mut token) in render_bundle_drop()
4110 .lock_life(&mut token) in query_set_drop()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/device/
H A Dmod.rs404 fn lock_life<'this, 'token: 'this>( in lock_life() method
522 self.lock_life(token) in untrack()
2753 .lock_life(token) in wait_for_submit()
3663 .lock_life(&mut token) in texture_view_drop()
3753 .lock_life(&mut token) in sampler_drop()
3848 .lock_life(&mut token) in bind_group_layout_drop()
3924 .lock_life(&mut token) in pipeline_layout_drop()
4019 .lock_life(&mut token) in bind_group_drop()
4326 .lock_life(&mut token) in render_bundle_drop()
4404 .lock_life(&mut token) in query_set_drop()
[all …]
H A Dqueue.rs870 device.lock_life(&mut token).track_submission( in queue_submit()
886 device.lock_life(&mut token).post_submit(); in queue_submit()
922 Ok(device) => device.lock_life(&mut token).add_work_done_closure(closure), in queue_on_submitted_work_done()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs413 fn lock_life<'this, 'token: 'this>( in lock_life() method
510 self.lock_life(&mut token) in untrack()
2590 self.lock_life(token) in wait_for_submit()
3405 .lock_life(&mut token) in texture_view_drop()
3495 .lock_life(&mut token) in sampler_drop()
3593 .lock_life(&mut token) in bind_group_layout_drop()
3669 .lock_life(&mut token) in pipeline_layout_drop()
3768 .lock_life(&mut token) in bind_group_drop()
4032 .lock_life(&mut token) in render_bundle_drop()
4110 .lock_life(&mut token) in query_set_drop()
[all …]