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

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.h 36 struct pipe_surface;
42 void debug_describe_surface(char* buf, const struct pipe_surface *ptr);
u_surface.h 42 u_surface_default_template(struct pipe_surface *view,
50 struct pipe_surface **surfaceOut);
55 struct pipe_surface *surface);
70 struct pipe_surface *dst,
77 struct pipe_surface *dst,
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 47 struct pipe_surface;
65 struct pipe_surface *dst,
76 struct pipe_surface *dst,
u_clear.h 48 struct pipe_surface *ps = framebuffer->cbufs[i];
54 struct pipe_surface *ps = framebuffer->zsbuf;
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/state_trackers/dri/drm/
dri2_buffer.h 6 struct pipe_surface;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.h 60 struct pipe_surface base;
62 struct pipe_surface *surface;
93 galahad_surface(struct pipe_surface *_surface)
127 static INLINE struct pipe_surface *
128 galahad_surface_unwrap(struct pipe_surface *_surface)
151 struct pipe_surface *
154 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.h 58 struct pipe_surface base;
60 struct pipe_surface *surface;
91 identity_surface(struct pipe_surface *_surface)
125 static INLINE struct pipe_surface *
126 identity_surface_unwrap(struct pipe_surface *_surface)
149 struct pipe_surface *
152 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/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 76 struct pipe_surface* r300_create_surface_custom(struct pipe_context * ctx,
78 const struct pipe_surface *surf_tmpl,
82 struct pipe_surface* r300_create_surface(struct pipe_context *ctx,
84 const struct pipe_surface *surf_tmpl);
86 void r300_surface_destroy(struct pipe_context *ctx, struct pipe_surface* s);
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 45 struct pipe_surface base;
59 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf);
62 svga_surface_needs_propagation(const struct pipe_surface *surf);
88 svga_surface(struct pipe_surface *surface)
96 svga_surface_const(const struct pipe_surface *surface)
svga_cmd.h 44 struct pipe_surface;
147 struct pipe_surface *src,
148 struct pipe_surface *dest,
154 struct pipe_surface *src,
155 struct pipe_surface *dest,
166 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 51 struct pipe_surface base;
53 struct pipe_surface *surface;
91 trace_surface(struct pipe_surface *surface)
127 struct pipe_surface *
129 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.h 86 struct pipe_surface base;
94 nv50_surface(struct pipe_surface *ps)
116 struct pipe_surface *
119 const struct pipe_surface *templ);
141 const struct pipe_surface *templ);
143 struct pipe_surface *
146 const struct pipe_surface *templ);
149 nv50_surface_destroy(struct pipe_context *, struct pipe_surface *);
nv50_resource.c 33 struct pipe_surface *
36 const struct pipe_surface *templ)
66 static struct pipe_surface *
69 const struct pipe_surface *templ)
77 nv50_surface_destroy(struct pipe_context *pipe, struct pipe_surface *ps)
  /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 38 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/auxiliary/vl/
vl_zscan.h 64 struct pipe_surface *dst;
85 struct pipe_sampler_view *src, struct pipe_surface *dst);
vl_matrix_filter.h 61 struct pipe_surface *dst);
vl_median_filter.h 68 struct pipe_surface *dst);
vl_winsys.h 42 struct pipe_surface;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.h 57 struct pipe_surface surf;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 84 struct pipe_surface *surface; /**< the surface we're caching */
110 struct pipe_surface *sps);
112 extern struct pipe_surface *

Completed in 300 milliseconds

1 2 3 4 5 6 7