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

12 3 4 5 6 7 8 9

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_image.h 37 struct pipe_surface;
48 struct pipe_surface *surface);
54 struct pipe_surface *surface);
u_surface.h 44 u_surface_default_template(struct pipe_surface *view,
87 struct pipe_surface *dst,
94 struct pipe_surface *dst,
u_blitter.h 86 struct pipe_surface *(*get_next_surface_layer)(struct pipe_context *pipe,
87 struct pipe_surface *surf);
233 * coordinates. The dst dimensions are supplied through pipe_surface::width
240 struct pipe_surface *dst,
262 void util_blitter_default_dst_texture(struct pipe_surface *dst_templ,
313 struct pipe_surface *dst,
330 struct pipe_surface *dst,
350 struct pipe_surface *zsurf,
351 struct pipe_surface *cbsurf,
357 struct pipe_surface *dstsurf
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.h 49 struct pipe_surface base;
106 vc4_surface(struct pipe_surface *psurf)
127 void vc4_dump_surface(struct pipe_surface *psurf);
vc4_context.h 211 struct pipe_surface *cbuf;
212 struct pipe_surface *zsbuf;
240 struct pipe_surface *color_read;
241 struct pipe_surface *color_write;
242 struct pipe_surface *zs_read;
243 struct pipe_surface *zs_write;
244 struct pipe_surface *msaa_color_write;
245 struct pipe_surface *msaa_zs_write;
476 struct pipe_surface *cbuf,
477 struct pipe_surface *zsbuf)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_resource.c 34 struct pipe_surface *
37 const struct pipe_surface *templ)
67 static struct pipe_surface *
70 const struct pipe_surface *templ)
78 nv50_surface_destroy(struct pipe_context *pipe, struct pipe_surface *ps)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 85 struct pipe_surface *surface; /**< the surface we're caching */
113 struct pipe_surface *sps);
115 extern struct pipe_surface *
sp_clear.c 54 struct pipe_surface *zsbuf = softpipe->framebuffer.zsbuf;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.h 50 struct pipe_surface *surface; /* temporary view into texture */
st_cb_eglimage.c 78 struct pipe_surface *ps;
99 struct pipe_surface *ps)
146 /* FIXME create a non-default sampler view from the pipe_surface? */
163 struct pipe_surface *ps;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.h 42 unsigned nr_bufs, struct pipe_surface **bufs);
63 static inline enum a4xx_color_fmt fd4_emit_format(struct pipe_surface *surf)
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.c 36 static struct pipe_surface *
39 const struct pipe_surface *templ)
  /external/mesa3d/src/gallium/include/pipe/
p_video_codec.h 38 struct pipe_surface;
149 struct pipe_surface **(*get_surfaces)(struct pipe_video_buffer *buffer);
p_context.h 69 struct pipe_surface;
421 struct pipe_surface *dst,
434 struct pipe_surface *dst,
511 struct pipe_surface *(*create_surface)(struct pipe_context *ctx,
513 const struct pipe_surface *templat);
516 struct pipe_surface *);
615 struct pipe_surface **resources);
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.h 35 struct pipe_surface;
71 struct pipe_surface *drisw_surface;
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 42 static struct pipe_surface *
45 const struct pipe_surface *surf_tmpl,
91 struct pipe_surface dst_templ, *dst_view;
134 struct pipe_surface *dst,
165 struct pipe_surface *dst,
283 struct pipe_surface *dst,
310 struct pipe_surface *dst,
353 static struct pipe_surface *
356 const struct pipe_surface *surf_tmpl,
360 struct pipe_surface *ps
    [all...]
i915_clear.c 61 struct pipe_surface *cbuf = i915->framebuffer.cbufs[0];
86 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
107 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
229 struct pipe_surface *ps = framebuffer->cbufs[i];
239 struct pipe_surface *ps = framebuffer->zsbuf;
i915_state_static.c 97 struct pipe_surface *cbuf_surface = i915->framebuffer.cbufs[0];
98 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf;
166 static uint32_t need_target_fixup(struct pipe_surface* p, uint32_t *fixup)
199 struct pipe_surface *cbuf_surface = i915->framebuffer.cbufs[0];
200 struct pipe_surface *depth_surface = i915->framebuffer.zsbuf;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 127 static struct pipe_surface *
130 const struct pipe_surface *surf_tmpl)
132 struct pipe_surface *ps;
144 ps = CALLOC_STRUCT(pipe_surface);
176 struct pipe_surface *surf)
190 struct pipe_surface *dst,
208 struct pipe_surface *dst,
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.c 76 struct pipe_surface *
79 struct pipe_surface *surface)
92 memcpy(&tr_surf->base, surface, sizeof(struct pipe_surface));
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys.h 40 struct pipe_surface;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.hpp 72 pipe_surface *bind_surface(command_queue &q, bool rw);
73 void unbind_surface(command_queue &q, pipe_surface *st);
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 45 static void svga_mark_surface_dirty(struct pipe_surface *surf);
204 static struct pipe_surface *
207 const struct pipe_surface *surf_tmpl,
219 struct pipe_surface *retVal = NULL;
338 static struct pipe_surface *
341 const struct pipe_surface *surf_tmpl)
345 struct pipe_surface *surf = NULL;
382 struct pipe_surface *backed_view;
405 struct pipe_surface *
513 struct pipe_surface *surf
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 86 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx,
88 const struct pipe_surface *surf_tmpl)
90 struct pipe_surface *surface = CALLOC_STRUCT(pipe_surface);
176 struct pipe_surface *surface)
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_surface.c 40 static struct pipe_surface *
42 const struct pipe_surface *templat)
141 etna_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf)

Completed in 757 milliseconds

12 3 4 5 6 7 8 9