Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dlist.h121 static inline bool list_is_linked(const struct list_head *list) in list_is_linked() function
134 return list_is_linked(list) && !list_is_empty(list) && list->next->next == list; in list_is_singular()
171 assert(list_is_linked(list)); in list_validate()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c63 if (!list_is_linked(&slab->head)) { in pb_slab_reclaim()
Dpb_cache.c44 if (list_is_linked(&entry->head)) { in destroy_buffer_locked()
/third_party/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c199 if (list_is_linked(&This->managed.list)) in NineBuffer9_dtor()
201 if (list_is_linked(&This->managed.list2)) in NineBuffer9_dtor()
Dbasetexture9.c106 if (list_is_linked(&This->list)) in NineBaseTexture9_dtor()
108 if (list_is_linked(&This->list2)) in NineBaseTexture9_dtor()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c142 if (list_is_linked(&bo->list)) { in lookup_bo()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c37 if (!head || !list_is_linked(head)) in enc_ReleaseTasks()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c835 if (list_is_linked(&tq->head_unflushed)) in tc_call_destroy_query()
878 if (!list_is_linked(&tq->head_unflushed)) in tc_call_end_query()
923 if (list_is_linked(&tq->head_unflushed)) { in tc_get_query_result()
/third_party/mesa3d/docs/relnotes/
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
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c274 if (list_is_linked(&bo->head)) in find_and_ref_external_bo()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c391 if (list_is_linked(&shader->shader.bc.cf)) in r600_pipe_shader_destroy()