Searched refs:alpha_mask (Results 1 – 13 of 13) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing_mips_dsp_r2.c | 22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local 45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
|
D | alpha_processing_neon.c | 86 uint32_t alpha_mask = 0xffffffffu; in DispatchAlpha_NEON() local 104 alpha_mask &= alpha_value; in DispatchAlpha_NEON() 110 alpha_mask &= tmp[0]; in DispatchAlpha_NEON() 111 alpha_mask &= tmp[1]; in DispatchAlpha_NEON() 112 return (alpha_mask != 0xffffffffu); in DispatchAlpha_NEON() 137 uint32_t alpha_mask = 0xffffffffu; in ExtractAlpha_NEON() local 153 alpha_mask &= alpha[i]; in ExtractAlpha_NEON() 159 alpha_mask &= tmp[0]; in ExtractAlpha_NEON() 160 alpha_mask &= tmp[1]; in ExtractAlpha_NEON() 161 return (alpha_mask == 0xffffffffu); in ExtractAlpha_NEON()
|
D | alpha_processing_sse2.c | 230 const __m128i alpha_mask = _mm_set1_epi32(0xff); in HasAlpha32b_SSE2() local 242 const __m128i b0 = _mm_and_si128(a0, alpha_mask); in HasAlpha32b_SSE2() 243 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2() 244 const __m128i b2 = _mm_and_si128(a2, alpha_mask); in HasAlpha32b_SSE2() 245 const __m128i b3 = _mm_and_si128(a3, alpha_mask); in HasAlpha32b_SSE2() 256 const __m128i b0 = _mm_and_si128(a0, alpha_mask); in HasAlpha32b_SSE2() 257 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2()
|
D | alpha_processing.c | 296 uint32_t alpha_mask = 0xff; in DispatchAlpha_C() local 303 alpha_mask &= alpha_value; in DispatchAlpha_C() 309 return (alpha_mask != 0xff); in DispatchAlpha_C() 328 uint8_t alpha_mask = 0xff; in ExtractAlpha_C() local 335 alpha_mask &= alpha_value; in ExtractAlpha_C() 340 return (alpha_mask == 0xff); in ExtractAlpha_C()
|
/external/libdrm/tests/etnaviv/ |
D | write_bmp.c | 61 unsigned int alpha_mask; member 90 .alpha_mask = alpha ? 0xFF000000 : 0x00000000, in bmp_header_write()
|
/external/ImageMagick/coders/ |
D | bmp.c | 149 alpha_mask, member 641 bmp_info.alpha_mask=0; in ReadBMPImage() 737 bmp_info.alpha_mask=ReadBlobLSBLong(image); in ReadBMPImage() 877 image->alpha_trait=((bmp_info.alpha_mask != 0) && in ReadBMPImage() 1032 bmp_info.alpha_mask=image->alpha_trait != UndefinedPixelTrait ? in ReadBMPImage() 1078 if (bmp_info.alpha_mask != 0) in ReadBMPImage() 1079 while (((bmp_info.alpha_mask << shift.alpha) & 0x80000000UL) == 0) in ReadBMPImage() 1110 while (((bmp_info.alpha_mask << sample) & 0x80000000UL) != 0) in ReadBMPImage() 1295 alpha=((pixel & bmp_info.alpha_mask) << shift.alpha) >> 16; in ReadBMPImage() 1393 alpha=((pixel & bmp_info.alpha_mask) << shift.alpha) >> 16; in ReadBMPImage() [all …]
|
D | dib.c | 100 alpha_mask; member
|
D | icon.c | 135 alpha_mask, member
|
/external/skqp/src/core/ |
D | SkBlitRow_D32.cpp | 229 uint8x8_t alpha_mask; in blit_row_s32a_blend() local 231 alpha_mask = vld1_u8(alpha_mask_setup); in blit_row_s32a_blend() 246 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask); in blit_row_s32a_blend()
|
/external/skia/src/core/ |
D | SkBlitRow_D32.cpp | 229 uint8x8_t alpha_mask; in blit_row_s32a_blend() local 231 alpha_mask = vld1_u8(alpha_mask_setup); in blit_row_s32a_blend() 246 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask); in blit_row_s32a_blend()
|
/external/webp/src/dec/ |
D | io_dec.c | 220 uint32_t alpha_mask = 0x0f; in EmitAlphaRGBA4444() local 227 alpha_mask &= alpha_value; in EmitAlphaRGBA4444() 234 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) { in EmitAlphaRGBA4444() 444 uint32_t alpha_mask = 0x0f; in ExportAlphaRGBA4444() local 455 alpha_mask &= alpha_value; in ExportAlphaRGBA4444() 460 if (is_premult_alpha && alpha_mask != 0x0f) { in ExportAlphaRGBA4444()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | subpicture.c | 44 .alpha_mask = 0xff000000ul,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 578 unsigned int alpha_mask; in drm_add_configs_for_visuals() member 601 if (visuals[j].red_mask != red || visuals[j].alpha_mask != alpha) in drm_add_configs_for_visuals()
|