Searched refs:context_list (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 69 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/ |
D | gstcudacontext.c | 32 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/ |
D | d3d12_screen.h | 80 struct list_head context_list; member
|
D | d3d12_bufmgr.cpp | 195 list_for_each_entry(d3d12_context_type, ctx, &bo->screen->context_list, context_list_entry) in d3d12_bo_unreference()
|
D | d3d12_screen.cpp | 1152 list_inithead(&screen->context_list); in d3d12_init_screen_base()
|
D | d3d12_context.cpp | 2589 list_addtail(&ctx->context_list_entry, &screen->context_list); in d3d12_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.h | 65 struct list_head context_list; member
|
D | freedreno_context.c | 665 list_add(&ctx->node, &ctx->screen->context_list); in fd_context_init()
|
D | freedreno_screen.c | 1116 list_inithead(&screen->context_list); in fd_screen_create()
|
D | freedreno_resource.c | 160 list_for_each_entry (struct fd_context, ctx, &screen->context_list, node) in rebind_resource()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.h | 96 DECLARE_PTR_LIST(context_list, struct context); 102 struct context_list *contexts;
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | types.rst | 17 struct context_list *contexts;
|
/third_party/grpc/ |
D | BUILD.gn | 501 "${GRPC_DIR}/src/core/ext/transport/chttp2/transport/context_list.cc", 502 "${GRPC_DIR}/src/core/ext/transport/chttp2/transport/context_list.h",
|