Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c81 static struct list_head ctx_list = {&ctx_list, &ctx_list}; variable
170 list_addtail(&fctx->head, &ctx_list); in debug_flush_ctx_create()
237 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head) { in debug_flush_map()