Searched refs:atomicExchange (Results 1 – 3 of 3) sorted by relevance
58 ropOperationsFrame = sw::atomicExchange(&ropOperations, 0); in nextFrame()59 texOperationsFrame = sw::atomicExchange(&texOperations, 0); in nextFrame()60 compressedTexFrame = sw::atomicExchange(&compressedTex, 0); in nextFrame()
100 int64_t atomicExchange(int64_t volatile *target, int64_t value);103 int atomicExchange(int volatile *target, int value);203 inline int64_t atomicExchange(volatile int64_t *target, int64_t value) in atomicExchange() function215 inline int atomicExchange(volatile int *target, int value) in atomicExchange() function
496 uint atomicExchange(inout uint mem, uint data);497 int atomicExchange(inout int mem, int data);