/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 37 tegra_destroy(struct pipe_context *pcontext) in tegra_destroy() argument 39 struct tegra_context *context = to_tegra_context(pcontext); in tegra_destroy() 49 tegra_draw_vbo(struct pipe_context *pcontext, in tegra_draw_vbo() argument 57 util_draw_multi(pcontext, pinfo, drawid_offset, pindirect, draws, num_draws); in tegra_draw_vbo() 64 struct tegra_context *context = to_tegra_context(pcontext); in tegra_draw_vbo() 88 tegra_render_condition(struct pipe_context *pcontext, in tegra_render_condition() argument 93 struct tegra_context *context = to_tegra_context(pcontext); in tegra_render_condition() 99 tegra_create_query(struct pipe_context *pcontext, unsigned int query_type, in tegra_create_query() argument 102 struct tegra_context *context = to_tegra_context(pcontext); in tegra_create_query() 108 tegra_create_batch_query(struct pipe_context *pcontext, in tegra_create_batch_query() argument [all …]
|
D | tegra_screen.c | 320 struct pipe_context *pcontext, in tegra_screen_resource_get_handle() argument 326 struct tegra_context *context = to_tegra_context(pcontext); in tegra_screen_resource_get_handle() 361 struct pipe_context *pcontext, in tegra_screen_flush_frontbuffer() argument 369 struct tegra_context *context = to_tegra_context(pcontext); in tegra_screen_flush_frontbuffer() 389 struct pipe_context *pcontext, in tegra_screen_fence_finish() argument 393 struct tegra_context *context = to_tegra_context(pcontext); in tegra_screen_fence_finish()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_resource.c | 104 nv50_init_resource_functions(struct pipe_context *pcontext) in nv50_init_resource_functions() argument 106 pcontext->buffer_map = nouveau_buffer_transfer_map; in nv50_init_resource_functions() 107 pcontext->texture_map = nv50_miptree_transfer_map; in nv50_init_resource_functions() 108 pcontext->transfer_flush_region = nouveau_buffer_transfer_flush_region; in nv50_init_resource_functions() 109 pcontext->buffer_unmap = nouveau_buffer_transfer_unmap; in nv50_init_resource_functions() 110 pcontext->texture_unmap = nv50_miptree_transfer_unmap; in nv50_init_resource_functions() 111 pcontext->buffer_subdata = u_default_buffer_subdata; in nv50_init_resource_functions() 112 pcontext->texture_subdata = u_default_texture_subdata; in nv50_init_resource_functions() 113 pcontext->create_surface = nv50_surface_create; in nv50_init_resource_functions() 114 pcontext->surface_destroy = nv50_surface_destroy; in nv50_init_resource_functions() [all …]
|
D | nv50_resource.h | 14 nv50_init_resource_functions(struct pipe_context *pcontext); 140 nv50_miptree_transfer_unmap(struct pipe_context *pcontext,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_resource.c | 153 nvc0_init_resource_functions(struct pipe_context *pcontext) in nvc0_init_resource_functions() argument 155 pcontext->buffer_map = nouveau_buffer_transfer_map; in nvc0_init_resource_functions() 156 pcontext->texture_map = nvc0_miptree_transfer_map; in nvc0_init_resource_functions() 157 pcontext->transfer_flush_region = nouveau_buffer_transfer_flush_region; in nvc0_init_resource_functions() 158 pcontext->buffer_unmap = nouveau_buffer_transfer_unmap; in nvc0_init_resource_functions() 159 pcontext->texture_unmap = nvc0_miptree_transfer_unmap; in nvc0_init_resource_functions() 160 pcontext->buffer_subdata = u_default_buffer_subdata; in nvc0_init_resource_functions() 161 pcontext->texture_subdata = u_default_texture_subdata; in nvc0_init_resource_functions() 162 pcontext->create_surface = nvc0_surface_create; in nvc0_init_resource_functions() 163 pcontext->surface_destroy = nv50_surface_destroy; in nvc0_init_resource_functions() [all …]
|
D | nvc0_resource.h | 38 nvc0_init_resource_functions(struct pipe_context *pcontext); 79 nvc0_miptree_transfer_unmap(struct pipe_context *pcontext,
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.h | 323 pan_context(struct pipe_context *pcontext) in pan_context() argument 325 return (struct panfrost_context *) pcontext; in pan_context()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib/ |
D | minimal-http-server-eventlib.c | 84 info.pcontext = &context; in main()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_context.h | 436 vc4_context(struct pipe_context *pcontext) in vc4_context() argument 438 return (struct vc4_context *)pcontext; in vc4_context()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/ |
D | minimal-http-server-eventlib-demos.c | 163 info.pcontext = &context; in main()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/ |
D | minimal-http-server-eventlib-smp.c | 113 info.pcontext = &context; in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/ |
D | minimal-ws-server.c | 164 info.pcontext = &context; in main()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_context.h | 632 v3d_context(struct pipe_context *pcontext) in v3d_context() argument 634 return (struct v3d_context *)pcontext; in v3d_context()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
D | minimal-http-server-eventlib-foreign.c | 252 info.pcontext = &context; in main()
|
/third_party/libwebsockets/lwsws/ |
D | main.c | 170 info.pcontext = &context; in context_creation()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-context-vhost.h | 714 struct lws_context **pcontext; member
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
D | minimal-http-client-multi.c | 567 info.pcontext = &context; in main()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1227 struct pipe_context *pcontext, in zink_flush_frontbuffer() argument 1243 void *res_map = pipe_texture_map(pcontext, pres, level, layer, PIPE_MAP_READ, 0, 0, in zink_flush_frontbuffer() 1251 pipe_texture_unmap(pcontext, transfer); in zink_flush_frontbuffer()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_resource.cpp | 309 struct pipe_context *pcontext, in d3d12_resource_get_handle() argument
|
/third_party/libwebsockets/lib/core/ |
D | context.c | 913 context->pcontext_finalize = info->pcontext; in lws_create_context()
|