Home
last modified time | relevance | path

Searched defs:newv (Results 1 – 4 of 4) sorted by relevance

/third_party/libdrm/
Dxf86atomic.h52 # define atomic_cmpxchg(x, oldv, newv) __sync_val_compare_and_swap (&(x)->atomic, oldv, newv) argument
73 # define atomic_cmpxchg(x, oldv, newv) AO_compare_and_swap_full(&(x)->atomic, oldv, newv) argument
97 # define atomic_cmpxchg(x, oldv, newv) atomic_cas_uint (&(x)->atomic, oldv, newv) argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_stipple.c81 float *newv = dst->data[attr]; in screen_interp() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_constants.h122 #define SET_SWZ(swz, idx, newv) \ argument
Dradeon_pair_schedule.c1212 struct reg_value * newv; in scan_write() local