/external/libvpx/libvpx/vp8/common/x86/ |
D | vp8_asm_stubs.c | 80 int dst_pitch) { in vp8_sixtap_predict4x4_mmx() argument 88 vp8_filter_block1dc_v6_mmx(FData2 + 8, dst_ptr, dst_pitch, 8, 4, 4, 4, in vp8_sixtap_predict4x4_mmx() 97 int dst_pitch) { in vp8_sixtap_predict16x16_sse2() argument 109 vp8_filter_block1d16_v6_sse2(FData2 + 32, dst_ptr, dst_pitch, 32, 16, 16, in vp8_sixtap_predict16x16_sse2() 110 dst_pitch, VFilter); in vp8_sixtap_predict16x16_sse2() 115 dst_pitch, 16, HFilter); in vp8_sixtap_predict16x16_sse2() 122 vp8_filter_block1d16_v6_sse2(FData2 + 32, dst_ptr, dst_pitch, 32, 16, 16, in vp8_sixtap_predict16x16_sse2() 123 dst_pitch, VFilter); in vp8_sixtap_predict16x16_sse2() 129 unsigned char *dst_ptr, int dst_pitch) { in vp8_sixtap_predict8x8_sse2() argument 140 vp8_filter_block1d8_v6_sse2(FData2 + 16, dst_ptr, dst_pitch, 16, 8, 8, in vp8_sixtap_predict8x8_sse2() [all …]
|
D | bilinear_filter_sse2.c | 133 int dst_pitch) { in vp8_bilinear_predict16x16_sse2() argument 140 vertical_16x16(FData, dst_ptr, dst_pitch, yoffset); in vp8_bilinear_predict16x16_sse2() 224 int dst_pitch) { in vp8_bilinear_predict8x8_sse2() argument 231 vertical_8xN(FData, dst_ptr, dst_pitch, yoffset, 8); in vp8_bilinear_predict8x8_sse2() 236 int dst_pitch) { in vp8_bilinear_predict8x4_sse2() argument 243 vertical_8xN(FData, dst_ptr, dst_pitch, yoffset, 4); in vp8_bilinear_predict8x4_sse2() 328 int dst_pitch) { in vp8_bilinear_predict4x4_sse2() argument 335 vertical_4x4(FData, dst_ptr, dst_pitch, yoffset); in vp8_bilinear_predict4x4_sse2()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 40 void * const dst, unsigned dst_pitch, in micro_tile_8_x_4_8bit() argument 55 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() 71 void * const dst, unsigned dst_pitch, in micro_tile_4_x_4_16bit() argument 86 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() 102 void * const dst, unsigned dst_pitch, in micro_tile_8_x_2_16bit() argument 117 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_8_x_2_16bit() 133 void * const dst, unsigned dst_pitch, in micro_tile_4_x_2_32bit() argument 148 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch + in micro_tile_4_x_2_32bit() 164 void * const dst, unsigned dst_pitch, in micro_tile_2_x_2_64bit() argument 179 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + in micro_tile_2_x_2_64bit() [all …]
|
D | radeon_blit.c | 42 unsigned r100_check_blit(mesa_format mesa_format, uint32_t dst_pitch) in r100_check_blit() argument 79 if (dst_pitch < 32) in r100_check_blit() 169 uint32_t dst_pitch = pitch; in emit_cb_setup() local 204 dst_pitch |= RADEON_COLOR_TILE_ENABLE; in emit_cb_setup() 207 dst_pitch |= RADEON_COLOR_MICROTILE_ENABLE; in emit_cb_setup() 220 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0); in emit_cb_setup() 345 unsigned dst_pitch, in r100_blit() argument 356 if (!r100_check_blit(dst_mesaformat, dst_pitch)) in r100_blit() 360 if (dst_pitch % 2 > 0) in r100_blit() 361 ++dst_pitch; in r100_blit() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 40 void * const dst, unsigned dst_pitch, in micro_tile_8_x_4_8bit() argument 55 uint8_t *dst2 = (uint8_t *)dst + row * dst_pitch + in micro_tile_8_x_4_8bit() 71 void * const dst, unsigned dst_pitch, in micro_tile_4_x_4_16bit() argument 86 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_4_x_4_16bit() 102 void * const dst, unsigned dst_pitch, in micro_tile_8_x_2_16bit() argument 117 uint16_t *dst2 = (uint16_t *)dst + row * dst_pitch + in micro_tile_8_x_2_16bit() 133 void * const dst, unsigned dst_pitch, in micro_tile_4_x_2_32bit() argument 148 uint32_t *dst2 = (uint32_t *)dst + row * dst_pitch + in micro_tile_4_x_2_32bit() 164 void * const dst, unsigned dst_pitch, in micro_tile_2_x_2_64bit() argument 179 uint64_t *dst2 = (uint64_t *)dst + row * dst_pitch + in micro_tile_2_x_2_64bit() [all …]
|
D | r200_blit.c | 42 unsigned r200_check_blit(mesa_format mesa_format, uint32_t dst_pitch) in r200_check_blit() argument 85 if (dst_pitch < 32) in r200_check_blit() 318 uint32_t dst_pitch = pitch; in emit_cb_setup() local 355 dst_pitch |= R200_COLOR_TILE_ENABLE; in emit_cb_setup() 357 dst_pitch |= R200_COLOR_MICROTILE_ENABLE; in emit_cb_setup() 372 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0); in emit_cb_setup() 494 unsigned dst_pitch, in r200_blit() argument 505 if (!r200_check_blit(dst_mesaformat, dst_pitch)) in r200_blit() 509 if (dst_pitch % 2 > 0) in r200_blit() 510 ++dst_pitch; in r200_blit() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | filter.c | 127 int dst_pitch) { in vp8_sixtap_predict4x4_c() argument 134 filter_block2d(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter, in vp8_sixtap_predict4x4_c() 139 int dst_pitch) { in vp8_sixtap_predict8x8_c() argument 152 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 8, 8, in vp8_sixtap_predict8x8_c() 158 int dst_pitch) { in vp8_sixtap_predict8x4_c() argument 171 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 4, 8, in vp8_sixtap_predict8x4_c() 177 int dst_pitch) { in vp8_sixtap_predict16x16_c() argument 190 filter_block2d_second_pass(FData + 32, dst_ptr, dst_pitch, 16, 16, 16, 16, in vp8_sixtap_predict16x16_c() 263 int dst_pitch, unsigned int height, in filter_block2d_bil_second_pass() argument 279 dst_ptr += dst_pitch; in filter_block2d_bil_second_pass() [all …]
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 30 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 31 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 32 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 35 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 36 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 39 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 40 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 43 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 44 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 45 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); [all …]
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 30 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 31 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 32 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 35 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 36 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 39 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 40 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 43 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 44 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 45 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | extend.c | 20 uint8_t *dst, int dst_pitch, int w, int h, in copy_and_extend_plane() argument 37 dst_ptr1 += dst_pitch; in copy_and_extend_plane() 38 dst_ptr2 += dst_pitch; in copy_and_extend_plane() 44 src_ptr2 = dst + dst_pitch * (h - 1) - extend_left; in copy_and_extend_plane() 45 dst_ptr1 = dst + dst_pitch * (-extend_top) - extend_left; in copy_and_extend_plane() 46 dst_ptr2 = dst + dst_pitch * (h)-extend_left; in copy_and_extend_plane() 51 dst_ptr1 += dst_pitch; in copy_and_extend_plane() 56 dst_ptr2 += dst_pitch; in copy_and_extend_plane() 61 uint8_t *dst8, int dst_pitch, int w, in highbd_copy_and_extend_plane() argument 80 dst_ptr1 += dst_pitch; in highbd_copy_and_extend_plane() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 19 uint8_t *dst, int dst_pitch, int w, int h, in copy_and_extend_plane() argument 36 dst_ptr1 += dst_pitch; in copy_and_extend_plane() 37 dst_ptr2 += dst_pitch; in copy_and_extend_plane() 43 src_ptr2 = dst + dst_pitch * (h - 1) - extend_left; in copy_and_extend_plane() 44 dst_ptr1 = dst + dst_pitch * (-extend_top) - extend_left; in copy_and_extend_plane() 45 dst_ptr2 = dst + dst_pitch * (h)-extend_left; in copy_and_extend_plane() 50 dst_ptr1 += dst_pitch; in copy_and_extend_plane() 55 dst_ptr2 += dst_pitch; in copy_and_extend_plane() 61 uint8_t *dst8, int dst_pitch, int w, in highbd_copy_and_extend_plane() argument 80 dst_ptr1 += dst_pitch; in highbd_copy_and_extend_plane() [all …]
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.c | 39 unsigned short dst_pitch, in i915_fill_blit() argument 50 __FUNCTION__, dst_buffer, dst_pitch, dst_offset, x, y, w, h); in i915_fill_blit() 61 BR13 = (((int) dst_pitch) & 0xffff) | in i915_fill_blit() 66 BR13 = (((int) dst_pitch) & 0xffff) | in i915_fill_blit() 94 unsigned short dst_pitch, in i915_copy_blit() argument 111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit() 122 BR13 = (((int) dst_pitch) & 0xffff) | in i915_copy_blit() 127 BR13 = (((int) dst_pitch) & 0xffff) | in i915_copy_blit() 144 assert (dst_pitch > 0 && src_pitch > 0); in i915_copy_blit()
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 30 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 31 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 34 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 35 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 38 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 39 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 42 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 43 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 169 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 170 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); [all …]
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 30 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 31 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 34 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 35 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 38 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 39 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 42 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 43 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 169 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 170 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); [all …]
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | bilinearpredict_neon.c | 30 int dst_pitch) { in vp8_bilinear_predict4x4_neon() argument 99 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(e0, e1)); in vp8_bilinear_predict4x4_neon() 117 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(f0, f1)); in vp8_bilinear_predict4x4_neon() 124 int dst_pitch) { in vp8_bilinear_predict8x4_neon() argument 183 dst_ptr += dst_pitch; in vp8_bilinear_predict8x4_neon() 185 dst_ptr += dst_pitch; in vp8_bilinear_predict8x4_neon() 187 dst_ptr += dst_pitch; in vp8_bilinear_predict8x4_neon() 209 dst_ptr += dst_pitch; in vp8_bilinear_predict8x4_neon() 211 dst_ptr += dst_pitch; in vp8_bilinear_predict8x4_neon() 213 dst_ptr += dst_pitch; in vp8_bilinear_predict8x4_neon() [all …]
|
D | sixtappredict_neon.c | 161 unsigned char *dst_ptr, int dst_pitch) { in vp8_sixtap_predict4x4_neon() argument 182 yonly4x4(src_ptr, src_pixels_per_line, yoffset, dst_ptr, dst_pitch); in vp8_sixtap_predict4x4_neon() 273 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(b0, b2)); in vp8_sixtap_predict4x4_neon() 387 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(e0, e1)); in vp8_sixtap_predict4x4_neon() 392 unsigned char *dst_ptr, int dst_pitch) { in vp8_sixtap_predict8x4_neon() argument 490 dst_ptr += dst_pitch; in vp8_sixtap_predict8x4_neon() 492 dst_ptr += dst_pitch; in vp8_sixtap_predict8x4_neon() 494 dst_ptr += dst_pitch; in vp8_sixtap_predict8x4_neon() 603 dst_ptr += dst_pitch; in vp8_sixtap_predict8x4_neon() 605 dst_ptr += dst_pitch; in vp8_sixtap_predict8x4_neon() [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_convolve_sse2.c | 20 ptrdiff_t dst_pitch, uint32_t height, in aom_highbd_filter_block1d4_v4_sse2() argument 47 dst_stride = dst_pitch << 1; in aom_highbd_filter_block1d4_v4_sse2() 93 _mm_storel_epi64((__m128i *)(dst_ptr + dst_pitch), (resReg34_56)); in aom_highbd_filter_block1d4_v4_sse2() 106 ptrdiff_t dst_pitch, uint32_t height, in aom_highbd_filter_block1d4_h4_sse2() argument 152 dst_ptr += dst_pitch; in aom_highbd_filter_block1d4_h4_sse2() 158 ptrdiff_t dst_pitch, uint32_t height, in aom_highbd_filter_block1d8_v4_sse2() argument 186 dst_stride = dst_pitch << 1; in aom_highbd_filter_block1d8_v4_sse2() 252 _mm_store_si128((__m128i *)(dst_ptr + dst_pitch), (resReg34_56)); in aom_highbd_filter_block1d8_v4_sse2() 267 ptrdiff_t dst_pitch, uint32_t height, in aom_highbd_filter_block1d8_h4_sse2() argument 329 dst_ptr += dst_pitch; in aom_highbd_filter_block1d8_h4_sse2() [all …]
|
D | highbd_convolve_avx2.c | 520 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in aom_highbd_filter_block1d8_h8_avx2() argument 532 store_8x2_pixels(&res0, &res1, &max, dst_ptr, dst_pitch); in aom_highbd_filter_block1d8_h8_avx2() 535 dst_ptr += dst_pitch << 1; in aom_highbd_filter_block1d8_h8_avx2() 547 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in aom_highbd_filter_block1d16_h8_avx2() argument 562 dst_ptr += dst_pitch; in aom_highbd_filter_block1d16_h8_avx2() 568 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in aom_highbd_filter_block1d4_h4_avx2() argument 606 _mm_storel_epi64((__m128i *)&dst_ptr[i * dst_pitch], in aom_highbd_filter_block1d4_h4_avx2() 608 _mm_storel_epi64((__m128i *)&dst_ptr[(i + 1) * dst_pitch], in aom_highbd_filter_block1d4_h4_avx2() 632 _mm_storel_epi64((__m128i *)&dst_ptr[i * dst_pitch], in aom_highbd_filter_block1d4_h4_avx2() 639 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in aom_highbd_filter_block1d8_h4_avx2() argument [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tiled_memcpy.c | 354 int32_t dst_pitch, in xtiled_to_linear() argument 364 dst += (ptrdiff_t)y0 * dst_pitch; in xtiled_to_linear() 383 dst += dst_pitch; in xtiled_to_linear() 396 int32_t dst_pitch, in ytiled_to_linear() argument 426 dst += (ptrdiff_t)y0 * dst_pitch; in ytiled_to_linear() 445 dst += dst_pitch; in ytiled_to_linear() 548 int32_t dst_pitch, in xtiled_to_linear_faster() argument 555 dst, src, dst_pitch, swizzle_bit, memcpy, memcpy); in xtiled_to_linear_faster() 558 dst, src, dst_pitch, swizzle_bit, in xtiled_to_linear_faster() 565 dst, src, dst_pitch, swizzle_bit, memcpy, memcpy); in xtiled_to_linear_faster() [all …]
|
D | intel_pixel_read.c | 85 int dst_pitch; in intel_readpixels_tiled_memcpy() local 174 dst_pitch = _mesa_image_row_stride(pack, width, format, type); in intel_readpixels_tiled_memcpy() 187 pixels += (ptrdiff_t) (height - 1) * dst_pitch; in intel_readpixels_tiled_memcpy() 188 dst_pitch = -dst_pitch; in intel_readpixels_tiled_memcpy() 205 pixels - (ptrdiff_t) yoffset * dst_pitch - (ptrdiff_t) xoffset * cpp, in intel_readpixels_tiled_memcpy() 207 dst_pitch, irb->mt->surf.row_pitch, in intel_readpixels_tiled_memcpy()
|
D | intel_blit.c | 523 int32_t dst_pitch, in intelEmitCopyBlit() argument 559 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 569 assert(dst_tiling == ISL_TILING_LINEAR || (dst_pitch % dst_tile_w) == 0); in intelEmitCopyBlit() 598 dst_pitch % 4 != 0 || dst_offset % cpp != 0) in intelEmitCopyBlit() 610 dst_pitch /= 4; in intelEmitCopyBlit() 623 OUT_BATCH(BR13 | (uint16_t)dst_pitch); in intelEmitCopyBlit() 651 GLshort dst_pitch, in intelEmitImmediateColorExpandBlit() argument 671 assert(dst_pitch > 0); in intelEmitImmediateColorExpandBlit() 678 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords); in intelEmitImmediateColorExpandBlit() 689 dst_pitch /= 4; in intelEmitImmediateColorExpandBlit() [all …]
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 30 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 33 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 36 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 39 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 141 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 144 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 147 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch); 150 …src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | transfer.cpp | 136 const vector_t &dst_orig, const vector_t &dst_pitch, in validate_copy() argument 141 auto dst_offset = dot(dst_pitch, dst_orig); in validate_copy() 145 dst_offset, dst_offset + size(dst_pitch, region), in validate_copy() 238 T dst_obj, const vector_t &dst_orig, const vector_t &dst_pitch, in soft_copy_op() argument 243 dot(dst_pitch, dst_orig), in soft_copy_op() 244 size(dst_pitch, region)); in soft_copy_op() 253 static_cast<char *>(dst) + dot(dst_pitch, v), in soft_copy_op() 432 auto dst_pitch = pitch(region, {{ 1 }}); in clEnqueueCopyBuffer() local 437 validate_object(q, dst_mem, dst_origin, dst_pitch, region); in clEnqueueCopyBuffer() 439 validate_copy(q, dst_mem, dst_origin, dst_pitch, in clEnqueueCopyBuffer() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_convolve_avx2.c | 341 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in vpx_highbd_filter_block1d8_h8_avx2() argument 353 store_8x2_pixels(&res0, &res1, &max, dst_ptr, dst_pitch); in vpx_highbd_filter_block1d8_h8_avx2() 356 dst_ptr += dst_pitch << 1; in vpx_highbd_filter_block1d8_h8_avx2() 368 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in vpx_highbd_filter_block1d16_h8_avx2() argument 383 dst_ptr += dst_pitch; in vpx_highbd_filter_block1d16_h8_avx2() 461 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in vpx_highbd_filter_block1d8_h2_avx2() argument 472 store_8x2_pixels(&res0, &res1, &max, dst_ptr, dst_pitch); in vpx_highbd_filter_block1d8_h2_avx2() 475 dst_ptr += dst_pitch << 1; in vpx_highbd_filter_block1d8_h2_avx2() 487 ptrdiff_t dst_pitch, uint32_t height, const int16_t *filter, int bd) { in vpx_highbd_filter_block1d16_h2_avx2() argument 501 dst_ptr += dst_pitch; in vpx_highbd_filter_block1d16_h2_avx2() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_blit.c | 223 GLshort dst_pitch, in intelEmitCopyBlit() argument 271 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 277 dst_pitch % 4 != 0 || dst_offset % cpp != 0) in intelEmitCopyBlit() 322 OUT_BATCH(BR13 | (uint16_t)dst_pitch); in intelEmitCopyBlit() 520 GLshort dst_pitch, in intelEmitImmediateColorExpandBlit() argument 539 assert(dst_pitch > 0); in intelEmitImmediateColorExpandBlit() 546 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords); in intelEmitImmediateColorExpandBlit() 557 br13 = dst_pitch | (translate_raster_op(logic_op) << 16) | (1 << 29); in intelEmitImmediateColorExpandBlit()
|