Home
last modified time | relevance | path

Searched refs:dst_pitch (Results 1 – 25 of 61) sorted by relevance

123

/external/libvpx/libvpx/vp8/common/x86/
Dvp8_asm_stubs.c80 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 …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tile.c40 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 …]
Dradeon_blit.c42 unsigned r100_check_blit(mesa_format mesa_format, uint32_t dst_pitch) in r100_check_blit() argument
70 if (dst_pitch < 32) in r100_check_blit()
160 uint32_t dst_pitch = pitch; in emit_cb_setup() local
195 dst_pitch |= RADEON_COLOR_TILE_ENABLE; in emit_cb_setup()
198 dst_pitch |= RADEON_COLOR_MICROTILE_ENABLE; in emit_cb_setup()
211 OUT_BATCH_RELOC(bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0); in emit_cb_setup()
336 unsigned dst_pitch, in r100_blit() argument
347 if (!r100_check_blit(dst_mesaformat, dst_pitch)) in r100_blit()
351 if (dst_pitch % 2 > 0) in r100_blit()
352 ++dst_pitch; in r100_blit()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tile.c40 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 …]
Dr200_blit.c42 unsigned r200_check_blit(mesa_format mesa_format, uint32_t dst_pitch) in r200_check_blit() argument
73 if (dst_pitch < 32) in r200_check_blit()
308 uint32_t dst_pitch = pitch; local
345 dst_pitch |= R200_COLOR_TILE_ENABLE;
347 dst_pitch |= R200_COLOR_MICROTILE_ENABLE;
362 OUT_BATCH_RELOC(bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
484 unsigned dst_pitch, argument
495 if (!r200_check_blit(dst_mesaformat, dst_pitch))
499 if (dst_pitch % 2 > 0)
500 ++dst_pitch;
[all …]
/external/libvpx/libvpx/vp8/common/
Dfilter.c127 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/libaom/libaom/av1/encoder/
Dextend.c20 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/config/x86_64/
Dvp8_rtcd.h30 …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/
Dvp8_rtcd.h30 …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/libvpx/vp9/encoder/
Dvp9_extend.c19 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/
Di915_blit.c39 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/
Dvp8_rtcd.h30 …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/
Dvp8_rtcd.h30 …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/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c417 int32_t dst_pitch, in xtiled_to_linear() argument
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() argument
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, src + ((xo0 + yo + 3 * column_width) ^ swizzle0), x1 - x0); in ytiled_to_linear()
[all …]
Disl_tiled_memcpy_sse41.c40 uint32_t dst_pitch, int32_t src_pitch, in _isl_memcpy_linear_to_tiled_sse41() argument
45 intel_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() argument
58 intel_tiled_to_linear(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_tiled_to_linear_sse41()
Disl_tiled_memcpy_normal.c39 uint32_t dst_pitch, int32_t src_pitch, in _isl_memcpy_linear_to_tiled() argument
44 intel_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() argument
57 intel_tiled_to_linear(xt1, xt2, yt1, yt2, dst, src, dst_pitch, src_pitch, in _isl_memcpy_tiled_to_linear()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dbilinearpredict_neon.c30 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 …]
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_convolve_sse2.c20 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 …]
Dhighbd_convolve_avx2.c520 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/libvpx/config/generic/
Dvp8_rtcd.h30 …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/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_convolve_avx2.c341 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/igt-gpu-tools/lib/
Dintel_batchbuffer.c399 drm_intel_bo *dst_bo, int dst_x1, int dst_y1, int dst_pitch, in intel_blt_copy() argument
408 igt_assert(bpp*(dst_x1 + width) <= 8*dst_pitch); in intel_blt_copy()
410 igt_assert(dst_pitch * (dst_y1 + height) <= dst_bo->size); in intel_blt_copy()
421 dst_pitch /= 4; in intel_blt_copy()
430 CHECK_RANGE(src_pitch); CHECK_RANGE(dst_pitch); in intel_blt_copy()
451 dst_pitch); in intel_blt_copy()
710 uint32_t src_pitch, dst_pitch; in igt_blitter_fast_copy__raw() local
714 dst_pitch = fast_copy_pitch(dst_stride, dst_tiling); in igt_blitter_fast_copy__raw()
723 CHECK_RANGE(src_pitch); CHECK_RANGE(dst_pitch); in igt_blitter_fast_copy__raw()
726 batch[i++] = dword1 | dst_pitch; in igt_blitter_fast_copy__raw()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_read.c83 int dst_pitch; in intel_readpixels_tiled_memcpy() local
173 dst_pitch = _mesa_image_row_stride(pack, width, format, type); in intel_readpixels_tiled_memcpy()
186 pixels += (ptrdiff_t) (height - 1) * dst_pitch; in intel_readpixels_tiled_memcpy()
187 dst_pitch = -dst_pitch; in intel_readpixels_tiled_memcpy()
206 dst_pitch, irb->mt->surf.row_pitch_B, in intel_readpixels_tiled_memcpy()
/external/igt-gpu-tools/tests/i915/
Dgem_bad_blit.c64 uint32_t src_pitch = 512, dst_pitch = 512; in bad_blit() local
73 dst_pitch /= 4; in bad_blit()
80 dst_pitch); in bad_blit()
/external/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp158 const vector_t &dst_orig, const vector_t &dst_pitch, in validate_copy() argument
163 auto dst_offset = dot(dst_pitch, dst_orig); in validate_copy()
167 dst_offset, dst_offset + size(dst_pitch, region), in validate_copy()
286 T dst_obj, const vector_t &dst_orig, const vector_t &dst_pitch, in soft_copy_op() argument
291 dst_orig, dst_pitch, region }; in soft_copy_op()
479 auto dst_pitch = pitch(region, {{ 1 }}); in clEnqueueFillBuffer() local
482 validate_object(q, mem, origin, dst_pitch, region); in clEnqueueFillBuffer()
523 auto dst_pitch = pitch(region, {{ 1 }}); in clEnqueueCopyBuffer() local
528 validate_object(q, dst_mem, dst_origin, dst_pitch, region); in clEnqueueCopyBuffer()
530 validate_copy(q, dst_mem, dst_origin, dst_pitch, in clEnqueueCopyBuffer()
[all …]

123