Searched refs:pipe_surface (Results 1 - 25 of 509) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_surface.h33 struct pipe_surface base;
37 fd_surface(struct pipe_surface *psurf)
42 struct pipe_surface* fd_create_surface(struct pipe_context *pctx,
44 const struct pipe_surface *surf_tmpl);
45 void fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_surface.h33 struct pipe_surface base;
37 fd_surface(struct pipe_surface *psurf)
42 struct pipe_surface *fd_create_surface(struct pipe_context *pctx,
44 const struct pipe_surface *surf_tmpl);
45 void fd_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_resource.h57 struct pipe_surface base;
58 struct pipe_surface *gpu;
62 to_tegra_surface(struct pipe_surface *surface)
67 static inline struct pipe_surface *
68 tegra_surface_unwrap(struct pipe_surface *surface)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_resource.h58 struct pipe_surface base;
59 struct pipe_surface *gpu;
63 to_tegra_surface(struct pipe_surface *surface)
68 static inline struct pipe_surface *
69 tegra_surface_unwrap(struct pipe_surface *surface)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.h38 int nr, struct pipe_surface **bufs);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.h36 struct pipe_surface base;
47 etna_surface(struct pipe_surface *p)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.h36 struct pipe_surface base;
49 etna_surface(struct pipe_surface *p)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_texture.h48 struct pipe_surface base;
50 struct pipe_surface *surface;
78 trace_surface(struct pipe_surface *surface)
104 struct pipe_surface *
107 struct pipe_surface *surface);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_texture.h49 struct pipe_surface base;
51 struct pipe_surface *surface;
80 trace_surface(struct pipe_surface *surface)
106 struct pipe_surface *
109 struct pipe_surface *surface);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_surface.h43 struct pipe_surface base;
57 * pipe_surface::context match the context used to create the surface
60 struct pipe_surface base;
69 zink_csurface(struct pipe_surface *psurface)
76 zink_transient_surface(struct pipe_surface *psurface)
83 zink_surface(struct pipe_surface *psurface)
89 zink_destroy_surface(struct zink_screen *screen, struct pipe_surface *psurface);
110 const struct pipe_surface *templ,
113 struct pipe_surface *
116 const struct pipe_surface *temp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_job.h32 struct pipe_surface *cbufs[4];
33 struct pipe_surface *zsbuf;
72 struct pipe_surface **cbufs, struct pipe_surface *zsbuf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_compositor_cs.h52 struct pipe_surface *dst_surface,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.h38 int nr, struct pipe_surface **bufs);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.h39 struct pipe_surface;
63 struct pipe_surface *surf);
H A Dst_cb_fbo.h51 * It doesn't hold the pipe_surface reference. The other two do.
53 struct pipe_surface *surface;
54 struct pipe_surface *surface_linear;
55 struct pipe_surface *surface_srgb;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_describe.h36 struct pipe_surface;
43 void debug_describe_surface(char* buf, const struct pipe_surface *ptr);
H A Du_surfaces.h40 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 *));
H A Du_blit.h46 struct pipe_surface;
61 struct pipe_surface *dst,
73 struct pipe_surface *dst,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.h44 struct pipe_surface *psurf, uint32_t width,
48 uint32_t base, struct pipe_surface *psurf, uint32_t unknown_8c01) assert_dt;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.h39 struct pipe_surface;
63 struct pipe_surface *surf);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_describe.h36 struct pipe_surface;
43 void debug_describe_surface(char* buf, const struct pipe_surface *ptr);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture.h80 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);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.h10 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 *);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.h10 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 *);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture.h80 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);

Completed in 13 milliseconds

1234567891011>>