Searched refs:list_is_linked (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dlist.h114 static inline bool list_is_linked(const struct list_head *list) function in typeref:typename:bool
127 return list_is_linked(list) && !list_is_empty(list) && list->next->next == list;
164 assert(list_is_linked(list));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.c63 if (!list_is_linked(&slab->head)) {
H A Dpb_cache.c44 if (list_is_linked(&entry->head)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbuffer9.c199 if (list_is_linked(&This->managed.list))
201 if (list_is_linked(&This->managed.list2))
H A Dbasetexture9.c106 if (list_is_linked(&This->list))
108 if (list_is_linked(&This->list2))
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_bo.c89 if (list_is_linked(&bo->list)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_enc_common.c37 if (!head || !list_is_linked(head))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c786 if (list_is_linked(&tq->head_unflushed))
829 if (!list_is_linked(&tq->head_unflushed))
874 if (list_is_linked(&tq->head_unflushed)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c268 if (list_is_linked(&bo->head))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2013 - util/list: add list_is_linked
2014 - nine: use list_is_linked
2015 - gallium: use list_is_linked
2016 - iris: use list_is_linked
2017 - r600: use list_is_linked
2018 - omx: use list_is_linked
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c385 if (list_is_linked(&shader->shader.bc.cf))

Completed in 67 milliseconds