Home
last modified time | relevance | path

Searched refs:dstStride (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/main/
Dreadpix.c223 int dstStride, stride, j, texelBytes, bytesPerRow; in readpixels_memcpy() local
230 dstStride = _mesa_image_row_stride(packing, width, format, type); in readpixels_memcpy()
245 if (dstStride == stride && dstStride == bytesPerRow) { in readpixels_memcpy()
250 dst += dstStride; in readpixels_memcpy()
274 int stride, dstStride, j; in read_uint_depth_pixels() local
293 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_uint_depth_pixels()
301 dst += dstStride; in read_uint_depth_pixels()
322 int dstStride, stride; in read_depth_pixels() local
339 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_depth_pixels()
358 dst += dstStride; in read_depth_pixels()
[all …]
Dtexgetimage.c320 int srcStride, dstStride; in get_tex_rgba_compressed() local
360 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in get_tex_rgba_compressed()
367 _mesa_format_convert(dest, dstFormat, dstStride, in get_tex_rgba_compressed()
/external/skqp/src/core/
DSkMatrixPriv.h133 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride() argument
136 SkASSERT(dstStride >= sizeof(SkPoint)); in MapPointsWithStride()
138 SkASSERT(0 == dstStride % sizeof(SkScalar)); in MapPointsWithStride()
142 dst = (SkPoint*)((intptr_t)dst + dstStride); in MapPointsWithStride()
146 static void MapHomogeneousPointsWithStride(const SkMatrix& mx, SkPoint3 dst[], size_t dstStride,
DSkMaskBlurFilter.cpp110 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur() argument
122 for (AlphaIter src = srcBegin; src < srcEnd; ++src, dst += dstStride) { in blur()
164 dst += dstStride; in blur()
175 dstCursor -= dstStride; in blur()
594 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect() argument
606 dst += dstStride; in blur_x_rect()
612 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x() argument
616 blur_x_rect(blur_x_radius_1, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in direct_blur_x()
620 blur_x_rect(blur_x_radius_2, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in direct_blur_x()
624 blur_x_rect(blur_x_radius_3, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in direct_blur_x()
[all …]
DSkMatrix.cpp1043 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride() argument
1052 if (srcStride == sizeof(SkPoint3) && dstStride == sizeof(SkPoint3)) { in MapHomogeneousPointsWithStride()
1057 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride()
1077 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride()
/external/skia/src/core/
DSkMatrixPriv.h133 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride() argument
136 SkASSERT(dstStride >= sizeof(SkPoint)); in MapPointsWithStride()
138 SkASSERT(0 == dstStride % sizeof(SkScalar)); in MapPointsWithStride()
142 dst = (SkPoint*)((intptr_t)dst + dstStride); in MapPointsWithStride()
146 static void MapHomogeneousPointsWithStride(const SkMatrix& mx, SkPoint3 dst[], size_t dstStride,
DSkMaskBlurFilter.cpp110 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur() argument
122 for (AlphaIter src = srcBegin; src < srcEnd; ++src, dst += dstStride) { in blur()
164 dst += dstStride; in blur()
175 dstCursor -= dstStride; in blur()
594 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect() argument
606 dst += dstStride; in blur_x_rect()
612 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x() argument
616 blur_x_rect(blur_x_radius_1, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in direct_blur_x()
620 blur_x_rect(blur_x_radius_2, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in direct_blur_x()
624 blur_x_rect(blur_x_radius_3, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in direct_blur_x()
[all …]
DSkMatrix.cpp1055 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride() argument
1064 if (srcStride == sizeof(SkPoint3) && dstStride == sizeof(SkPoint3)) { in MapHomogeneousPointsWithStride()
1069 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride()
1089 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c594 const uint dstStride = w; in pipe_get_tile_z() local
610 pDest += dstStride; in pipe_get_tile_z()
625 pDest += dstStride; in pipe_get_tile_z()
640 pDest += dstStride; in pipe_get_tile_z()
654 pDest += dstStride; in pipe_get_tile_z()
676 pDest += dstStride; in pipe_get_tile_z()
698 pDest += dstStride; in pipe_get_tile_z()
/external/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp537 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
539 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph()
541 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
570 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
572 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph()
574 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
602 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
604 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph()
606 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
/external/skqp/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp534 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
536 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph()
538 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
567 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
569 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph()
571 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
599 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument
601 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph()
603 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
/external/aac/libSACenc/src/
Dsacenc_vectorfunctions.h469 inline void FDKmemcpy_flex(T *const dst, const INT dstStride, in FDKmemcpy_flex() argument
475 dst[i * dstStride] = src[i * srcStride]; in FDKmemcpy_flex()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dswp-stages5.ll14 …rc, i32 %srcWidth, i32 %srcHeight, i32 %srcStride, i8* noalias nocapture %dst, i32 %dstStride) #0 {
62 %add.ptr5.sum209 = add i32 %j.0211, %dstStride
Dswp-stages4.ll19 …rc, i32 %srcWidth, i32 %srcHeight, i32 %srcStride, i8* noalias nocapture %dst, i32 %dstStride) #0 {
30 %1 = mul i32 %0, %dstStride
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dpr32545.ll10 define void @f(i32 %dstStride, i8* %indvars.iv, <2 x i8>* %zz) {
/external/skqp/include/effects/
DSkMorphologyImageFilter.h31 int width, int height, int srcStride, int dstStride);
/external/skia/include/effects/
DSkMorphologyImageFilter.h31 int width, int height, int srcStride, int dstStride);
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoRenderer.java124 int height, int srcStride, ByteBuffer dst, int dstStride); in nativeCopyPlane() argument
/external/deqp/framework/opengl/
DgluDrawUtil.cpp313 const int dstStride = dstVA.stride != 0 ? dstVA.stride : elementSize; in copyToLayout() local
317 …deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer + ndx*dstStride, (const deUint8*)srcPtr.d… in copyToLayout()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2076 int dstStride, srcStride; in st_GetTexSubImage() local
2089 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in st_GetTexSubImage()
2100 _mesa_format_convert(dest, dstMesaFormat, dstStride, in st_GetTexSubImage()