Searched refs:ATOMIC_CASE_IMPL (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 419 #define ATOMIC_CASE_IMPL(ctx, instr, nir, op, is_shared) \ macro 425 ATOMIC_CASE_IMPL(ctx, instr, shared_atomic_##nir, atomic_##op, true); \ 426 ATOMIC_CASE_IMPL(ctx, instr, global_atomic_##nir, atomic_##op, false);
|