Searched defs:WRITE_ONCE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_screen.h37 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.h49 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro

Completed in 3 milliseconds