HomeSort by relevance Sort by last modified time
    Searched refs:pipe_box (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.h 21 const struct pipe_box *box,
28 const struct pipe_box *box);
34 const struct pipe_box *box);
60 const struct pipe_box *);
70 const struct pipe_box *);
79 const struct pipe_box *box,
103 const struct pipe_box *box);
113 const struct pipe_box *box);
122 const struct pipe_box *box,
u_box.h 9 struct pipe_box *box )
24 struct pipe_box *box )
37 struct pipe_box *box )
53 struct pipe_box *box )
70 struct pipe_box *box )
u_staging.h 57 const struct pipe_box *box,
u_resource.c 31 const struct pipe_box *box)
53 const struct pipe_box *box)
70 const struct pipe_box *box,
u_transfer.c 14 const struct pipe_box *box,
91 const struct pipe_box *box)
101 const struct pipe_box *box)
u_surface.h 66 const struct pipe_box *src_box);
u_staging.c 57 const struct pipe_box *box,
88 struct pipe_box sbox;
115 struct pipe_box sbox;
u_blitter.h 206 const struct pipe_box *srcbox);
234 const struct pipe_box *srcbox,
246 const struct pipe_box *srcbox);
u_inlines.h 261 struct pipe_box box;
316 struct pipe_box box;
341 struct pipe_box box;
374 struct pipe_box box;
431 struct pipe_box box;
  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.h 36 const struct pipe_box *box);
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.h 47 unsigned usage, const struct pipe_box *);
49 void r600_compute_global_transfer_flush_region( struct pipe_context *, struct pipe_transfer *, const struct pipe_box *);
51 unsigned usage, const struct pipe_box *, const void *data, unsigned stride, unsigned layer_stride);
r600_resource.h 149 const struct pipe_box *box);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.h 40 void trace_dump_box(const struct pipe_box *box);
tr_dump.h 43 struct pipe_box;
92 const struct pipe_box *box,
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 42 struct pipe_box;
298 const struct pipe_box *src_box);
386 const struct pipe_box *);
400 const struct pipe_box *);
413 const struct pipe_box *,
p_state.h 386 struct pipe_box struct
429 struct pipe_box box; /**< region of the resource to access */
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.h 66 const struct pipe_box *src_box);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_resource.h 52 const struct pipe_box *box);
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_buffer.c 68 const struct pipe_box *box)
109 const struct pipe_box *box,
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_buffer.c 53 const struct pipe_box *box)
94 const struct pipe_box *box)
r600_blit.c 247 const struct pipe_box *src_box)
324 const struct pipe_box *src_box)
328 struct pipe_box sbox;
329 const struct pipe_box *psbox;
387 struct pipe_box sbox;
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 153 const struct pipe_box *box)
179 const struct pipe_box *box)
199 const struct pipe_box *box,
239 const struct pipe_box *src_box)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.h 126 const struct pipe_box *box);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 44 const struct pipe_box *src_box)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 171 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
306 struct pipe_box dst_box = {x, y, 0, width, height, 1};
352 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1};
413 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1};

Completed in 175 milliseconds

1 2 3 4