| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| H A D | postprocess.h | 43 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 D | postprocess.h | 44 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 D | r300_screen_buffer.h | 40 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 D | fd6_blitter.h | 36 unsigned fd6_tile_mode(const struct pipe_resource *tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_transfer_helper.h | 45 * 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 D | u_sampler.h | 44 const struct pipe_resource *texture, 49 const struct pipe_resource *texture,
|
| H A D | u_tests.h | 39 struct pipe_resource; 42 struct pipe_resource *constbuf);
|
| H A D | u_pstipple.h | 39 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 D | r300_screen_buffer.h | 40 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 D | u_transfer_helper.h | 45 * 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 D | u_sampler.h | 44 const struct pipe_resource *texture, 49 const struct pipe_resource *texture,
|
| H A D | u_tests.h | 39 struct pipe_resource; 42 struct pipe_resource *constbuf);
|
| H A D | u_pstipple.h | 35 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 D | vdpau_interop.h | 48 struct pipe_resource; 52 typedef struct pipe_resource *VdpOutputSurfaceGallium(uint32_t surface);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | font.h | 33 struct pipe_resource; 50 struct pipe_resource *texture;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | vdpau_interop.h | 48 struct pipe_resource; 52 typedef struct pipe_resource *VdpOutputSurfaceGallium(uint32_t surface);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | font.h | 33 struct pipe_resource; 50 struct pipe_resource *texture;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.h | 35 unsigned fd5_tile_mode(const struct pipe_resource *tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_resource.h | 33 unsigned fd2_tile_mode(const struct pipe_resource *tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_resource.h | 33 unsigned fd3_tile_mode(const struct pipe_resource *tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_resource.h | 33 unsigned fd4_tile_mode(const struct pipe_resource *tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.h | 36 unsigned fd5_tile_mode(const struct pipe_resource *tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_resource.h | 42 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 D | tegra_resource.h | 32 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 D | tegra_resource.h | 32 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)
|