Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcontext.cpp67 svm_ptrs.emplace(ptr, size); in add_svm_allocation()
72 svm_ptrs.erase(ptr); in remove_svm_allocation()
78 if (svm_ptrs.empty()) in find_svm_allocation()
81 auto it = std::prev(svm_ptrs.upper_bound(ptr)); in find_svm_allocation()
82 if (it == svm_ptrs.end()) in find_svm_allocation()
H A Dcontext.hpp82 svm_pointer_map svm_ptrs; member in clover::context

Completed in 2 milliseconds