Home
last modified time | relevance | path

Searched defs:box (Results 226 - 250 of 272) sorted by relevance

1234567891011

/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp168 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 Dvideo_element.cpp1529 auto box = AceType::MakeRefPtr<BoxComponent>(); in CreateControl() local
1561 auto box = AceType::MakeRefPtr<BoxComponent>(); in CreatePoster() local
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp73 const RefPtr<BoxComponent> box = AceType::DynamicCast<BoxComponent>(component); in Update() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c628 get_next_color(const uint8_t *color_used, const PaletteUseContext *s, int *component, const struct color_rect *box) get_next_color() argument
705 colormap_insert(struct color_node *map, uint8_t *color_used, int *nb_used, const PaletteUseContext *s, const struct color_rect *box) colormap_insert() argument
769 struct color_rect box; load_colormap() local
[all...]
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx1665 poppler::page_box_enum box = poppler::page_box_enum::media_box; in outPage() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c174 r600_texture_get_offset(struct r600_common_screen *rscreen, struct r600_texture *rtex, unsigned level, const struct pipe_box *box, unsigned *stride, unsigned *layer_stride) r600_texture_get_offset() argument
391 struct pipe_box box; r600_reallocate_texture_inplace() local
541 struct pipe_box box; r600_texture_get_handle() local
1223 r600_init_temp_resource_from_box(struct pipe_resource *res, struct pipe_resource *orig, const struct pipe_box *box, unsigned level, unsigned flags) r600_init_temp_resource_from_box() argument
1246 r600_can_invalidate_texture(struct r600_common_screen *rscreen, struct r600_texture *rtex, unsigned transfer_usage, const struct pipe_box *box) r600_can_invalidate_texture() argument
1283 r600_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_texture_transfer_map() argument
1590 r600_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) r600_clear_texture() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c170 SVGA3D_vgpu10_PredCopyRegion(struct svga_winsys_context *swc, struct svga_winsys_surface *dstSurf, uint32 dstSubResource, struct svga_winsys_surface *srcSurf, uint32 srcSubResource, const SVGA3dCopyBox *box) SVGA3D_vgpu10_PredCopyRegion() argument
1398 SVGA3D_vgpu10_UpdateSubResource(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, const SVGA3dBox *box, unsigned subResource) SVGA3D_vgpu10_UpdateSubResource() argument
1495 SVGA3D_vgpu10_IntraSurfaceCopy(struct svga_winsys_context *swc, struct svga_winsys_surface *surface, unsigned level, unsigned face, const SVGA3dCopyBox *box) SVGA3D_vgpu10_IntraSurfaceCopy() argument
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c782 tegra_clear_texture(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned int level, const struct pipe_box *box, const void *data) tegra_clear_texture() argument
924 tegra_transfer_map(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) tegra_transfer_map() argument
957 tegra_transfer_flush_region(struct pipe_context *pcontext, struct pipe_transfer *ptransfer, const struct pipe_box *box) tegra_transfer_flush_region() argument
996 tegra_texture_subdata(struct pipe_context *pcontext, struct pipe_resource *presource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) tegra_texture_subdata() argument
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c635 virgl_encode_clear_texture(struct virgl_context *ctx, struct virgl_resource *res, unsigned int level, const struct pipe_box *box, const void *data) virgl_encode_clear_texture() argument
897 virgl_encoder_inline_write(struct virgl_context *ctx, struct virgl_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) virgl_encoder_inline_write() argument
[all...]
H A Dvirgl_context.c862 virgl_clear_texture(struct pipe_context *ctx, struct pipe_resource *res, unsigned int level, const struct pipe_box *box, const void *data) virgl_clear_texture() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c131 si_texture_get_offset(struct si_screen *sscreen, struct si_texture *tex, unsigned level, const struct pipe_box *box, unsigned *stride, unsigned *layer_stride) si_texture_get_offset() argument
456 struct pipe_box box; si_reallocate_texture_inplace() local
785 struct pipe_box box; si_texture_get_handle() local
1345 si_texture_commit(struct si_context *ctx, struct si_resource *res, unsigned level, struct pipe_box *box, bool commit) si_texture_commit() argument
1755 si_init_temp_resource_from_box(struct pipe_resource *res, struct pipe_resource *orig, const struct pipe_box *box, unsigned level, unsigned usage, unsigned flags) si_init_temp_resource_from_box() argument
1794 si_can_invalidate_texture(struct si_screen *sscreen, struct si_texture *tex, unsigned transfer_usage, const struct pipe_box *box) si_can_invalidate_texture() argument
1822 si_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) si_texture_transfer_map() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c1923 struct pipe_box box; st_TexSubImage() local
3468 struct pipe_box box; st_ClearTexSubImage() local
3547 struct pipe_box box; st_TexturePageCommitment() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c453 nv50_clear_texture(struct pipe_context *pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) nv50_clear_texture() argument
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1550 Handle<HeapNumber> box = isolate()->factory()->NewHeapNumber(value->Number()); in MaterializeHeapNumber() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c1571 struct pipe_box box = (struct pipe_box) { in iris_reallocate_resource_inplace() local
1580 struct pipe_box box = (struct pipe_box) { in iris_reallocate_resource_inplace() local
1994 struct pipe_box *box = &xfer->box; in iris_map_copy_region() local
2114 const struct pipe_box *box = &xfer->box; iris_unmap_s8() local
2146 const struct pipe_box *box = &xfer->box; iris_map_s8() local
2193 tile_extents(const struct isl_surf *surf, const struct pipe_box *box, unsigned level, int z, unsigned *x1_B, unsigned *x2_B, unsigned *y1_el, unsigned *y2_el) tile_extents() argument
2218 const struct pipe_box *box = &xfer->box; iris_unmap_tiled_memcpy() local
2247 const struct pipe_box *box = &xfer->box; iris_map_tiled_memcpy() local
2292 struct pipe_box *box = &xfer->box; iris_map_direct() local
2325 can_promote_to_async(const struct iris_resource *res, const struct pipe_box *box, enum pipe_map_flags usage) can_promote_to_async() argument
2340 iris_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, enum pipe_map_flags usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) iris_transfer_map() argument
2487 iris_transfer_flush_region(struct pipe_context *ctx, struct pipe_transfer *xfer, const struct pipe_box *box) iris_transfer_flush_region() argument
2544 iris_texture_subdata(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) iris_texture_subdata() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1611 dd_context_clear_texture(struct pipe_context *_pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) dd_context_clear_texture() argument
1633 dd_context_buffer_map(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) dd_context_buffer_map() argument
1667 dd_context_texture_map(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) dd_context_texture_map() argument
1701 dd_context_transfer_flush_region(struct pipe_context *_pipe, struct pipe_transfer *transfer, const struct pipe_box *box) dd_context_transfer_flush_region() argument
1805 dd_context_texture_subdata(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) dd_context_texture_subdata() argument
[all...]
H A Ddd_pipe.h150 struct pipe_box box; member
170 struct pipe_box box; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1106 struct pipe_box *box = &trans->base.b.box; transfer_image_part_to_buf() local
1166 struct pipe_box box = {0,0,0, (int)res->base.b.width0, (int16_t)res->base.b.height0, (int16_t)res->base.b.depth0}; transfer_image_to_buf() local
1238 linear_range(const struct pipe_box *box, unsigned stride, unsigned layer_stride) linear_range() argument
1335 prepare_zs_layer_strides(struct d3d12_screen *screen, struct d3d12_resource *res, const struct pipe_box *box, struct d3d12_transfer *trans) prepare_zs_layer_strides() argument
1363 read_zs_surface(struct d3d12_context *ctx, struct d3d12_resource *res, const struct pipe_box *box, struct d3d12_transfer *trans) read_zs_surface() argument
1455 prepare_write_zs_surface(struct d3d12_resource *res, const struct pipe_box *box, struct d3d12_transfer *trans) prepare_write_zs_surface() argument
1549 d3d12_transfer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) d3d12_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.h527 zink_rect_from_box(const struct pipe_box *box) in zink_rect_from_box() argument
H A Dzink_resource.c1263 struct pipe_box box = {0, 0, 0, in add_resource_bind() local
1630 struct pipe_box box = trans->base.b.box; in zink_transfer_copy_bufimage() local
1689 create_transfer(struct zink_context *ctx, struct pipe_resource *pres, unsigned usage, const struct pipe_box *box) create_transfer() argument
1723 zink_buffer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) zink_buffer_map() argument
1901 zink_image_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) zink_image_map() argument
2027 zink_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) zink_transfer_flush_region() argument
2078 struct pipe_box box = ptrans->box; transfer_unmap() local
2127 struct pipe_box box; zink_buffer_subdata() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c3138 struct pipe_box box; update_vertex_buffers_sw() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1531 trace_context_clear_texture(struct pipe_context *_pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) trace_context_clear_texture() argument
1712 trace_context_transfer_map(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) trace_context_transfer_map() argument
1754 trace_context_transfer_flush_region( struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) trace_context_transfer_flush_region() argument
1798 const struct pipe_box *box = &transfer->box; trace_context_transfer_unmap() local
1870 struct pipe_box box; trace_context_buffer_subdata() local
1892 trace_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) trace_context_texture_subdata() argument
2059 trace_context_resource_commit(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) trace_context_resource_commit() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1237 struct pipe_box *box = &xfer->box; in crocus_map_copy_region() local
1374 const struct pipe_box *box = &xfer->box; crocus_unmap_s8() local
1407 const struct pipe_box *box = &xfer->box; crocus_map_s8() local
1455 tile_extents(const struct isl_surf *surf, const struct pipe_box *box, unsigned level, int z, unsigned *x1_B, unsigned *x2_B, unsigned *y1_el, unsigned *y2_el) tile_extents() argument
1480 const struct pipe_box *box = &xfer->box; crocus_unmap_tiled_memcpy() local
1508 const struct pipe_box *box = &xfer->box; crocus_map_tiled_memcpy() local
1556 struct pipe_box *box = &xfer->box; crocus_map_direct() local
1588 can_promote_to_async(const struct crocus_resource *res, const struct pipe_box *box, unsigned usage) can_promote_to_async() argument
1603 crocus_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) crocus_transfer_map() argument
1737 crocus_transfer_flush_region(struct pipe_context *ctx, struct pipe_transfer *xfer, const struct pipe_box *box) crocus_transfer_flush_region() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c1110 rbug_context_buffer_map(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) rbug_context_buffer_map() argument
1137 rbug_context_texture_map(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) rbug_context_texture_map() argument
1164 rbug_context_transfer_flush_region(struct pipe_context *_context, struct pipe_transfer *_transfer, const struct pipe_box *box) rbug_context_transfer_flush_region() argument
1234 rbug_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) rbug_context_texture_subdata() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c221 noop_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) noop_transfer_map() argument
245 noop_transfer_flush_region(struct pipe_context *pipe, struct pipe_transfer *transfer, const struct pipe_box *box) noop_transfer_flush_region() argument
265 noop_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) noop_texture_subdata() argument
476 noop_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned layer, void *context_private, struct pipe_box *box) noop_flush_frontbuffer() argument

Completed in 53 milliseconds

1234567891011