Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/apple/
Dapple_glx_context.c69 static struct apple_glx_context *context_list = NULL; variable
107 for (i = context_list; i; i = i->next) { in is_context_valid()
194 if (context_list) in apple_glx_create_context()
195 context_list->previous = ac; in apple_glx_create_context()
198 ac->next = context_list; in apple_glx_create_context()
199 context_list = ac; in apple_glx_create_context()
238 context_list = ac->next; in apple_glx_destroy_context()
536 for (ac = context_list; ac; ac = ac->next) { in apple_glx_context_surface_changed()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudacontext.c32 static GList *context_list = NULL; variable
209 for (iter = context_list; iter; iter = g_list_next (iter)) { in gst_cuda_context_constructed()
217 context_list = g_list_append (context_list, context); in gst_cuda_context_constructed()
256 context_list = g_list_remove (context_list, context); in gst_cuda_context_weak_ref_notify()
279 for (iter = context_list; iter; iter = g_list_next (iter)) { in gst_cuda_context_weak_ref_notify()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.h80 struct list_head context_list; member
Dd3d12_bufmgr.cpp195 list_for_each_entry(d3d12_context_type, ctx, &bo->screen->context_list, context_list_entry) in d3d12_bo_unreference()
Dd3d12_screen.cpp1152 list_inithead(&screen->context_list); in d3d12_init_screen_base()
Dd3d12_context.cpp2589 list_addtail(&ctx->context_list_entry, &screen->context_list); in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.h65 struct list_head context_list; member
Dfreedreno_context.c665 list_add(&ctx->node, &ctx->screen->context_list); in fd_context_init()
Dfreedreno_screen.c1116 list_inithead(&screen->context_list); in fd_screen_create()
Dfreedreno_resource.c160 list_for_each_entry (struct fd_context, ctx, &screen->context_list, node) in rebind_resource()
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h96 DECLARE_PTR_LIST(context_list, struct context);
102 struct context_list *contexts;
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst17 struct context_list *contexts;
/third_party/grpc/
DBUILD.gn501 "${GRPC_DIR}/src/core/ext/transport/chttp2/transport/context_list.cc",
502 "${GRPC_DIR}/src/core/ext/transport/chttp2/transport/context_list.h",