HomeSort by relevance Sort by last modified time
    Searched refs:pipe_surface (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_surface.h 35 struct pipe_surface base;
44 fd_surface(struct pipe_surface *psurf)
49 struct pipe_surface* fd_create_surface(struct pipe_context *pctx,
51 const struct pipe_surface *surf_tmpl);
52 void fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf);
freedreno_surface.c 36 struct pipe_surface *
39 const struct pipe_surface *surf_tmpl)
50 struct pipe_surface *psurf = &surface->base;
71 fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf)
  /external/mesa3d/src/gallium/state_trackers/dri/
dri2_buffer.h 6 struct pipe_surface;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_surface.h 36 struct pipe_surface base;
47 etna_surface(struct pipe_surface *p)
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_program.h 43 int nr, struct pipe_surface **bufs);
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_program.h 43 int nr, struct pipe_surface **bufs);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.h 36 struct pipe_surface;
43 void debug_describe_surface(char* buf, const struct pipe_surface *ptr);
u_surfaces.h 40 struct pipe_surface **array;
50 struct pipe_surface **res);
57 struct pipe_surface **res)
61 struct pipe_surface *ps = us->u.array[level];
73 static inline struct pipe_surface *
85 void util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps);
88 util_surfaces_detach(struct util_surfaces *us, struct pipe_surface *ps)
99 void util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *));
u_blit.h 45 struct pipe_surface;
60 struct pipe_surface *dst,
72 struct pipe_surface *dst,
u_surfaces.c 36 struct pipe_surface **res)
38 struct pipe_surface *ps;
50 us->u.array = CALLOC(pt->last_level + 1, sizeof(struct pipe_surface *));
61 ps = (struct pipe_surface *)CALLOC(1, surface_struct_size);
80 util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps)
92 util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *))
116 struct pipe_surface *ps = us->u.array[i];
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 45 struct pipe_surface base;
82 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf);
88 svga_surface_needs_propagation(const struct pipe_surface *surf);
116 svga_surface(struct pipe_surface *surface)
123 svga_surface_const(const struct pipe_surface *surface)
128 struct pipe_surface *
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_resource.h 10 struct pipe_surface base;
19 nv30_surface(struct pipe_surface *ps)
54 struct pipe_surface *
56 const struct pipe_surface *);
59 nv30_miptree_surface_del(struct pipe_context *, struct pipe_surface *);
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.h 80 struct pipe_surface* r300_create_surface_custom(struct pipe_context * ctx,
82 const struct pipe_surface *surf_tmpl,
86 struct pipe_surface* r300_create_surface(struct pipe_context *ctx,
88 const struct pipe_surface *surf_tmpl);
90 void r300_surface_destroy(struct pipe_context *ctx, struct pipe_surface* s);
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 59 struct pipe_surface base;
61 struct pipe_surface *surface;
99 trace_surface(struct pipe_surface *surface)
135 struct pipe_surface *
138 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_resource.h 94 struct pipe_surface base;
102 nv50_surface(struct pipe_surface *ps)
124 struct pipe_surface *
127 const struct pipe_surface *templ);
144 const struct pipe_surface *templ);
146 struct pipe_surface *
149 const struct pipe_surface *templ);
152 nv50_surface_destroy(struct pipe_context *, struct pipe_surface *);
  /external/mesa3d/src/gallium/include/state_tracker/
graw.h 49 struct pipe_surface;
93 struct pipe_surface *surface,
  /external/mesa3d/src/mesa/state_tracker/
st_manager.h 37 struct pipe_surface *
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 81 struct pipe_surface base;
83 struct pipe_surface *surface;
115 rbug_surface(struct pipe_surface *_surface)
156 static inline struct pipe_surface *
157 rbug_surface_unwrap(struct pipe_surface *_surface)
191 struct pipe_surface *
194 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter.h 44 struct pipe_surface;
112 struct pipe_surface *rt,
119 struct pipe_surface *zs,
140 struct pipe_surface *rt,
147 struct pipe_surface *zs,
155 struct pipe_surface *zs,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.h 64 struct pipe_surface *dst;
86 struct pipe_sampler_view *src, struct pipe_surface *dst);
vl_bicubic_filter.h 58 struct pipe_surface *dst,
vl_matrix_filter.h 61 struct pipe_surface *dst);
vl_median_filter.h 68 struct pipe_surface *dst);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.h 39 struct pipe_surface *
42 const struct pipe_surface *templ);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_private.h 58 struct pipe_surface surf;
82 struct pipe_surface *tmps[2], *inner_tmps[3], *stencils;
104 struct pipe_surface *dst,

Completed in 1433 milliseconds

1 2 3 4 5 6 7 8 9