Home
last modified time | relevance | path

Searched refs:allows_user_pointers (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp415 if (allows_user_pointers() && pipe->get_param(pipe, PIPE_CAP_SYSTEM_SVM)) in svm_support()
424 device::allows_user_pointers() const { in allows_user_pointers() function in device
H A Ddevice.hpp83 bool allows_user_pointers() const;
H A Dresource.cpp183 if (obj.flags() & CL_MEM_USE_HOST_PTR && dev.allows_user_pointers()) { in root_resource()