HomeSort by relevance Sort by last modified time
    Searched defs:alpha_mask (Results 1 - 15 of 15) sorted by null

  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 135 uint8x8_t alpha_mask; local
137 alpha_mask = vld1_u8(alpha_mask_setup);
155 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask);
  /external/skqp/src/opts/
SkBlitRow_opts_arm_neon.cpp 135 uint8x8_t alpha_mask; local
137 alpha_mask = vld1_u8(alpha_mask_setup);
155 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask);
  /external/libdrm/tests/etnaviv/
write_bmp.c 61 unsigned int alpha_mask; member in struct:dib_header
90 .alpha_mask = alpha ? 0xFF000000 : 0x00000000,
  /external/webp/src/dsp/
alpha_processing_mips_dsp_r2.c 22 uint32_t alpha_mask = 0xffffffff; local
38 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
45 [alpha_mask]"+r"(alpha_mask)
56 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
59 [alpha_mask]"+r"(alpha_mask)
69 "ext %[temp0], %[alpha_mask], 0, 16 \n\t
    [all...]
alpha_processing_neon.c 86 uint32_t alpha_mask = 0xffffffffu; local
104 alpha_mask &= alpha_value;
110 alpha_mask &= tmp[0];
111 alpha_mask &= tmp[1];
112 return (alpha_mask != 0xffffffffu);
137 uint32_t alpha_mask = 0xffffffffu; local
153 alpha_mask &= alpha[i];
159 alpha_mask &= tmp[0];
160 alpha_mask &= tmp[1];
161 return (alpha_mask == 0xffffffffu)
    [all...]
alpha_processing.c 296 uint32_t alpha_mask = 0xff; local
303 alpha_mask &= alpha_value;
309 return (alpha_mask != 0xff);
328 uint8_t alpha_mask = 0xff; local
335 alpha_mask &= alpha_value;
340 return (alpha_mask == 0xff);
alpha_processing_sse2.c 230 const __m128i alpha_mask = _mm_set1_epi32(0xff); local
242 const __m128i b0 = _mm_and_si128(a0, alpha_mask);
243 const __m128i b1 = _mm_and_si128(a1, alpha_mask);
244 const __m128i b2 = _mm_and_si128(a2, alpha_mask);
245 const __m128i b3 = _mm_and_si128(a3, alpha_mask);
256 const __m128i b0 = _mm_and_si128(a0, alpha_mask);
257 const __m128i b1 = _mm_and_si128(a1, alpha_mask);
  /external/ImageMagick/coders/
dib.c 99 alpha_mask,
97 alpha_mask, member in struct:_DIBInfo
    [all...]
icon.c 138 alpha_mask,
135 alpha_mask, member in struct:_IconInfo
    [all...]
bmp.c 140 alpha_mask,
622 bmp_info.alpha_mask=0;
718 bmp_info.alpha_mask=ReadBlobLSBLong(image);
860 image->alpha_trait=((bmp_info.alpha_mask != 0) &&
137 alpha_mask, member in struct:_BMPInfo
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 587 unsigned int alpha_mask; member in struct:__anon29359
614 if (visuals[j].red_mask != red || visuals[j].alpha_mask != alpha)
  /bootable/recovery/minui/
graphics.cpp 40 static constexpr uint32_t alpha_mask = 0xff000000; variable
119 uint8_t alpha_current = static_cast<uint8_t>((alpha_mask & gr_current) >> 24);
134 if (!font || !font->texture || (gr_current & alpha_mask) == 0) return;
224 uint8_t alpha = static_cast<uint8_t>(((gr_current & alpha_mask) >> 24));
  /external/webp/src/dec/
io_dec.c 220 uint32_t alpha_mask = 0x0f; local
227 alpha_mask &= alpha_value;
234 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
444 uint32_t alpha_mask = 0x0f; local
455 alpha_mask &= alpha_value;
460 if (is_premult_alpha && alpha_mask != 0x0f) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmdef.h 159 ULONG alpha_mask; member in struct:_D3DRMIMAGE
  /hardware/intel/common/libva/va/
va.h 2794 unsigned int alpha_mask; member in struct:_VAImageFormat
    [all...]

Completed in 871 milliseconds