Searched refs:global_bufmgr_list (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c169 static struct list_head global_bufmgr_list = { variable in typeref:struct:list_head
170 .next = &global_bufmgr_list,
171 .prev = &global_bufmgr_list,
1703 list_for_each_entry(struct crocus_bufmgr, iter_bufmgr, &global_bufmgr_list, link) {
1717 list_addtail(&bufmgr->link, &global_bufmgr_list);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c245 static struct list_head global_bufmgr_list = { variable in typeref:struct:list_head
246 .next = &global_bufmgr_list,
247 .prev = &global_bufmgr_list,
2396 list_for_each_entry(struct iris_bufmgr, iter_bufmgr, &global_bufmgr_list, link) {
2410 list_addtail(&bufmgr->link, &global_bufmgr_list);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c193 static struct list_head global_bufmgr_list = { variable in typeref:struct:list_head
194 .next = &global_bufmgr_list,
195 .prev = &global_bufmgr_list,
1941 list_for_each_entry(struct brw_bufmgr, iter_bufmgr, &global_bufmgr_list, link) {
1955 list_addtail(&bufmgr->link, &global_bufmgr_list);

Completed in 10 milliseconds