Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c90 static struct list_head ctx_list = {&ctx_list, &ctx_list}; variable
169 list_addtail(&fctx->head, &ctx_list); in debug_flush_ctx_create()
251 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head) { in debug_flush_map()
/third_party/mesa3d/src/util/perf/
Du_trace.c50 struct list_head ctx_list = { &ctx_list, &ctx_list }; variable
281 list_add(&utctx->node, &ctx_list); in u_trace_context_init()
308 list_for_each_entry (struct u_trace_context, utctx, &ctx_list, node) in u_trace_perfetto_start()