Home
last modified time | relevance | path

Searched refs:pipe_box (Results 1 – 25 of 93) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer.h21 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,
Du_box.h9 struct pipe_box *box ) in u_box_1d()
24 struct pipe_box *box ) in u_box_2d()
37 struct pipe_box *box ) in u_box_origin_2d()
53 struct pipe_box *box ) in u_box_2d_zslice()
70 struct pipe_box *box ) in u_box_3d()
Du_resource.c31 const struct pipe_box *box) in u_get_transfer_vtbl()
53 const struct pipe_box *box) in u_transfer_flush_region_vtbl()
70 const struct pipe_box *box, in u_transfer_inline_write_vtbl()
Du_transfer.c14 const struct pipe_box *box, in u_default_transfer_inline_write()
91 const struct pipe_box *box) in u_default_transfer_flush_region()
101 const struct pipe_box *box) in u_default_get_transfer()
Du_staging.c57 const struct pipe_box *box, in util_staging_transfer_init()
88 struct pipe_box sbox; in util_staging_transfer_init()
115 struct pipe_box sbox; in util_staging_transfer_destroy()
Du_blitter.h206 const struct pipe_box *srcbox);
234 const struct pipe_box *srcbox,
246 const struct pipe_box *srcbox);
Du_inlines.h261 struct pipe_box box; in pipe_buffer_map_range()
316 struct pipe_box box; in pipe_buffer_flush_mapped_range()
341 struct pipe_box box; in pipe_buffer_write()
374 struct pipe_box box; in pipe_buffer_write_nooverlap()
431 struct pipe_box box; in pipe_get_transfer()
Du_staging.h57 const struct pipe_box *box,
Du_surface.h66 const struct pipe_box *src_box);
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.h47 unsigned usage, const struct pipe_box *);
49 …bal_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);
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h42 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 *,
Dp_state.h386 struct pipe_box struct
429 struct pipe_box box; /**< region of the resource to access */
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c153 const struct pipe_box *box) in noop_get_transfer()
179 const struct pipe_box *box) in noop_transfer_flush_region()
199 const struct pipe_box *box, in noop_transfer_inline_write()
239 const struct pipe_box *src_box) in noop_resource_copy_region()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.h43 struct pipe_box;
92 const struct pipe_box *box,
Dtr_dump_state.h40 void trace_dump_box(const struct pipe_box *box);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c247 const struct pipe_box *src_box) in r600_hw_copy_region()
324 const struct pipe_box *src_box) in r600_resource_copy_region()
328 struct pipe_box sbox; in r600_resource_copy_region()
329 const struct pipe_box *psbox; in r600_resource_copy_region()
387 struct pipe_box sbox; in r600_blit_push_depth()
Dr600_buffer.c53 const struct pipe_box *box) in r600_get_transfer()
94 const struct pipe_box *box) in r600_buffer_transfer_flush_region()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_buffer.c68 const struct pipe_box *box) in i915_get_transfer()
109 const struct pipe_box *box, in i915_buffer_transfer_inline_write()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c171 const struct pipe_box *dst_box, const void *src, unsigned src_stride, in upload_sampler()
306 struct pipe_box dst_box = {x, y, 0, width, height, 1}; in XvMCClearSubpicture()
352 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; in XvMCCompositeSubpicture()
413 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1}; in XvMCSetSubpicturePalette()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.h36 const struct pipe_box *box);
Dr300_transfer.c68 struct pipe_box src_box; in r300_copy_into_tiled_texture()
84 const struct pipe_box *box) in r300_texture_get_transfer()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11.cpp98 static inline pipe_box d3d11_to_pipe_box(struct pipe_resource* resource, unsigned level, const D3D1… in d3d11_to_pipe_box()
100 pipe_box box; in d3d11_to_pipe_box()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_resource.h52 const struct pipe_box *box);
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_resource.h66 const struct pipe_box *src_box);
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.cpp39 operator const pipe_box *() { in operator const pipe_box*()
44 pipe_box pipe;

1234