/external/mesa3d/src/gallium/auxiliary/util/ |
D | 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,
|
D | u_box.h | 9 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()
|
D | u_resource.c | 31 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()
|
D | u_transfer.c | 14 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()
|
D | u_staging.c | 57 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()
|
D | u_blitter.h | 206 const struct pipe_box *srcbox); 234 const struct pipe_box *srcbox, 246 const struct pipe_box *srcbox);
|
D | u_inlines.h | 261 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()
|
D | u_staging.h | 57 const struct pipe_box *box,
|
D | u_surface.h | 66 const struct pipe_box *src_box);
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.h | 47 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/ |
D | 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 *,
|
D | p_state.h | 386 struct pipe_box struct 429 struct pipe_box box; /**< region of the resource to access */
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 153 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/ |
D | tr_dump.h | 43 struct pipe_box; 92 const struct pipe_box *box,
|
D | tr_dump_state.h | 40 void trace_dump_box(const struct pipe_box *box);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_blit.c | 247 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()
|
D | r600_buffer.c | 53 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/ |
D | i915_resource_buffer.c | 68 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/ |
D | subpicture.c | 171 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/ |
D | r300_transfer.h | 36 const struct pipe_box *box);
|
D | r300_transfer.c | 68 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/ |
D | d3d11.cpp | 98 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/ |
D | nvc0_resource.h | 52 const struct pipe_box *box);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_resource.h | 66 const struct pipe_box *src_box);
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | resource.cpp | 39 operator const pipe_box *() { in operator const pipe_box*() 44 pipe_box pipe;
|