Home
last modified time | relevance | path

Searched refs:p_atomic_inc (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_atomic.h47 #define p_atomic_inc(v) (void) __atomic_add_fetch((v), 1, __ATOMIC_ACQ_REL) macro
63 #define p_atomic_inc(v) (void) __sync_add_and_fetch((v), 1) macro
96 #define p_atomic_inc(_v) ((void) p_atomic_inc_return(_v)) macro
145 #define p_atomic_inc(_v) \ macro
222 #define p_atomic_inc(v) (void) (\ macro
Ddisk_cache.c606 p_atomic_inc(&cache->stats.hits); in disk_cache_get()
608 p_atomic_inc(&cache->stats.misses); in disk_cache_get()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_descriptor_set_layout.h73 p_atomic_inc(&layout->ref_cnt); in vk_descriptor_set_layout_ref()
Dvk_pipeline_layout.h95 p_atomic_inc(&layout->ref_cnt); in vk_pipeline_layout_ref()
Dvk_pipeline_cache.h142 p_atomic_inc(&object->ref_cnt); in vk_pipeline_cache_object_ref()
Dvk_device.c300 p_atomic_inc(&device->_lost.lost); in _vk_device_set_lost()
Dvk_queue.c131 p_atomic_inc(&queue->base.device->_lost.lost); in _vk_queue_set_lost()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_call_once_test.cpp19 p_atomic_inc(x); in update_x()
Du_atomic_test.cpp110 p_atomic_inc(&v); in TYPED_TEST()
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Du_trace.c270 p_atomic_inc(&payload->refcount); in u_trace_payload_buf_ref()