|
Blender V5.0
|
#include "atomic_ops.h"Go to the source code of this file.
Macros | |
| #define | atomic_add_and_fetch_float(p, x) |
| #define | atomic_compare_and_swap_float(p, old_val, new_val) |
| #define | atomic_fetch_and_inc_uint32(p) |
| #define | atomic_fetch_and_dec_uint32(p) |
| #define | CCL_LOCAL_MEM_FENCE 0 |
| #define | ccl_barrier(flags) |
| #define atomic_add_and_fetch_float | ( | p, | |
| x ) |
Definition at line 12 of file atomic.h.
Referenced by film_write_cryptomatte_slots(), film_write_pass_float(), film_write_pass_float3(), and film_write_pass_float4().
| #define atomic_compare_and_swap_float | ( | p, | |
| old_val, | |||
| new_val ) |
Definition at line 13 of file atomic.h.
Referenced by film_write_cryptomatte_slots().
| #define atomic_fetch_and_dec_uint32 | ( | p | ) |
| #define atomic_fetch_and_inc_uint32 | ( | p | ) |