/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_clear.c | 282 svga_clear_texture(struct pipe_context *pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) svga_clear_texture() argument [all...] |
H A D | svga_resource_texture.h | 120 SVGA3dBox box; /* The adjusted box with slice index removed from z */ member 144 SVGA3dBox box; member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_transfer_queue.c | 71 box_min_max(const struct pipe_box *box, int dim, int *min, int *max) in box_min_max() argument 105 transfer_overlap(const struct virgl_transfer *xfer, const struct virgl_hw_res *hw_res, unsigned level, const struct pipe_box *box, bool include_touching) transfer_overlap() argument 140 virgl_transfer_queue_find_overlap(const struct virgl_transfer_queue *queue, const struct virgl_hw_res *hw_res, unsigned level, const struct pipe_box *box, bool include_touching) virgl_transfer_queue_find_overlap() argument 365 struct pipe_box box; virgl_transfer_queue_extend_buffer() local [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_enc.c | 294 struct pipe_box box = {}; in enc_AllocateBackTexture() local
|
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
H A D | kms_dri_sw_winsys.c | 483 kms_sw_displaytarget_display(struct sw_winsys *ws, struct sw_displaytarget *dt, void *context_private, struct pipe_box *box) kms_sw_displaytarget_display() argument
|
/third_party/mesa3d/src/gallium/winsys/sw/xlib/ |
H A D | xlib_sw_winsys.c | 297 xlib_sw_display(struct xlib_drawable *xlib_drawable, struct sw_displaytarget *dt, struct pipe_box *box) xlib_sw_display() argument 389 xlib_displaytarget_display(struct sw_winsys *ws, struct sw_displaytarget *dt, void *context_private, struct pipe_box *box) xlib_displaytarget_display() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.cpp | 34 class box { class 36 box(const resource::vector &origin, const resource::vector &size) : in box() function in __anon8591::box
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.c | 129 struct pipe_box box = {}; in vid_enc_BufferEncoded_common() local 402 struct pipe_box box = {}; in enc_LoadImage_common() local [all...] |
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | fs-test.c | 256 struct pipe_box box; in init_tex() local
|
H A D | graw_util.h | 229 struct pipe_box box; in graw_util_create_tex2d() local
|
H A D | quad-sample.c | 172 struct pipe_box box; in init_tex() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_test_dma.c | 306 struct pipe_box box; in r600_test_dma() local
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 387 struct pipe_box box = {}; in xmesa_copy_st_framebuffer() local 61 xmesa_st_framebuffer_display(struct st_framebuffer_iface *stfbi, struct st_context_iface *stctx, enum st_attachment_type statt, struct pipe_box *box) xmesa_st_framebuffer_display() argument
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | postproc.c | 90 vlVaGetBox(struct pipe_video_buffer *buf, unsigned idx, struct pipe_box *box, const VARectangle *region) vlVaGetBox() argument [all...] |
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | quad-tex.c | 161 struct pipe_box box; in init_prog() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volume9.c | 258 struct pipe_box box; in NineVolume9_LockBox() local 384 struct pipe_box box; NineVolume9_UnlockBox() local 493 struct pipe_box box; NineVolume9_UploadSelf() local [all...] |
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | surface.c | 256 struct pipe_box box = { in vlVdpVideoSurfaceGetBitsYCbCr() local [all...] |
/third_party/mesa3d/src/gallium/winsys/sw/dri/ |
H A D | dri_sw_winsys.c | 242 dri_sw_displaytarget_display(struct sw_winsys *ws, struct sw_displaytarget *dt, void *context_private, struct pipe_box *box) dri_sw_displaytarget_display() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 355 softpipe_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) softpipe_transfer_map() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_transfer.c | 371 nv50_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nv50_miptree_transfer_map() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_clear.c | 67 can_fast_clear_color(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format render_format, union isl_color_value color) can_fast_clear_color() argument 164 fast_clear_color(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, union isl_color_value color) fast_clear_color() argument 306 clear_color(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, struct isl_swizzle swizzle, union isl_color_value color) clear_color() argument 377 can_fast_clear_depth(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, float depth) can_fast_clear_depth() argument 422 fast_clear_depth(struct iris_context *ice, struct iris_resource *res, unsigned level, const struct pipe_box *box, float depth) fast_clear_depth() argument 511 clear_depth_stencil(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, bool clear_depth, bool clear_stencil, float depth, uint8_t stencil) clear_depth_stencil() argument 627 struct pipe_box box = { iris_clear() local 672 iris_clear_texture(struct pipe_context *ctx, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, const void *data) iris_clear_texture() argument 745 struct pipe_box box = { iris_clear_render_target() local 776 struct pipe_box box = { iris_clear_depth_stencil() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.c | 85 void trace_dump_box(const struct pipe_box *box) in trace_dump_box() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer_helper.c | 174 transfer_map_msaa(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) transfer_map_msaa() argument 243 u_transfer_helper_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) u_transfer_helper_transfer_map() argument 365 flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) flush_region() argument 486 u_transfer_helper_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) u_transfer_helper_transfer_flush_region() argument 526 struct pipe_box box; u_transfer_helper_transfer_unmap() local 588 u_transfer_helper_deinterleave_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) u_transfer_helper_deinterleave_transfer_map() argument 706 struct pipe_box box; u_transfer_helper_deinterleave_transfer_unmap() local [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_clear_blit.c | 227 etna_copy_resource_box(struct pipe_context *pctx, struct pipe_resource *dst, struct pipe_resource *src, int level, struct pipe_box *box) etna_copy_resource_box() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_tiling.c | 122 vc4_t_image_helper(void *gpu, uint32_t gpu_stride, void *cpu, uint32_t cpu_stride, int cpp, const struct pipe_box *box, bool to_cpu) vc4_t_image_helper() argument 181 vc4_store_t_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_store_t_image() argument 191 vc4_load_t_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, int cpp, const struct pipe_box *box) vc4_load_t_image() argument 205 vc4_load_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_load_tiled_image() argument 227 vc4_store_tiled_image(void *dst, uint32_t dst_stride, void *src, uint32_t src_stride, uint8_t tiling_format, int cpp, const struct pipe_box *box) vc4_store_tiled_image() argument [all...] |