Searched refs:srf (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/ctwm/dist/
H A Dsignals.c119 const char srf[] = ": signal received, setting restart flag\n"; local in function:sh_restart
121 write(2, srf, sizeof(srf));
133 const char srf[] = ": signal received, setting shutdown flag\n"; local in function:sh_shutdown
135 write(2, srf, sizeof(srf));
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tracker.c342 struct xa_surface *srf; local in function:surface_create
353 srf = calloc(1, sizeof(*srf));
354 if (!srf)
357 template = &srf->template;
375 srf->tex = xa->screen->resource_from_handle(xa->screen, template, whandle,
378 srf->tex = xa->screen->resource_create(xa->screen, template);
379 if (!srf->tex)
382 srf->refcount = 1;
383 srf
439 xa_surface_redefine(struct xa_surface * srf,int width,int height,int depth,enum xa_surface_type stype,enum xa_formats xa_format,unsigned int new_flags,int copy_contents) argument
523 xa_surface_ref(struct xa_surface * srf) argument
533 xa_surface_unref(struct xa_surface * srf) argument
551 xa_surface_handle(struct xa_surface * srf,enum xa_handle_type type,uint32_t * handle,unsigned int * stride) argument
575 xa_surface_format(const struct xa_surface * srf) argument
[all...]
H A Dxa_context.c85 if (r->srf)
86 pipe_surface_reference(&r->srf, NULL);
99 struct xa_surface *srf,
117 map = pipe_texture_map(pipe, srf->tex, 0, 0,
124 util_copy_rect(map, srf->tex->format, transfer->stride,
127 util_copy_rect(data, srf->tex->format, pitch,
138 struct xa_surface *srf, unsigned int usage)
147 if (srf->transfer)
166 map = pipe_texture_map(pipe, srf->tex, 0, 0,
168 srf
98 xa_surface_dma(struct xa_context * ctx,struct xa_surface * srf,void * data,unsigned int pitch,int to_surface,struct xa_box * boxes,unsigned int num_boxes) argument
137 xa_surface_map(struct xa_context * ctx,struct xa_surface * srf,unsigned int usage) argument
178 xa_surface_unmap(struct xa_surface * srf) argument
[all...]
H A Dxa_context.h76 struct xa_surface *srf,
83 struct xa_surface *srf, unsigned int usage);
85 extern void xa_surface_unmap(struct xa_surface *srf);
H A Dxa_composite.c133 if (!dst_pic->srf)
136 if ((dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM ||
137 dst_pic->srf->tex->format == PIPE_FORMAT_R8_UNORM)) {
282 struct xa_surface *src = src_pic->srf;
391 xa_format_type(xa_surface_format(dst_pic->srf)))
435 if (ctx->srf->format == PIPE_FORMAT_L8_UNORM ||
436 ctx->srf->format == PIPE_FORMAT_R8_UNORM)
476 src_pic->srf->tex,+ src_pic->srf->tex->format);
477 src_view = pipe->create_sampler_view(pipe, src_pic->srf
[all...]
H A Dxa_composite.h109 struct xa_surface *srf; member in struct:xa_picture
H A Dxa_tracker.h.in198 enum xa_formats xa_surface_format(const struct xa_surface *srf);
200 extern struct xa_surface *xa_surface_ref(struct xa_surface *srf);
201 extern void xa_surface_unref(struct xa_surface *srf);
203 extern int xa_surface_redefine(struct xa_surface *srf,
212 extern int xa_surface_handle(struct xa_surface *srf,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_surface.h91 struct svga_winsys_surface *srf,
95 struct svga_winsys_surface *srf,
99 struct svga_winsys_surface *srf);
H A Dvmw_surface.c40 struct svga_winsys_surface *srf,
43 struct vmw_svga_winsys_surface *vsrf = vmw_svga_winsys_surface(srf);
164 struct svga_winsys_surface *srf,
167 struct vmw_svga_winsys_surface *vsrf = vmw_svga_winsys_surface(srf);
39 vmw_svga_winsys_surface_map(struct svga_winsys_context * swc,struct svga_winsys_surface * srf,unsigned flags,boolean * retry) argument
163 vmw_svga_winsys_surface_unmap(struct svga_winsys_context * swc,struct svga_winsys_surface * srf,boolean * rebind) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_context.c85 if (r->srf)
86 pipe_surface_reference(&r->srf, NULL);
99 struct xa_surface *srf,
117 map = pipe_transfer_map(pipe, srf->tex, 0, 0,
124 util_copy_rect(map, srf->tex->format, transfer->stride,
127 util_copy_rect(data, srf->tex->format, pitch,
138 struct xa_surface *srf, unsigned int usage)
147 if (srf->transfer)
166 map = pipe_transfer_map(pipe, srf->tex, 0, 0,
168 srf
98 xa_surface_dma(struct xa_context * ctx,struct xa_surface * srf,void * data,unsigned int pitch,int to_surface,struct xa_box * boxes,unsigned int num_boxes) argument
137 xa_surface_map(struct xa_context * ctx,struct xa_surface * srf,unsigned int usage) argument
178 xa_surface_unmap(struct xa_surface * srf) argument
[all...]
H A Dxa_tracker.c342 struct xa_surface *srf; local in function:surface_create
353 srf = calloc(1, sizeof(*srf));
354 if (!srf)
357 template = &srf->template;
375 srf->tex = xa->screen->resource_from_handle(xa->screen, template, whandle,
378 srf->tex = xa->screen->resource_create(xa->screen, template);
379 if (!srf->tex)
382 srf->refcount = 1;
383 srf
439 xa_surface_redefine(struct xa_surface * srf,int width,int height,int depth,enum xa_surface_type stype,enum xa_formats xa_format,unsigned int new_flags,int copy_contents) argument
523 xa_surface_ref(struct xa_surface * srf) argument
533 xa_surface_unref(struct xa_surface * srf) argument
551 xa_surface_handle(struct xa_surface * srf,enum xa_handle_type type,uint32_t * handle,unsigned int * stride) argument
575 xa_surface_format(const struct xa_surface * srf) argument
[all...]
H A Dxa_context.h76 struct xa_surface *srf,
83 struct xa_surface *srf, unsigned int usage);
85 extern void xa_surface_unmap(struct xa_surface *srf);
H A Dxa_composite.c133 if (!dst_pic->srf)
136 if ((dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM ||
137 dst_pic->srf->tex->format == PIPE_FORMAT_R8_UNORM)) {
282 struct xa_surface *src = src_pic->srf;
391 xa_format_type(xa_surface_format(dst_pic->srf)))
435 if (ctx->srf->format == PIPE_FORMAT_L8_UNORM ||
436 ctx->srf->format == PIPE_FORMAT_R8_UNORM)
476 src_pic->srf->tex,+ src_pic->srf->tex->format);
477 src_view = pipe->create_sampler_view(pipe, src_pic->srf
[all...]
H A Dxa_composite.h109 struct xa_surface *srf; member in struct:xa_picture
H A Dxa_tracker.h.in198 enum xa_formats xa_surface_format(const struct xa_surface *srf);
200 extern struct xa_surface *xa_surface_ref(struct xa_surface *srf);
201 extern void xa_surface_unref(struct xa_surface *srf);
203 extern int xa_surface_redefine(struct xa_surface *srf,
212 extern int xa_surface_handle(struct xa_surface *srf,
H A Dxa_priv.h106 struct pipe_surface *srf; member in struct:xa_context
256 struct xa_surface *srf[]);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_dri2.c56 struct xa_surface *srf; member in struct:__anonb498c0850108
95 struct xa_surface *srf = NULL; local in function:dri2_do_create_buffer
154 srf = xa_surface_create(ms->xat, pDraw->width, pDraw->height,
157 if (!srf)
171 srf = xa_surface_create(ms->xat, pDraw->width, pDraw->height,
175 srf = xa_surface_create(ms->xat, pDraw->width, pDraw->height,
179 if (!srf)
192 if (!srf) {
199 srf = vpix->hw;
212 private->srf
229 struct xa_surface *srf = private->srf; local in function:dri2_do_destroy_buffer
[all...]
H A Dvmwgfx_dri3.c99 struct xa_surface *srf; local in function:vmwgfx_dri3_pixmap_from_fd
122 srf = xa_surface_from_handle2(vsaa->xat, width, height, depth,
128 if (!srf) {
135 vpix->hw = srf;
146 xa_surface_unref(srf);
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_xvmc.h89 intel_xvmc_drm_map_t srf; member in struct:_i915XvMCSubpicture
109 intel_xvmc_drm_map_t srf; member in struct:_i915XvMCSurface
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_surface.h91 struct svga_winsys_surface *srf,
96 struct svga_winsys_surface *srf,
H A Dvmw_surface.c39 struct svga_winsys_surface *srf,
42 struct vmw_svga_winsys_surface *vsrf = vmw_svga_winsys_surface(srf);
104 struct svga_winsys_surface *srf,
108 struct vmw_svga_winsys_surface *vsrf = vmw_svga_winsys_surface(srf);
230 struct svga_winsys_surface *srf,
233 struct vmw_svga_winsys_surface *vsrf = vmw_svga_winsys_surface(srf);
38 vmw_svga_winsys_surface_init(struct svga_winsys_screen * sws,struct svga_winsys_surface * srf,unsigned surf_size,SVGA3dSurfaceAllFlags flags) argument
103 vmw_svga_winsys_surface_map(struct svga_winsys_context * swc,struct svga_winsys_surface * srf,unsigned flags,boolean * retry,boolean * rebind) argument
229 vmw_svga_winsys_surface_unmap(struct svga_winsys_context * swc,struct svga_winsys_surface * srf,boolean * rebind) argument
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_xvmc.h75 intel_xvmc_drm_map_t srf; member in struct:_i915XvMCSubpicture
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_xvmc.h75 intel_xvmc_drm_map_t srf; member in struct:_i915XvMCSubpicture
/xsrc/external/mit/MesaLib/src/gallium/frontends/xa/
H A Dxa_tracker.h198 enum xa_formats xa_surface_format(const struct xa_surface *srf);
200 extern struct xa_surface *xa_surface_ref(struct xa_surface *srf);
201 extern void xa_surface_unref(struct xa_surface *srf);
203 extern int xa_surface_redefine(struct xa_surface *srf,
212 extern int xa_surface_handle(struct xa_surface *srf,
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di915_hwmc.h58 struct hwmc_buffer srf; member in struct:__anon799fa2100208

Completed in 12 milliseconds

12