Home
last modified time | relevance | path

Searched refs:pcontext (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c37 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 …]
Dtegra_screen.c320 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/
Dnv50_resource.c104 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 …]
Dnv50_resource.h14 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/
Dnvc0_resource.c153 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 …]
Dnvc0_resource.h38 nvc0_init_resource_functions(struct pipe_context *pcontext);
79 nvc0_miptree_transfer_unmap(struct pipe_context *pcontext,
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h323 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/
Dminimal-http-server-eventlib.c84 info.pcontext = &context; in main()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h436 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/
Dminimal-http-server-eventlib-demos.c163 info.pcontext = &context; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/
Dminimal-http-server-eventlib-smp.c113 info.pcontext = &context; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
Dminimal-ws-server.c164 info.pcontext = &context; in main()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h632 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/
Dminimal-http-server-eventlib-foreign.c252 info.pcontext = &context; in main()
/third_party/libwebsockets/lwsws/
Dmain.c170 info.pcontext = &context; in context_creation()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h714 struct lws_context **pcontext; member
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c567 info.pcontext = &context; in main()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1227 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/
Dd3d12_resource.cpp309 struct pipe_context *pcontext, in d3d12_resource_get_handle() argument
/third_party/libwebsockets/lib/core/
Dcontext.c913 context->pcontext_finalize = info->pcontext; in lws_create_context()