Home
last modified time | relevance | path

Searched refs:handle_views (Results 1 – 4 of 4) sorted by relevance

/dports/databases/libcouchbase/libcouchbase-2.10.7/src/operations/
H A Dping.cc293 static void handle_views(lcb_t instance, int, const lcb_RESPBASE *resp) in handle_views() function
391 PING_HTTP(LCBVB_SVCTYPE_VIEWS, "/", views_timeout, handle_views); in lcb_ping3()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Ddevice.rs1156 let handle_views = match cpu_views { in create_bind_group() localVariable
1182 handle_views, in create_bind_group()
1188 if let Some(dual) = group.handle_views { in destroy_bind_group()
H A Dmod.rs479 handle_views: Option<descriptor::DualHandle>, field
H A Dcommand.rs742 super::RootElement::Table(group.handle_views.unwrap().gpu); in set_bind_group()