Searched refs:WRITE_ONCE (Results 1 - 9 of 9) 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
H A Diris_query.c799 WRITE_ONCE(q->map->snapshots_landed, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_fine_fence.c12 WRITE_ONCE(*batch->fine_fences.map, 0);
H A Dcrocus_screen.h51 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
H A Dcrocus_query.c554 WRITE_ONCE(q->map->snapshots_landed, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fine_fence.c12 WRITE_ONCE(*batch->fine_fences.map, 0);
H A Diris_screen.h49 #define WRITE_ONCE(x, v) *(volatile __typeof__(x) *)&(x) = (v) macro
H A Diris_query.c525 WRITE_ONCE(q->map->snapshots_landed, false);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst3243 - iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed

Completed in 20 milliseconds