/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 1416 GLint dstx, GLint dsty) in copy_stencil_pixels() 1469 usage, dstx, dsty, in copy_stencil_pixels() 1520 GLint dstx, GLint dsty, GLenum type) in blit_copy_pixels() 1568 drawX = dstx + pack.SkipPixels; in blit_copy_pixels() 1669 GLint dstx, GLint dsty, GLenum type) in st_CopyPixels() 1695 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type)) in st_CopyPixels() 1701 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels() 1702 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1709 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty); in st_CopyPixels() 1780 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dst in st_CopyPixels() 1414 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty) copy_stencil_pixels() argument 1518 blit_copy_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) blit_copy_pixels() argument 1667 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) st_CopyPixels() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volume9.h | 90 unsigned dstx, unsigned dsty, unsigned dstz,
|
H A D | volume9.c | 425 unsigned dstx, unsigned dsty, unsigned dstz, in NineVolume9_CopyMemToDefault() 432 DBG("This=%p From=%p dstx=%u dsty=%u dstz=%u pSrcBox=%p\n", in NineVolume9_CopyMemToDefault() 433 This, From, dstx, dsty, dstz, pSrcBox); in NineVolume9_CopyMemToDefault() 438 dst_box.x = dstx; in NineVolume9_CopyMemToDefault() 473 dstx, dsty, dstz, in NineVolume9_CopyMemToDefault() 423 NineVolume9_CopyMemToDefault( struct NineVolume9 *This, struct NineVolume9 *From, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_box *pSrcBox ) NineVolume9_CopyMemToDefault() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_blitter.h | 44 unsigned dstx, unsigned dsty, unsigned dstz,
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_blit.cpp | 268 unsigned dstx, unsigned dsty, unsigned dstz, in copy_subregion_no_barriers() 334 assert((dstx == 0 && dsty == 0 && dstz == 0) || in copy_subregion_no_barriers() 341 ctx->cmdlist->CopyTextureRegion(&dst_loc, dstx, dsty, dstz, in copy_subregion_no_barriers() 359 ctx->cmdlist->CopyTextureRegion(&dst_loc, dstx, dsty, dstz, in copy_subregion_no_barriers() 971 unsigned dstx, unsigned dsty, unsigned dstz, in d3d12_resource_copy_region() 991 psrc->last_level, dstx, dsty, dstz); in d3d12_resource_copy_region() 1002 dst_box.x = dstx; in d3d12_resource_copy_region() 265 copy_subregion_no_barriers(struct d3d12_context *ctx, struct d3d12_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct d3d12_resource *src, unsigned src_level, const struct pipe_box *psrc_box, unsigned mask) copy_subregion_no_barriers() argument 968 d3d12_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *pdst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *psrc, unsigned src_level, const struct pipe_box *psrc_box) d3d12_resource_copy_region() argument
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 664 def resource_copy_region(self, dst, dst_level, dstx, dsty, dstz, src, src_level, src_box): 675 dst.data[dstx : dstx + src_box.width] = src.data[src_box.x : src_box.x + src_box.width] 723 def clear_render_target(self, dst, rgba, dstx, dsty, width, height, render_condition_enabled): 726 def clear_depth_stencil(self, dst, clear_flags, depth, stencil, dstx, dsty, width, height, render_condition_enabled):
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 654 unsigned dstx, unsigned dsty, unsigned dstz, 691 unsigned dstx, unsigned dsty, 706 unsigned dstx, unsigned dsty,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_resource.h | 74 unsigned dstx, unsigned dsty, unsigned dstz,
|
H A D | nv30_miptree.c | 145 unsigned dstx, unsigned dsty, unsigned dstz, in nv30_resource_copy_region() 154 nv04_resource(dstres), dstx, in nv30_resource_copy_region() 161 define_rect(dstres, dst_level, dstz, dstx, dsty, in nv30_resource_copy_region() 143 nv30_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dstres, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *srcres, unsigned src_level, const struct pipe_box *src_box) nv30_resource_copy_region() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_clear.c | 1217 unsigned dstx, unsigned dsty, unsigned width, unsigned height, in si_try_normal_clear() 1223 if (dstx == 0 && dsty == 0 && in si_try_normal_clear() 1259 const union pipe_color_union *color, unsigned dstx, in si_clear_render_target() 1267 if (si_try_normal_clear(sctx, dst, dstx, dsty, width, height, render_condition_enabled, in si_clear_render_target() 1273 si_compute_clear_render_target(ctx, dst, color, dstx, dsty, width, height, in si_clear_render_target() 1280 util_blitter_clear_render_target(sctx->blitter, dst, color, dstx, dsty, width, height); in si_clear_render_target() 1286 unsigned dstx, unsigned dsty, unsigned width, unsigned height, in si_clear_depth_stencil() 1293 if (si_try_normal_clear(sctx, dst, dstx, dsty, width, height, render_condition_enabled, in si_clear_depth_stencil() 1299 util_blitter_clear_depth_stencil(sctx->blitter, dst, clear_flags, depth, stencil, dstx, dsty, in si_clear_depth_stencil() 1216 si_try_normal_clear(struct si_context *sctx, struct pipe_surface *dst, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled, unsigned buffers, const union pipe_color_union *color, float depth, unsigned stencil) si_try_normal_clear() argument 1258 si_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_clear_render_target() argument 1284 si_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 1343 unsigned dstx, unsigned dsty, unsigned dstz, in trace_context_resource_copy_region() 1356 trace_dump_arg(uint, dstx); in trace_context_resource_copy_region() 1364 dst, dst_level, dstx, dsty, dstz, in trace_context_resource_copy_region() 1443 unsigned dstx, unsigned dsty, in trace_context_clear_render_target() 1457 trace_dump_arg(uint, dstx); in trace_context_clear_render_target() 1463 pipe->clear_render_target(pipe, dst, color, dstx, dsty, width, height, in trace_context_clear_render_target() 1475 unsigned dstx, unsigned dsty, in trace_context_clear_depth_stencil() 1491 trace_dump_arg(uint, dstx); in trace_context_clear_depth_stencil() 1498 dstx, dsty, width, height, in trace_context_clear_depth_stencil() 1340 trace_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) trace_context_resource_copy_region() argument 1440 trace_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) trace_context_clear_render_target() argument 1470 trace_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) trace_context_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 288 unsigned dstx, unsigned dsty, in noop_clear_render_target() 299 unsigned dstx, unsigned dsty, in noop_clear_depth_stencil() 308 unsigned dstx, unsigned dsty, unsigned dstz, in noop_resource_copy_region() 285 noop_clear_render_target(struct pipe_context *ctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) noop_clear_render_target() argument 294 noop_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) noop_clear_depth_stencil() argument 305 noop_resource_copy_region(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) noop_resource_copy_region() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.c | 590 struct nv04_resource *dst, unsigned dstx, in nouveau_copy_buffer() 600 dst->bo, dst->offset + dstx, dst->domain, in nouveau_copy_buffer() 618 &dst->base, 0, dstx, 0, 0, in nouveau_copy_buffer() 622 util_range_add(&dst->base, &dst->valid_buffer_range, dstx, dstx + size); in nouveau_copy_buffer() 589 nouveau_copy_buffer(struct nouveau_context *nv, struct nv04_resource *dst, unsigned dstx, struct nv04_resource *src, unsigned srcx, unsigned size) nouveau_copy_buffer() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 2381 unsigned dstx, dsty, dstz; member 2391 unsigned dstx, unsigned dsty, unsigned dstz, 3737 pipe->resource_copy_region(pipe, p->dst, p->dst_level, p->dstx, p->dsty, in tc_call_resource_copy_region() 3747 unsigned dstx, unsigned dsty, unsigned dstz, in tc_resource_copy_region() 3762 p->dstx = dstx; in tc_resource_copy_region() 3776 dstx, dstx + src_box->width); in tc_resource_copy_region() 3960 unsigned dstx; member 3973 pipe->clear_render_target(pipe, p->dst, &p->color, p->dstx, in tc_call_clear_render_target() 3745 tc_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) tc_resource_copy_region() argument 3980 tc_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) tc_clear_render_target() argument 4006 unsigned dstx; global() member 4027 tc_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) tc_clear_depth_stencil() argument [all...] |
H A D | u_blitter.c | 1775 unsigned dstx, unsigned dsty, unsigned dstz, in util_blitter_copy_texture() 1789 u_box_3d(dstx, dsty, dstz, abs(srcbox->width), abs(srcbox->height), in util_blitter_copy_texture() 2382 unsigned dstx, unsigned dsty, in util_blitter_clear_render_target() 2428 dstx, dsty, dstx+width, dsty+height, 0, in util_blitter_clear_render_target() 2434 dstx, dsty, dstx+width, dsty+height, 0, in util_blitter_clear_render_target() 2451 unsigned dstx, unsigned dsty, in util_blitter_clear_depth_stencil() 2509 dstx, dsty, dstx in util_blitter_clear_depth_stencil() 1772 util_blitter_copy_texture(struct blitter_context *blitter, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *srcbox) util_blitter_copy_texture() argument 2379 util_blitter_clear_render_target(struct blitter_context *blitter, struct pipe_surface *dstsurf, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_blitter_clear_render_target() argument 2446 util_blitter_clear_depth_stencil(struct blitter_context *blitter, struct pipe_surface *dstsurf, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_blitter_clear_depth_stencil() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 459 DUMP_M(uint, info, dstx); in dd_dump_resource_copy_region() 1400 unsigned dstx, unsigned dsty, unsigned dstz, in dd_context_resource_copy_region() 1412 record->call.info.resource_copy_region.dstx = dstx; in dd_context_resource_copy_region() 1422 dst, dst_level, dstx, dsty, dstz, in dd_context_resource_copy_region() 1552 unsigned dstx, unsigned dsty, in dd_context_clear_render_target() 1563 pipe->clear_render_target(pipe, dst, color, dstx, dsty, width, height, in dd_context_clear_render_target() 1571 double depth, unsigned stencil, unsigned dstx, in dd_context_clear_depth_stencil() 1583 dstx, dsty, width, height, in dd_context_clear_depth_stencil() 1398 dd_context_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) dd_context_resource_copy_region() argument 1549 dd_context_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) dd_context_clear_render_target() argument 1569 dd_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) dd_context_clear_depth_stencil() argument
|
H A D | dd_pipe.h | 87 unsigned dstx, dsty, dstz; member
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | subpicture.c | 411 short dstx, short dsty) in XvMCCompositeSubpicture() 416 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; in XvMCCompositeSubpicture() 409 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) XvMCCompositeSubpicture() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blt.c | 393 unsigned dstx, unsigned dsty, unsigned dstz, in crocus_copy_region_blt() 404 dstx, dsty, dstz, in crocus_copy_region_blt() 390 crocus_copy_region_blt(struct crocus_batch *batch, struct crocus_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct crocus_resource *src, unsigned src_level, const struct pipe_box *src_box) crocus_copy_region_blt() argument
|
H A D | crocus_screen.h | 153 unsigned dstx, unsigned dsty, unsigned dstz,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 384 const int dstx = color_get(s, c, a, r, g, b, search_method); in get_dst_color_err() local 385 if (dstx < 0) in get_dst_color_err() 386 return dstx; in get_dst_color_err() 387 dstc = s->palette[dstx]; in get_dst_color_err() 388 if (dstx == s->transparency_index) { in get_dst_color_err() 396 return dstx; in get_dst_color_err()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 702 unsigned int dstx, in tegra_resource_copy_region() 713 context->gpu->resource_copy_region(context->gpu, dst->gpu, dst_level, dstx, in tegra_resource_copy_region() 748 unsigned int dstx, in tegra_clear_render_target() 757 context->gpu->clear_render_target(context->gpu, dst->gpu, color, dstx, in tegra_clear_render_target() 767 unsigned int dstx, in tegra_clear_depth_stencil() 777 stencil, dstx, dsty, width, height, in tegra_clear_depth_stencil() 699 tegra_resource_copy_region(struct pipe_context *pcontext, struct pipe_resource *pdst, unsigned int dst_level, unsigned int dstx, unsigned int dsty, unsigned int dstz, struct pipe_resource *psrc, unsigned int src_level, const struct pipe_box *src_box) tegra_resource_copy_region() argument 745 tegra_clear_render_target(struct pipe_context *pcontext, struct pipe_surface *pdst, const union pipe_color_union *color, unsigned int dstx, unsigned int dsty, unsigned int width, unsigned int height, bool render_condition) tegra_clear_render_target() argument 762 tegra_clear_depth_stencil(struct pipe_context *pcontext, struct pipe_surface *pdst, unsigned int flags, double depth, unsigned int stencil, unsigned int dstx, unsigned int dsty, unsigned int width, unsigned int height, bool render_condition) tegra_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.c | 868 unsigned dstx, in rbug_resource_copy_region() 886 dstx, in rbug_resource_copy_region() 954 unsigned dstx, unsigned dsty, in rbug_clear_render_target() 967 dstx, in rbug_clear_render_target() 981 unsigned dstx, unsigned dsty, in rbug_clear_depth_stencil() 996 dstx, in rbug_clear_depth_stencil() 865 rbug_resource_copy_region(struct pipe_context *_pipe, struct pipe_resource *_dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *_src, unsigned src_level, const struct pipe_box *src_box) rbug_resource_copy_region() argument 951 rbug_clear_render_target(struct pipe_context *_pipe, struct pipe_surface *_dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) rbug_clear_render_target() argument 976 rbug_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) rbug_clear_depth_stencil() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer_common.c | 304 unsigned dstx, unsigned srcx, unsigned size) in r600_can_dma_copy_buffer() 306 bool dword_aligned = !(dstx % 4) && !(srcx % 4) && !(size % 4); in r600_can_dma_copy_buffer() 303 r600_can_dma_copy_buffer(struct r600_common_context *rctx, unsigned dstx, unsigned srcx, unsigned size) r600_can_dma_copy_buffer() argument
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_encode.h | 235 unsigned dstx, unsigned dsty, unsigned dstz,
|