| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | virtio_gpu.h | 151 struct virtio_gpu_box box; member
|
| /third_party/lame/frontend/ |
| H A D | gtkanal.c | 1149 GtkWidget *hbox, *vbox, *button, *box; in text_window() local 1298 gtk_box_pack_start(GTK_BOX(hbox), box, FALSE, TRUE, 0); text_window() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 932 zink_bo_commit(struct zink_screen *screen, struct zink_resource *res, unsigned level, struct pipe_box *box, bool commit, VkSemaphore *sem) in zink_bo_commit() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 499 SVGA3dCopyBox *box; in SVGA3D_BufferDMA() local 1711 SVGA3D_UpdateGBImage(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, const SVGA3dBox *box, unsigned face, unsigned mipLevel) SVGA3D_UpdateGBImage() argument 1824 SVGA3D_ReadbackGBImagePartial(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel, const SVGA3dBox *box, bool invertBox) SVGA3D_ReadbackGBImagePartial() argument 1853 SVGA3D_InvalidateGBImagePartial(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned face, unsigned mipLevel, const SVGA3dBox *box, bool invertBox) SVGA3D_InvalidateGBImagePartial() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | surface.c | 230 struct pipe_box box; in vlVaPutSubpictures() local
|
| /third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 345 virgl_bo_transfer_put(struct virgl_winsys *vws, struct virgl_hw_res *res, const struct pipe_box *box, uint32_t stride, uint32_t layer_stride, uint32_t buf_offset, uint32_t level) virgl_bo_transfer_put() argument 374 virgl_bo_transfer_get(struct virgl_winsys *vws, struct virgl_hw_res *res, const struct pipe_box *box, uint32_t stride, uint32_t layer_stride, uint32_t buf_offset, uint32_t level) virgl_bo_transfer_get() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_test_image_copy_region.c | 565 struct pipe_box box; in si_test_image_copy_region() local [all...] |
| H A D | si_clear.c | 1304 si_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) si_clear_texture() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | vdpau_private.h | 341 struct pipe_box box; in RectToPipeBox() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_resource.c | 99 vc4_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) vc4_resource_transfer_map() argument 222 vc4_texture_subdata(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) vc4_texture_subdata() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast.h | 178 struct u_rect box; member
|
| H A D | lp_texture.c | 671 llvmpipe_transfer_map_ms( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, unsigned sample, const struct pipe_box *box, struct pipe_transfer **transfer ) llvmpipe_transfer_map_ms() argument 787 llvmpipe_transfer_map( struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer ) llvmpipe_transfer_map() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.c | 660 fd_resource_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) fd_resource_transfer_flush_region() argument 782 resource_transfer_map_unsync(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct fd_transfer *trans) resource_transfer_map_unsync() argument 964 fd_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) fd_resource_transfer_map() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_context.c | 694 dd_context_resource_commit(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) dd_context_resource_commit() argument
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_pipe.c | 267 agx_transfer_flush_region(struct pipe_context *pipe, struct pipe_transfer *transfer, const struct pipe_box *box) agx_transfer_flush_region() argument 274 agx_transfer_map(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **out_transfer) agx_transfer_map() argument 674 agx_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *pctx, struct pipe_resource *prsrc, unsigned level, unsigned layer, void *context_private, struct pipe_box *box) agx_flush_frontbuffer() argument [all...] |
| H A D | agx_state.h | 306 struct pipe_box box; member
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_video_dec.cpp | 616 struct pipe_box box = { 0, in d3d12_video_decoder_end_frame() local
|
| H A D | d3d12_blit.cpp | 155 box_fits(const struct pipe_box *box, const struct pipe_resource *res, int level) in box_fits() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 330 noop_clear_texture(struct pipe_context *pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) noop_clear_texture() argument 360 noop_resource_commit(struct pipe_context *ctx, struct pipe_resource *res, unsigned level, struct pipe_box *box, bool commit) noop_resource_commit() argument
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.c | 794 pan_alloc_staging(struct panfrost_context *ctx, struct panfrost_resource *rsc, unsigned level, const struct pipe_box *box) pan_alloc_staging() argument 940 panfrost_box_covers_resource(const struct pipe_resource *resource, const struct pipe_box *box) panfrost_box_covers_resource() argument 950 panfrost_ptr_map(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **out_transfer) panfrost_ptr_map() argument 1184 struct pipe_box box = pan_resource_modifier_convert() local 1371 panfrost_ptr_flush_region(struct pipe_context *pctx, struct pipe_transfer *transfer, const struct pipe_box *box) panfrost_ptr_flush_region() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | evergreen_compute.c | 547 struct pipe_box box; in evergreen_compute_upload_input() local 1234 r600_compute_global_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_compute_global_transfer_map() argument [all...] |
| H A D | r600_pipe_common.c | 545 r600_resource_commit(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) r600_resource_commit() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFFont.cpp | 71 void setGlyphWidthAndBoundingBox(SkScalar width, SkIRect box, in setGlyphWidthAndBoundingBox() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| H A D | text_overlay_component.cpp | 168 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildToolBar() local 246 auto box = AceType::MakeRefPtr<BoxComponent>(); in BuildAnimation() local 348 auto box = AceType::MakeRefPtr<BoxComponent>(); BuildMenu() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/video/ |
| H A D | video_element.cpp | 1529 auto box = AceType::MakeRefPtr<BoxComponent>(); in CreateControl() local 1561 auto box = AceType::MakeRefPtr<BoxComponent>(); in CreatePoster() local
|