HomeSort by relevance Sort by last modified time
    Searched refs:SK_RESTRICT (Results 1 - 25 of 36) sorted by null

1 2

  /external/skia/src/opts/
SkBlitRow_opts_SSE2.h 12 void S32_Blend_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
13 const SkPMColor* SK_RESTRICT src,
16 void S32A_Opaque_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
17 const SkPMColor* SK_RESTRICT src,
20 void S32A_Blend_BlitRow32_SSE2(SkPMColor* SK_RESTRICT dst,
21 const SkPMColor* SK_RESTRICT src,
SkBitmapProcState_opts_arm.cpp 17 const uint32_t* SK_RESTRICT xy,
19 uint16_t* SK_RESTRICT colors) __attribute__((optimize("O1")));
22 const uint32_t* SK_RESTRICT xy,
23 int count, uint16_t* SK_RESTRICT colors) {
28 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
29 const uint8_t* SK_RESTRICT srcAddr = (const uint8_t*)s.fBitmap->getPixels();
46 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1);
108 const uint32_t* SK_RESTRICT xy,
110 SkPMColor* SK_RESTRICT colors) __attribute__((optimize("O1")));
113 const uint32_t* SK_RESTRICT xy
    [all...]
SkBlitRow_opts_arm.cpp 19 static void S32A_D565_Opaque_neon(uint16_t* SK_RESTRICT dst,
20 const SkPMColor* SK_RESTRICT src, int count,
25 uint16_t* SK_RESTRICT keep_dst;
101 uint16_t* SK_RESTRICT keep_dst;
193 static void S32A_D565_Blend_neon(uint16_t* SK_RESTRICT dst,
194 const SkPMColor* SK_RESTRICT src, int count,
408 static void S32A_D565_Opaque_v7(uint16_t* SK_RESTRICT dst,
409 const SkPMColor* SK_RESTRICT src, int count,
492 static void S32A_Opaque_BlitRow32_neon_test_alpha(SkPMColor* SK_RESTRICT dst,
493 const SkPMColor* SK_RESTRICT src
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 17 static bool Sample_Gray_D8888(void* SK_RESTRICT dstRow,
18 const uint8_t* SK_RESTRICT src,
20 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
28 static bool Sample_RGBx_D8888(void* SK_RESTRICT dstRow,
29 const uint8_t* SK_RESTRICT src,
31 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
39 static bool Sample_RGBA_D8888(void* SK_RESTRICT dstRow,
40 const uint8_t* SK_RESTRICT src,
42 SkPMColor* SK_RESTRICT dst = (SkPMColor*)dstRow;
55 static bool Sample_Gray_D565(void* SK_RESTRICT dstRow
    [all...]
SkScaledBitmapSampler.h 42 bool next(const uint8_t* SK_RESTRICT src);
53 typedef bool (*RowProc)(void* SK_RESTRICT dstRow,
54 const uint8_t* SK_RESTRICT src,
SkImageDecoder_libpng.cpp 822 typedef void (*transform_scanline_proc)(const char* SK_RESTRICT src,
823 int width, char* SK_RESTRICT dst);
825 static void transform_scanline_565(const char* SK_RESTRICT src, int width,
826 char* SK_RESTRICT dst) {
827 const uint16_t* SK_RESTRICT srcP = (const uint16_t*)src;
836 static void transform_scanline_888(const char* SK_RESTRICT src, int width,
837 char* SK_RESTRICT dst) {
838 const SkPMColor* SK_RESTRICT srcP = (const SkPMColor*)src;
847 static void transform_scanline_444(const char* SK_RESTRICT src, int width,
848 char* SK_RESTRICT dst)
    [all...]
SkImageDecoder_libjpeg.cpp 830 typedef void (*WriteScanline)(uint8_t* SK_RESTRICT dst,
831 const void* SK_RESTRICT src, int width,
832 const SkPMColor* SK_RESTRICT ctable);
834 static void Write_32_YUV(uint8_t* SK_RESTRICT dst,
835 const void* SK_RESTRICT srcRow, int width,
837 const uint32_t* SK_RESTRICT src = (const uint32_t*)srcRow;
851 static void Write_4444_YUV(uint8_t* SK_RESTRICT dst,
852 const void* SK_RESTRICT srcRow, int width,
854 const SkPMColor16* SK_RESTRICT src = (const SkPMColor16*)srcRow;
868 static void Write_16_YUV(uint8_t* SK_RESTRICT dst
    [all...]
  /external/skia/src/core/
SkSpriteBlitter_ARGB32.cpp 39 uint32_t* SK_RESTRICT dst = fDevice->getAddr32(x, y);
40 const uint32_t* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
49 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
50 src = (const uint32_t* SK_RESTRICT)((const char*)src + srcRB);
127 uint32_t* SK_RESTRICT dst = fDevice->getAddr32(x, y);
128 const uint32_t* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
149 dst = (uint32_t* SK_RESTRICT)((char*)dst + dstRB);
150 src = (const uint32_t* SK_RESTRICT)((const char*)src + srcRB);
158 static void fillbuffer(SkPMColor* SK_RESTRICT dst,
159 const SkPMColor16* SK_RESTRICT src, int count)
    [all...]
SkBlitRow_D32.cpp 15 static void S32_Opaque_BlitRow32(SkPMColor* SK_RESTRICT dst,
16 const SkPMColor* SK_RESTRICT src,
22 static void S32_Blend_BlitRow32(SkPMColor* SK_RESTRICT dst,
23 const SkPMColor* SK_RESTRICT src,
37 const SkPMColor* SK_RESTRICT srcEnd = src + count;
56 static void S32A_Opaque_BlitRow32(SkPMColor* SK_RESTRICT dst,
57 const SkPMColor* SK_RESTRICT src,
68 const SkPMColor* SK_RESTRICT srcEnd = src + count;
97 static void S32A_Blend_BlitRow32(SkPMColor* SK_RESTRICT dst,
98 const SkPMColor* SK_RESTRICT src
    [all...]
SkBlitMask_D32.cpp 5 static void D32_A8_Color(void* SK_RESTRICT dst, size_t dstRB,
6 const void* SK_RESTRICT maskPtr, size_t maskRB,
11 SkPMColor* SK_RESTRICT device = (SkPMColor *)dst;
12 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr;
26 static void D32_A8_Opaque(void* SK_RESTRICT dst, size_t dstRB,
27 const void* SK_RESTRICT maskPtr, size_t maskRB,
30 SkPMColor* SK_RESTRICT device = (SkPMColor*)dst;
31 const uint8_t* SK_RESTRICT mask = (const uint8_t*)maskPtr;
47 static void D32_A8_Black(void* SK_RESTRICT dst, size_t dstRB,
48 const void* SK_RESTRICT maskPtr, size_t maskRB
    [all...]
SkBitmapProcState_sample.h 27 const uint32_t* SK_RESTRICT xy,
28 int count, DSTTYPE* SK_RESTRICT colors) {
36 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
69 const uint32_t* SK_RESTRICT xy,
70 int count, DSTTYPE* SK_RESTRICT colors) {
79 const SRCTYPE* SK_RESTRICT srcAddr = (const SRCTYPE*)s.fBitmap->getPixels();
109 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy);
124 const uint32_t* SK_RESTRICT xy,
125 int count, DSTTYPE* SK_RESTRICT colors) {
133 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels()
    [all...]
SkBlitRow_D16.cpp 14 static void S32_D565_Opaque(uint16_t* SK_RESTRICT dst,
15 const SkPMColor* SK_RESTRICT src, int count,
28 static void S32_D565_Blend(uint16_t* SK_RESTRICT dst,
29 const SkPMColor* SK_RESTRICT src, int count,
47 static void S32A_D565_Opaque(uint16_t* SK_RESTRICT dst,
48 const SkPMColor* SK_RESTRICT src, int count,
65 static void S32A_D565_Blend(uint16_t* SK_RESTRICT dst,
66 const SkPMColor* SK_RESTRICT src, int count,
89 static void S32_D565_Opaque_Dither(uint16_t* SK_RESTRICT dst,
90 const SkPMColor* SK_RESTRICT src
    [all...]
SkBlitRow_D4444.cpp 14 static void S32_D4444_Opaque(uint16_t* SK_RESTRICT dst,
15 const SkPMColor* SK_RESTRICT src, int count,
29 static void S32_D4444_Blend(uint16_t* SK_RESTRICT dst,
30 const SkPMColor* SK_RESTRICT src, int count,
49 static void S32A_D4444_Opaque(uint16_t* SK_RESTRICT dst,
50 const SkPMColor* SK_RESTRICT src, int count,
71 static void S32A_D4444_Blend(uint16_t* SK_RESTRICT dst,
72 const SkPMColor* SK_RESTRICT src, int count,
95 static void S32_D4444_Opaque_Dither(uint16_t* SK_RESTRICT dst,
96 const SkPMColor* SK_RESTRICT src
    [all...]
SkPackBits.cpp 12 static inline void small_memcpy(void* SK_RESTRICT dst,
13 const void* SK_RESTRICT src, int n) {
161 static uint8_t* flush_diff16(uint8_t* SK_RESTRICT dst,
162 const uint16_t* SK_RESTRICT src, int count) {
177 static uint8_t* flush_diff8(uint8_t* SK_RESTRICT dst,
178 const uint8_t* SK_RESTRICT src, int count) {
193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count,
194 uint8_t* SK_RESTRICT dst) {
236 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, int count,
237 uint8_t* SK_RESTRICT dst)
    [all...]
SkSpriteBlitterTemplate.h 22 SkSPRITE_DST_TYPE* SK_RESTRICT dst =fDevice->SkSPRITE_DST_GETADDR(x, y);
23 const SkSPRITE_SRC_TYPE* SK_RESTRICT src =
50 dst = (SkSPRITE_DST_TYPE* SK_RESTRICT)((char*)dst + dstRB);
51 src = (const SkSPRITE_SRC_TYPE* SK_RESTRICT)
SkBitmapProcState_shaderproc.h 14 DSTTYPE* SK_RESTRICT colors, int count) {
26 const SRCTYPE* SK_RESTRICT row0;
27 const SRCTYPE* SK_RESTRICT row1;
41 const char* SK_RESTRICT srcAddr = (const char*)s.fBitmap->getPixels();
SkBlitter_RGB16.cpp 210 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop);
211 const uint8_t* SK_RESTRICT alpha = mask.getAddr8(clip.fLeft, clip.fTop);
236 const SkAlpha* SK_RESTRICT antialias,
237 const int16_t* SK_RESTRICT runs) {
238 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
277 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
298 const SkAlpha* SK_RESTRICT antialias,
299 const int16_t* SK_RESTRICT runs) {
300 uint16_t* SK_RESTRICT device = fDevice.getAddr16(x, y);
380 uint16_t* SK_RESTRICT device = fDevice.getAddr16(clip.fLeft, clip.fTop)
    [all...]
SkXfermode.cpp 462 void SkXfermode::xfer32(SkPMColor* SK_RESTRICT dst,
463 const SkPMColor* SK_RESTRICT src, int count,
464 const SkAlpha* SK_RESTRICT aa) {
487 const SkPMColor* SK_RESTRICT src, int count,
488 const SkAlpha* SK_RESTRICT aa) {
511 void SkXfermode::xfer4444(SkPMColor16* SK_RESTRICT dst,
512 const SkPMColor* SK_RESTRICT src, int count,
513 const SkAlpha* SK_RESTRICT aa)
537 void SkXfermode::xferA8(SkAlpha* SK_RESTRICT dst,
539 const SkAlpha* SK_RESTRICT aa
    [all...]
SkSpriteBlitter_RGB16.cpp 58 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
59 const uint16_t* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
171 static void blitrow_d16_si8(uint16_t* SK_RESTRICT dst,
172 const uint8_t* SK_RESTRICT src, int count,
173 const uint16_t* SK_RESTRICT ctable) {
285 uint16_t* SK_RESTRICT dst = fDevice->getAddr16(x, y);
286 const SkPMColor* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
296 dst = (uint16_t* SK_RESTRICT)((char*)dst + dstRB);
297 src = (const SkPMColor* SK_RESTRICT)((const char*)src + srcRB);
SkBitmapProcState_matrix.h 122 uint32_t* SK_RESTRICT xy,
135 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
232 uint32_t* SK_RESTRICT xy, int count,
247 const SkFixed* SK_RESTRICT srcXY = iter.getXY();
  /external/skia/include/core/
SkPreConfig.h 68 #if !defined(SK_RESTRICT)
69 #define SK_RESTRICT __restrict
76 #if !defined(SK_RESTRICT)
77 #define SK_RESTRICT __restrict__
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 25 const int32_t* SK_RESTRICT array = state->fArray;
27 int32_t* SK_RESTRICT result = state->fResult;
37 const int32_t* SK_RESTRICT array = state->fArray;
38 int32_t* SK_RESTRICT result = state->fResult;
48 const int32_t* SK_RESTRICT array = state->fArray;
50 int32_t* SK_RESTRICT result = state->fResult;
60 const int32_t* SK_RESTRICT array = state->fArray;
61 int32_t* SK_RESTRICT result = state->fResult;
71 const int32_t* SK_RESTRICT array = state->fArray;
73 int32_t* SK_RESTRICT result = state->fResult
    [all...]
SkGradientShader.cpp 917 SkPMColor* SK_RESTRICT dstC,
918 const SkPMColor* SK_RESTRICT cache,
935 SkPMColor* SK_RESTRICT dstC,
936 const SkPMColor* SK_RESTRICT cache,
    [all...]
  /external/skia/bench/
MathBench.cpp 52 virtual void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src,
127 virtual void performITest(uint32_t* SK_RESTRICT dst,
128 const uint32_t* SK_RESTRICT src,
142 virtual void performITest(uint32_t* SK_RESTRICT dst,
143 const uint32_t* SK_RESTRICT src,
  /external/skia/src/gpu/
GrBinHashKey.h 42 void setKeyData(const uint32_t* SK_RESTRICT data) {

Completed in 330 milliseconds

1 2