Home
last modified time | relevance | path

Searched refs:unpin (Results 1 - 2 of 2) sorted by relevance

/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c2471 struct drm_i915_gem_unpin unpin; in drm_intel_gem_bo_unpin() local
2474 memclear(unpin); in drm_intel_gem_bo_unpin()
2475 unpin.handle = bo_gem->gem_handle; in drm_intel_gem_bo_unpin()
2477 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_UNPIN, &unpin); in drm_intel_gem_bo_unpin()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs859 let unpin = quote_spanned! {ety.semi_token.span=> in expand_rust_type_assert_unpin()
868 fn __AssertUnpin<T: ?::cxx::core::marker::Sized + #unpin>() {} in expand_rust_type_assert_unpin()

Completed in 8 milliseconds