Home
last modified time | relevance | path

Searched defs:box (Results 101 - 125 of 239) sorted by relevance

12345678910

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c373 nvc0_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nvc0_miptree_transfer_map() argument
[all...]
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/rust/crates/cxx/include/
H A Dcxx.h812 Box box = uninit{}; variable
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c406 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) draw_box() argument
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h812 Box box = uninit{}; variable
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dutil.c464 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) draw_box() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/
H A Di810_dma.c719 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex() local
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dvirtgpu_drm.h143 struct drm_virtgpu_3d_box box; member
152 struct drm_virtgpu_3d_box box; member
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dutil.c464 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) draw_box() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_palettegen.c172 struct range_box *box = &s->boxes[box_id]; in get_next_box_id_to_split() local
203 get_avg_color(struct color_ref * const *refs, const struct range_box *box, int use_alpha) get_avg_color() argument
236 split_box(PaletteGenContext *s, struct range_box *box, int n) split_box() argument
327 struct range_box *box; get_palette_frame() local
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc15 static std::string debug_box(const PageRect &box,float xshift,float yshift) // {{{ in debug_box() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c378 const struct pipe_box box = { in handle_copy_buffer_to_image_cpu_job() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c57 SVGA3dCopyBox box; in svga_texture_copy_region() local
88 SVGA3dCopyBox box, *boxes; svga_texture_copy_handle() local
[all...]
H A Dsvga_resource_texture.c60 SVGA3dCopyBox box; in svga_transfer_dma_band() local
469 svga_texture_transfer_map(struct pipe_context *pipe, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) svga_texture_transfer_map() argument
648 update_image_vgpu9(struct svga_context *svga, struct svga_winsys_surface *surf, const SVGA3dBox *box, unsigned slice, unsigned level) update_image_vgpu9() argument
659 update_image_vgpu10(struct svga_context *svga, struct svga_winsys_surface *surf, const SVGA3dBox *box, unsigned slice, unsigned level, unsigned numMipLevels) update_image_vgpu10() argument
730 SVGA3dBox box = st->box; svga_texture_transfer_unmap_direct() local
[all...]
H A Dsvga_pipe_blit.c83 SVGA3dCopyBox box; in intra_surface_copy() local
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c230 v3d_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) v3d_resource_transfer_map() argument
342 v3d_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) v3d_texture_subdata() argument
[all...]
H A Dv3d_blit.c85 struct pipe_box box = { in v3d_render_blit() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_clear.c429 create_clear_surface(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, const struct pipe_box *box) in create_clear_surface() argument
453 zink_clear_texture(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, const struct pipe_box *box, const void *data) zink_clear_texture() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c311 struct pipe_box *box = &vtransfer->base.box; in virgl_transfer_map_size() local
481 virgl_resource_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) virgl_resource_transfer_map() argument
837 virgl_resource_create_transfer(struct virgl_context *vctx, struct pipe_resource *pres, const struct virgl_resource_metadata *metadata, unsigned level, unsigned usage, const struct pipe_box *box) virgl_resource_create_transfer() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c53 vtest_get_transfer_size(struct virgl_hw_res *res, const struct pipe_box *box, uint32_t stride, uint32_t layer_stride, uint32_t level, uint32_t *valid_stride_p) vtest_get_transfer_size() argument
78 virgl_vtest_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_vtest_transfer_put() argument
106 virgl_vtest_transfer_get_internal(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, bool flush_front_buffer) virgl_vtest_transfer_get_internal() argument
163 virgl_vtest_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_vtest_transfer_get() argument
313 struct pipe_box box; virgl_vtest_winsys_resource_create() local
639 struct pipe_box box; virgl_vtest_flush_frontbuffer() local
[all...]
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c199 struct pipe_box box; in osmesa_read_buffer() local
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1368 dump_SVGA3dBox(const SVGA3dBox *box) in dump_SVGA3dBox() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c650 struct pipe_box box; in st_CopyImageSubData() local

Completed in 28 milliseconds

12345678910