HomeSort by relevance Sort by last modified time
    Searched refs:srf (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.c 88 struct xa_surface *srf,
106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
117 util_copy_rect(map, srf->tex->format, transfer->stride,
120 util_copy_rect(data, srf->tex->format, pitch,
137 struct xa_surface *srf, unsigned int usage)
146 if (srf->transfer)
157 srf->transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
159 srf->tex->width0, srf->tex->height0)
    [all...]
xa_tracker.c 291 struct xa_surface *srf; local
302 srf = calloc(1, sizeof(*srf));
303 if (!srf)
306 template = &srf->template;
323 srf->tex = xa->screen->resource_create(xa->screen, template);
324 if (!srf->tex)
327 srf->xa = xa;
328 srf->flags = flags;
329 srf->fdesc = fdesc
    [all...]
xa_context.h 74 struct xa_surface *srf,
81 struct xa_surface *srf, unsigned int usage);
83 extern void xa_surface_unmap(struct xa_surface *srf);
xa_tracker.h 163 enum xa_formats xa_surface_format(const struct xa_surface *srf);
165 extern void xa_surface_destroy(struct xa_surface *srf);
167 extern int xa_surface_redefine(struct xa_surface *srf,
176 extern int xa_surface_handle(struct xa_surface *srf,
xa_composite.c 131 if (!dst_pic->srf)
134 if (dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM) {
284 struct xa_surface *src = src_pic->srf;
375 if (ctx->srf->format == PIPE_FORMAT_L8_UNORM)
420 src_pic->srf->tex,
421 src_pic->srf->tex->format);
422 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex,
444 mask_pic->srf->tex,
445 mask_pic->srf->tex->format);
446 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex
    [all...]
xa_yuv.c 134 renderer_bind_destination(r, r->srf, r->srf->width, r->srf->height);
xa_composite.h 93 struct xa_surface *srf; member in struct:xa_picture
xa_priv.h 104 struct pipe_surface *srf; member in struct:xa_context
231 struct xa_surface *srf[]);
xa_renderer.c 294 float dstW, float dstH, struct xa_surface *srf[])
305 tex = srf[0]->tex;
508 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[])
514 dst_x, dst_y, dst_w, dst_h, srf);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 88 struct xa_surface *srf,
106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
117 util_copy_rect(map, srf->tex->format, transfer->stride,
120 util_copy_rect(data, srf->tex->format, pitch,
137 struct xa_surface *srf, unsigned int usage)
146 if (srf->transfer)
157 srf->transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
159 srf->tex->width0, srf->tex->height0)
    [all...]
xa_tracker.c 291 struct xa_surface *srf; local
302 srf = calloc(1, sizeof(*srf));
303 if (!srf)
306 template = &srf->template;
323 srf->tex = xa->screen->resource_create(xa->screen, template);
324 if (!srf->tex)
327 srf->xa = xa;
328 srf->flags = flags;
329 srf->fdesc = fdesc
    [all...]
xa_context.h 74 struct xa_surface *srf,
81 struct xa_surface *srf, unsigned int usage);
83 extern void xa_surface_unmap(struct xa_surface *srf);
xa_tracker.h 163 enum xa_formats xa_surface_format(const struct xa_surface *srf);
165 extern void xa_surface_destroy(struct xa_surface *srf);
167 extern int xa_surface_redefine(struct xa_surface *srf,
176 extern int xa_surface_handle(struct xa_surface *srf,
xa_composite.c 131 if (!dst_pic->srf)
134 if (dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM) {
284 struct xa_surface *src = src_pic->srf;
375 if (ctx->srf->format == PIPE_FORMAT_L8_UNORM)
420 src_pic->srf->tex,
421 src_pic->srf->tex->format);
422 src_view = pipe->create_sampler_view(pipe, src_pic->srf->tex,
444 mask_pic->srf->tex,
445 mask_pic->srf->tex->format);
446 src_view = pipe->create_sampler_view(pipe, mask_pic->srf->tex
    [all...]
xa_yuv.c 134 renderer_bind_destination(r, r->srf, r->srf->width, r->srf->height);
xa_composite.h 93 struct xa_surface *srf; member in struct:xa_picture
xa_priv.h 104 struct pipe_surface *srf; member in struct:xa_context
231 struct xa_surface *srf[]);
xa_renderer.c 294 float dstW, float dstH, struct xa_surface *srf[])
305 tex = srf[0]->tex;
508 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[])
514 dst_x, dst_y, dst_w, dst_h, srf);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_winsys.h 301 struct svga_winsys_surface *srf);
svga_resource_texture.c 502 struct svga_winsys_surface *srf; local
515 srf = sws->surface_from_handle(sws, whandle, &format);
517 if (!srf)
551 SVGA_DBG(DEBUG_DMA, "wrap surface sid %p\n", srf);
554 tex->handle = srf;
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 301 struct svga_winsys_surface *srf);
svga_resource_texture.c 502 struct svga_winsys_surface *srf; local
515 srf = sws->surface_from_handle(sws, whandle, &format);
517 if (!srf)
551 SVGA_DBG(DEBUG_DMA, "wrap surface sid %p\n", srf);
554 tex->handle = srf;
  /external/strace/
stream.c 1196 struct strrecvfd srf; local
1357 if (umove(tcp, arg, &srf) < 0) {
1361 tprintf(", {fd=%d, uid=%lu, gid=%lu}", srf.fd,
1362 (unsigned long) srf.uid, (unsigned long) srf.gid);

Completed in 335 milliseconds