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

1 23 4 5 6 7

  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 47 * Initialize a pipe_surface object. 'view' is considered to have
51 u_surface_default_template(struct pipe_surface *surf,
73 struct pipe_surface **surfaceOut)
84 struct pipe_surface surf_templ;
134 struct pipe_surface *surface)
233 struct pipe_surface *dst,
278 struct pipe_surface *dst,
u_dirty_surfaces.h 37 typedef void (*util_dirty_surface_flush_t) (struct pipe_context *, struct pipe_surface *);
46 struct pipe_surface base;
u_inlines.h 107 pipe_surface_reference(struct pipe_surface **ptr, struct pipe_surface *surf)
109 struct pipe_surface *old_surf = *ptr;
124 pipe_surface_release(struct pipe_context *pipe, struct pipe_surface **ptr)
190 pipe_surface_reset(struct pipe_context *ctx, struct pipe_surface* ps,
205 pipe_surface_init(struct pipe_context *ctx, struct pipe_surface* ps,
216 pipe_surface_equal(struct pipe_surface *s1, struct pipe_surface *s2)
u_debug_describe.c 68 debug_describe_surface(char* buf, const struct pipe_surface *ptr)
72 util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
u_dump.h 151 const struct pipe_surface *state);
u_debug.h 416 struct pipe_surface;
427 struct pipe_surface *surface);
433 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.h 41 struct pipe_surface;
109 void trace_dump_surface_ptr(struct pipe_surface *_surface);
  /external/mesa3d/src/gallium/tests/graw/
clear.c 23 struct pipe_surface *surf;
43 struct pipe_surface surf_tmpl;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.h 91 void vl_mc_set_surface(struct vl_mc_buffer *buffer, struct pipe_surface *surface);
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES];
vl_compositor.h 226 struct pipe_surface *dst_surface,
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 57 struct pipe_surface;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 42 struct pipe_surface *surface,
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 79 struct pipe_surface *surface,
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 183 static struct pipe_surface *
186 const struct pipe_surface *surf_tmpl)
287 struct pipe_surface *surf)
304 svga_mark_surface_dirty(struct pipe_surface *surf)
351 svga_propagate_surface(struct svga_context *svga, struct pipe_surface *surf)
392 svga_surface_needs_propagation(const struct pipe_surface *surf)
svga_cmd.c 59 struct pipe_surface *surface, // IN
573 struct pipe_surface *surface) // IN
1042 struct pipe_surface *src, // IN
1043 struct pipe_surface *dest, // IN
1085 struct pipe_surface *src, // IN
1086 struct pipe_surface *dest, // IN
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.h 39 struct pipe_surface;
lp_scene.c 143 struct pipe_surface *cbuf = scene->fb.cbufs[i];
156 struct pipe_surface *zsbuf = scene->fb.zsbuf;
184 struct pipe_surface *cbuf = scene->fb.cbufs[i];
194 struct pipe_surface *zsbuf = scene->fb.zsbuf;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 16 struct pipe_surface *surfaces[3];
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 62 struct pipe_surface *cbuf = i915->framebuffer.cbufs[0];
87 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
108 struct pipe_surface *zbuf = i915->framebuffer.zsbuf;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.c 81 struct pipe_surface *
84 struct pipe_surface *surface)
97 memcpy(&rb_surface->base, surface, sizeof(struct pipe_surface));
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 98 pipe_surface *
100 pipe_surface info {};
113 resource::unbind_surface(clover::command_queue &q, pipe_surface *st) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 254 * Get a pipe_surface "view" into a texture resource.
256 static struct pipe_surface *
259 const struct pipe_surface *surf_tmpl)
261 struct pipe_surface *ps;
267 ps = CALLOC_STRUCT(pipe_surface);
286 * Free a pipe_surface which was created with softpipe_create_surface().
290 struct pipe_surface *surf)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 236 struct pipe_surface *dstSurf = dstRb->surface;
252 struct pipe_surface *srcSurf = srcRb->surface;
253 struct pipe_surface *dstSurf = dstRb->surface;
281 struct pipe_surface *dstDepthSurf =
288 struct pipe_surface *dstStencilSurf =
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 371 const struct pipe_surface *templ)
373 struct pipe_surface *ps;
403 struct pipe_surface *
406 const struct pipe_surface *templ)

Completed in 569 milliseconds

1 23 4 5 6 7