Home
last modified time | relevance | path

Searched defs:box (Results 126 - 150 of 183) sorted by relevance

12345678

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c565 struct pipe_box box; in si_test_image_copy_region() local
[all...]
H A Dsi_clear.c1304 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...]
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/gallium/frontends/vdpau/
H A Dvdpau_private.h341 struct pipe_box box; in RectToPipeBox() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c99 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 Dlp_rast.h178 struct u_rect box; member
H A Dlp_texture.c671 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 Dfreedreno_resource.c660 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 Ddd_context.c694 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 Dagx_pipe.c267 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 Dagx_state.h306 struct pipe_box box; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.cpp616 struct pipe_box box = { 0, in d3d12_video_decoder_end_frame() local
H A Dd3d12_blit.cpp155 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 Dnoop_state.c330 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 Dpan_resource.c794 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 Devergreen_compute.c547 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 Dr600_pipe_common.c545 r600_resource_commit(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) r600_resource_commit() argument
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/skia/src/pdf/
H A DSkPDFFont.cpp71 void setGlyphWidthAndBoundingBox(SkScalar width, SkIRect box, in setGlyphWidthAndBoundingBox() argument
/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/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

Completed in 40 milliseconds

12345678