Home
last modified time | relevance | path

Searched refs:acquire_cap (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/
Dmacros.h461 #define acquire_cap(l) __attribute((acquire_capability(l), no_thread_safety_analysis)) macro
472 #define acquire_cap(l) macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h216 acquire_cap(fd_context_access_cap) in fd_context_access_begin()