Searched refs:vn_refcount (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_common.h164 struct vn_refcount { struct
186 (struct vn_refcount) { .count = (val) }
189 vn_refcount_load_relaxed(const struct vn_refcount *ref)
195 vn_refcount_fetch_add_relaxed(struct vn_refcount *ref, int val)
201 vn_refcount_fetch_sub_release(struct vn_refcount *ref, int val)
207 vn_refcount_is_valid(const struct vn_refcount *ref)
213 vn_refcount_inc(struct vn_refcount *ref)
221 vn_refcount_dec(struct vn_refcount *ref)
H A Dvn_descriptor_set.h31 struct vn_refcount refcount;
H A Dvn_renderer.h12 struct vn_refcount refcount;
20 struct vn_refcount refcount;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst813 - venus: add vn_refcount
814 - venus: convert bo and shmem to use vn_refcount
816 - venus: add vn_refcount to vn_descriptor_set_layout

Completed in 10 milliseconds