/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_blit.c | 35 unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, in i915_fill_blit() 42 dst_buffer, dst_pitch, dst_offset, x, y, w, h); in i915_fill_blit() 53 BR13 = (((int)dst_pitch) & 0xffff) | (0xF0 << 16) | (1 << 24); in i915_fill_blit() 57 BR13 = (((int)dst_pitch) & 0xffff) | (0xF0 << 16) | (1 << 24) | (1 << 25); in i915_fill_blit() 81 unsigned src_offset, unsigned short dst_pitch, in i915_copy_blit() 94 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit() 105 BR13 = (((int)dst_pitch) & 0xffff) | (0xCC << 16) | (1 << 24); in i915_copy_blit() 109 BR13 = (((int)dst_pitch) & 0xffff) | (0xCC << 16) | (1 << 24) | (1 << 25); in i915_copy_blit() 125 assert(dst_pitch > 0 && src_pitch > 0); in i915_copy_blit() 34 i915_fill_blit(struct i915_context *i915, unsigned cpp, unsigned rgba_mask, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short x, short y, short w, short h, unsigned color) i915_fill_blit() argument 79 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) i915_copy_blit() argument
|
H A D | i915_blit.h | 36 unsigned src_offset, unsigned short dst_pitch, 42 unsigned rgba_mask, unsigned short dst_pitch,
|
/third_party/mesa3d/src/intel/isl/ |
H A D | isl_tiled_memcpy.c | 417 int32_t dst_pitch, in xtiled_to_linear() 427 dst += (ptrdiff_t)y0 * dst_pitch; in xtiled_to_linear() 446 dst += dst_pitch; in xtiled_to_linear() 459 int32_t dst_pitch, in ytiled_to_linear() 492 dst += (ptrdiff_t)y0 * dst_pitch; in ytiled_to_linear() 512 dst += dst_pitch; in ytiled_to_linear() 521 mem_copy(dst + x0 + 0 * dst_pitch, src + ((xo0 + yo + 0 * column_width) ^ swizzle0), x1 - x0); in ytiled_to_linear() 522 mem_copy(dst + x0 + 1 * dst_pitch, src + ((xo0 + yo + 1 * column_width) ^ swizzle0), x1 - x0); in ytiled_to_linear() 523 mem_copy(dst + x0 + 2 * dst_pitch, src + ((xo0 + yo + 2 * column_width) ^ swizzle0), x1 - x0); in ytiled_to_linear() 524 mem_copy(dst + x0 + 3 * dst_pitch, sr in ytiled_to_linear() 414 xtiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, isl_mem_copy_fn mem_copy, isl_mem_copy_fn mem_copy_align16) xtiled_to_linear() argument 456 ytiled_to_linear(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y3, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, isl_mem_copy_fn mem_copy, isl_mem_copy_fn mem_copy_align16) ytiled_to_linear() argument 717 xtiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, isl_memcpy_type copy_type) xtiled_to_linear_faster() argument 773 ytiled_to_linear_faster(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, uint32_t y0, uint32_t y1, char *dst, const char *src, int32_t dst_pitch, uint32_t swizzle_bit, isl_memcpy_type copy_type) ytiled_to_linear_faster() argument 831 linear_to_tiled(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) linear_to_tiled() argument 922 tiled_to_linear(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) tiled_to_linear() argument [all...] |
H A D | isl_tiled_memcpy_normal.c | 39 uint32_t dst_pitch, int32_t src_pitch, in _isl_memcpy_linear_to_tiled() 44 linear_to_tiled(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_linear_to_tiled() 52 int32_t dst_pitch, uint32_t src_pitch, in _isl_memcpy_tiled_to_linear() 57 tiled_to_linear(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_tiled_to_linear() 36 _isl_memcpy_linear_to_tiled(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_linear_to_tiled() argument 49 _isl_memcpy_tiled_to_linear(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_tiled_to_linear() argument
|
H A D | isl_tiled_memcpy_sse41.c | 40 uint32_t dst_pitch, int32_t src_pitch, in _isl_memcpy_linear_to_tiled_sse41() 45 linear_to_tiled(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_linear_to_tiled_sse41() 53 int32_t dst_pitch, uint32_t src_pitch, in _isl_memcpy_tiled_to_linear_sse41() 58 tiled_to_linear(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_tiled_to_linear_sse41() 37 _isl_memcpy_linear_to_tiled_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_linear_to_tiled_sse41() argument 50 _isl_memcpy_tiled_to_linear_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_tiled_to_linear_sse41() argument
|
H A D | isl_priv.h | 168 uint32_t dst_pitch, int32_t src_pitch, 177 int32_t dst_pitch, uint32_t src_pitch, 186 uint32_t dst_pitch, int32_t src_pitch, 195 int32_t dst_pitch, uint32_t src_pitch,
|
H A D | isl.c | 43 uint32_t dst_pitch, int32_t src_pitch, in isl_memcpy_linear_to_tiled() 51 xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, has_swizzling, in isl_memcpy_linear_to_tiled() 58 xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, has_swizzling, in isl_memcpy_linear_to_tiled() 66 int32_t dst_pitch, uint32_t src_pitch, in isl_memcpy_tiled_to_linear() 74 xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, has_swizzling, in isl_memcpy_tiled_to_linear() 81 xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, has_swizzling, in isl_memcpy_tiled_to_linear() 40 isl_memcpy_linear_to_tiled(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) isl_memcpy_linear_to_tiled() argument 63 isl_memcpy_tiled_to_linear(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) isl_memcpy_tiled_to_linear() argument
|
H A D | isl.h | 2902 uint32_t dst_pitch, int32_t src_pitch, 2915 int32_t dst_pitch, uint32_t src_pitch,
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 182 const vector_t &dst_orig, const vector_t &dst_pitch, in validate_copy() 187 auto dst_offset = dot(dst_pitch, dst_orig); in validate_copy() 191 dst_offset, dst_offset + size(dst_pitch, region), in validate_copy() 323 T dst_obj, const vector_t &dst_orig, const vector_t &dst_pitch, in soft_copy_op() 328 dst_orig, dst_pitch, region }; in soft_copy_op() 516 auto dst_pitch = pitch(region, {{ 1 }}); 519 validate_object(q, mem, origin, dst_pitch, region); 560 auto dst_pitch = pitch(region, {{ 1 }}); 565 validate_object(q, dst_mem, dst_origin, dst_pitch, region); 567 validate_copy(q, dst_mem, dst_origin, dst_pitch, 181 validate_copy(command_queue &q, buffer &dst_mem, const vector_t &dst_orig, const vector_t &dst_pitch, buffer &src_mem, const vector_t &src_orig, const vector_t &src_pitch, const vector_t ®ion) validate_copy() argument 322 soft_copy_op(command_queue &q, T dst_obj, const vector_t &dst_orig, const vector_t &dst_pitch, S src_obj, const vector_t &src_orig, const vector_t &src_pitch, const vector_t ®ion) soft_copy_op() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blt.c | 149 int32_t dst_pitch, in emit_copy_blt() 164 dst, dst_pitch, dst_offset, dst_x, dst_y, w, h); in emit_copy_blt() 174 assert(dst->surf.tiling == ISL_TILING_LINEAR || (dst_pitch % dst_tile_w) == 0); in emit_copy_blt() 198 dst_pitch % 4 != 0 || dst_offset % cpp != 0) in emit_copy_blt() 205 dst_pitch /= 4; in emit_copy_blt() 223 xyblt.DestinationPitch = dst_pitch; in emit_copy_blt() 143 emit_copy_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned cpp, int32_t src_pitch, unsigned src_offset, int32_t dst_pitch, unsigned dst_offset, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t w, uint16_t h) emit_copy_blt() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_sdma_copy_image.c | 118 unsigned dst_pitch = sdst->surface.u.gfx9.surf_pitch; in si_sdma_v4_v5_copy_texture() local 158 unsigned linear_pitch = linear == ssrc ? src_pitch : dst_pitch; in si_sdma_v4_v5_copy_texture() 241 unsigned dst_pitch = sdst->surface.u.legacy.level[0].nblk_x; in cik_sdma_copy_texture() local 258 src_pitch <= (1 << 14) && dst_pitch <= (1 << 14) && src_slice_pitch <= (1 << 28) && in cik_sdma_copy_texture() 279 radeon_emit((dst_pitch - 1) << 16); in cik_sdma_copy_texture() 298 unsigned tiled_pitch = tiled == ssrc ? src_pitch : dst_pitch; in cik_sdma_copy_texture() 299 unsigned linear_pitch = linear == ssrc ? src_pitch : dst_pitch; in cik_sdma_copy_texture()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 135 void BlitGlyph(const FT_Bitmap* ft_bitmap, uint32_t* dst, uint32_t dst_pitch, unsigned char* multiply_table = NULL); 270 void FreeTypeFont::BlitGlyph(const FT_Bitmap* ft_bitmap, uint32_t* dst, uint32_t dst_pitch, unsigned char* multiply_table) in BlitGlyph() argument 284 for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) in BlitGlyph() 290 for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) in BlitGlyph() 300 for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) in BlitGlyph() 319 for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) in BlitGlyph() 328 for (uint32_t y = 0; y < h; y++, src += src_pitch, dst += dst_pitch) in BlitGlyph()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ivi_dsp.h | 42 * @param[in] dst_pitch pitch of the destination buffer 45 const ptrdiff_t dst_pitch); 52 * @param[in] dst_pitch pitch of the destination buffer 55 const ptrdiff_t dst_pitch);
|
H A D | ivi_dsp.c | 35 const ptrdiff_t dst_pitch) in ff_ivi_recompose53() 176 dst[dst_pitch+x] = av_clip_uint8((p2 >> 6) + 128); in ff_ivi_recompose53() 177 dst[dst_pitch+x+1] = av_clip_uint8((p3 >> 6) + 128); in ff_ivi_recompose53() 180 dst += dst_pitch << 1; in ff_ivi_recompose53() 192 const ptrdiff_t dst_pitch) in ff_ivi_recompose_haar() 224 dst[dst_pitch + x] = av_clip_uint8(p2 + 128); in ff_ivi_recompose_haar() 225 dst[dst_pitch + x + 1] = av_clip_uint8(p3 + 128); in ff_ivi_recompose_haar() 228 dst += dst_pitch << 1; in ff_ivi_recompose_haar() 34 ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst, const ptrdiff_t dst_pitch) ff_ivi_recompose53() argument 191 ff_ivi_recompose_haar(const IVIPlaneDesc *plane, uint8_t *dst, const ptrdiff_t dst_pitch) ff_ivi_recompose_haar() argument
|
H A D | indeo3.c | 1024 * @param[in] dst_pitch pitch for moving to the next y line 1028 ptrdiff_t dst_pitch, int dst_height) in output_plane() 1047 dst += dst_pitch - plane->width; in output_plane() 1027 output_plane(const Plane *plane, int buf_sel, uint8_t *dst, ptrdiff_t dst_pitch, int dst_height) output_plane() argument
|
H A D | ivi.c | 897 * @param[in] dst_pitch pitch for moving to the next y line 899 static void ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, ptrdiff_t dst_pitch) in ivi_output_plane() argument 920 dst += dst_pitch; in ivi_output_plane()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colormatrix.c | 213 const int dst_pitch = dst->linesize[0]; in process_slice_uyvy422() local 217 unsigned char *dstp = dst->data[0] + slice_start * dst_pitch; in process_slice_uyvy422() 237 dstp += dst_pitch; in process_slice_uyvy422()
|
H A D | vf_yadif_cuda.c | 66 int dst_pitch, // Pitch is pixels per channel in call_kernel() 76 &dst_width, &dst_height, &dst_pitch, in call_kernel() 57 call_kernel(AVFilterContext *ctx, CUfunction func, CUdeviceptr prev, CUdeviceptr cur, CUdeviceptr next, CUarray_format format, int channels, int src_width, int src_height, int src_pitch, CUdeviceptr dst, int dst_width, int dst_height, int dst_pitch, int parity, int tff) call_kernel() argument
|
H A D | vf_scale_cuda.c | 406 AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) in call_resize_kernel() 419 &dst_width, &dst_height, &dst_pitch, in call_resize_kernel() 404 call_resize_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[4], int src_width, int src_height, AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) call_resize_kernel() argument
|
/third_party/libdrm/include/drm/ |
H A D | mga_drm.h | 398 int src_pitch, dst_pitch; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 2964 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in r600_dma_copy() local 2992 dst_pitch = rdst->surface.u.legacy.level[dst_level].nblk_x * rdst->surface.bpe; in r600_dma_copy() 3001 if (src_pitch != dst_pitch || src_box->x || dst_x || src_w != dst_w) { in r600_dma_copy() 3016 * dst_pitch == src_pitch in r600_dma_copy() 3023 dst_offset += dst_y * dst_pitch + dst_x * bpp; in r600_dma_copy() 3033 copy_height, dst_pitch, bpp)) { in r600_dma_copy()
|
H A D | evergreen_state.c | 3896 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; in evergreen_dma_copy() local 3926 dst_pitch = rdst->surface.u.legacy.level[dst_level].nblk_x * rdst->surface.bpe; in evergreen_dma_copy() 3935 if (src_pitch != dst_pitch || src_box->x || dst_x || src_w != dst_w) { in evergreen_dma_copy() 3962 * dst_pitch == src_pitch in evergreen_dma_copy() 3969 dst_offset += dst_y * dst_pitch + dst_x * bpp; in evergreen_dma_copy() 3975 copy_height, dst_pitch, bpp); in evergreen_dma_copy()
|