Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A 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/
H A Du_trace.c52 struct list_head ctx_list = { &ctx_list, &ctx_list }; variable
430 list_add(&utctx->node, &ctx_list); in u_trace_context_init()
466 list_for_each_entry (struct u_trace_context, utctx, &ctx_list, node) in u_trace_perfetto_start()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.h72 struct list_head ctx_list; member
H A Dlp_flush.c119 list_for_each_entry(struct llvmpipe_context, ctx, &lp_screen->ctx_list, list) in llvmpipe_flush_resource()
H A Dlp_context.c320 list_addtail(&llvmpipe->list, &lp_screen->ctx_list); in llvmpipe_create_context()
H A Dlp_screen.c1088 list_inithead(&screen->ctx_list); in llvmpipe_create_screen()

Completed in 5 milliseconds