Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_atomic.h72 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() function
119 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() function
164 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() function
189 #define p_atomic_cmpxchg(_v, old, _new) (*(_v) == old ? *(_v) = (_new) : *(_v)) macro
240 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() function
298 p_atomic_cmpxchg(int32_t *v, int32_t old, int32_t _new) in p_atomic_cmpxchg() function
333 #define p_atomic_cmpxchg(_v, _old, _new) \ macro
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_fence.c181 prev = p_atomic_cmpxchg(&vfence->signalled, old, old | vflags); in vmw_fence_signalled()
225 prev = p_atomic_cmpxchg(&vfence->signalled, old, old | vflags); in vmw_fence_finish()