Searched refs:pipe_resource (Results 1 - 25 of 1145) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dpostprocess.h43 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *,
44 struct pipe_resource *, unsigned int);
57 void pp_run(struct pp_queue_t *, struct pipe_resource *,
58 struct pipe_resource *, struct pipe_resource *);
66 void pp_nocolor(struct pp_queue_t *, struct pipe_resource *,
67 struct pipe_resource *, unsigned int);
69 void pp_jimenezmlaa(struct pp_queue_t *, struct pipe_resource *,
70 struct pipe_resource *, unsigned int);
71 void pp_jimenezmlaa_color(struct pp_queue_t *, struct pipe_resource *,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
H A Dpostprocess.h44 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *,
45 struct pipe_resource *, unsigned int);
59 void pp_run(struct pp_queue_t *, struct pipe_resource *,
60 struct pipe_resource *, struct pipe_resource *);
68 void pp_nocolor(struct pp_queue_t *, struct pipe_resource *,
69 struct pipe_resource *, unsigned int);
71 void pp_jimenezmlaa(struct pp_queue_t *, struct pipe_resource *,
72 struct pipe_resource *, unsigned int);
73 void pp_jimenezmlaa_color(struct pp_queue_t *, struct pipe_resource *,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_screen_buffer.h40 struct pipe_resource **index_buffer,
44 struct pipe_resource *r300_buffer_create(struct pipe_screen *screen,
45 const struct pipe_resource *templ);
49 static inline struct r300_buffer *r300_buffer(struct pipe_resource *buffer)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.h36 unsigned fd6_tile_mode(const struct pipe_resource *tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.h45 * To avoid subclassing pipe_resource (and conflicting with threaded_context)
56 struct pipe_resource * (*resource_create)(struct pipe_screen *pscreen,
57 const struct pipe_resource *templ);
60 struct pipe_resource *prsc);
63 struct pipe_resource *prsc,
88 enum pipe_format (*get_internal_format)(struct pipe_resource *prsc);
94 * These two do not get/put references to the pipe_resource. The
97 void (*set_stencil)(struct pipe_resource *prsc, struct pipe_resource *stencil);
98 struct pipe_resource *(*get_stenci
[all...]
H A Du_sampler.h44 const struct pipe_resource *texture,
49 const struct pipe_resource *texture,
H A Du_tests.h39 struct pipe_resource;
42 struct pipe_resource *constbuf);
H A Du_pstipple.h39 struct pipe_resource;
45 struct pipe_resource *tex,
48 extern struct pipe_resource *
54 struct pipe_resource *tex);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_screen_buffer.h40 struct pipe_resource **index_buffer,
45 struct pipe_resource *buf);
47 struct pipe_resource *r300_buffer_create(struct pipe_screen *screen,
48 const struct pipe_resource *templ);
52 static inline struct r300_buffer *r300_buffer(struct pipe_resource *buffer)
59 struct pipe_resource *resource,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.h45 * To avoid subclassing pipe_resource (and conflicting with threaded_context)
56 struct pipe_resource * (*resource_create)(struct pipe_screen *pscreen,
57 const struct pipe_resource *templ);
60 struct pipe_resource *prsc);
63 struct pipe_resource *prsc,
88 enum pipe_format (*get_internal_format)(struct pipe_resource *prsc);
94 * These two do not get/put references to the pipe_resource. The
97 void (*set_stencil)(struct pipe_resource *prsc, struct pipe_resource *stencil);
98 struct pipe_resource *(*get_stenci
[all...]
H A Du_sampler.h44 const struct pipe_resource *texture,
49 const struct pipe_resource *texture,
H A Du_tests.h39 struct pipe_resource;
42 struct pipe_resource *constbuf);
H A Du_pstipple.h35 struct pipe_resource;
41 struct pipe_resource *tex,
44 extern struct pipe_resource *
50 struct pipe_resource *tex);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Dvdpau_interop.h48 struct pipe_resource;
52 typedef struct pipe_resource *VdpOutputSurfaceGallium(uint32_t surface);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dfont.h33 struct pipe_resource;
50 struct pipe_resource *texture;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
H A Dvdpau_interop.h48 struct pipe_resource;
52 typedef struct pipe_resource *VdpOutputSurfaceGallium(uint32_t surface);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dfont.h33 struct pipe_resource;
50 struct pipe_resource *texture;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.h35 unsigned fd5_tile_mode(const struct pipe_resource *tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.h33 unsigned fd2_tile_mode(const struct pipe_resource *tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_resource.h33 unsigned fd3_tile_mode(const struct pipe_resource *tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.h33 unsigned fd4_tile_mode(const struct pipe_resource *tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.h36 unsigned fd5_tile_mode(const struct pipe_resource *tmpl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.h42 nv30_miptree(struct pipe_resource *pt)
47 struct pipe_resource *
48 nv30_miptree_create(struct pipe_screen *, const struct pipe_resource *);
50 struct pipe_resource *
51 nv30_miptree_from_handle(struct pipe_screen *, const struct pipe_resource *,
55 nv30_miptree_surface_new(struct pipe_context *, struct pipe_resource *,
64 struct pipe_resource *pt,
69 nv30_miptree_destroy(struct pipe_screen *pscreen, struct pipe_resource *pt);
73 struct pipe_resource *dst, unsigned dst_level,
75 struct pipe_resource *sr
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_resource.h32 struct pipe_resource base;
33 struct pipe_resource *gpu;
42 to_tegra_resource(struct pipe_resource *resource)
47 static inline struct pipe_resource *
48 tegra_resource_unwrap(struct pipe_resource *resource)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_resource.h32 struct pipe_resource base;
33 struct pipe_resource *gpu;
43 to_tegra_resource(struct pipe_resource *resource)
48 static inline struct pipe_resource *
49 tegra_resource_unwrap(struct pipe_resource *resource)

Completed in 21 milliseconds

1234567891011>>