Searched refs:alpha_mask (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing_mips_dsp_r2.c | 22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local 38 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t" in DispatchAlpha_MIPSdspR2() 45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 56 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t" in DispatchAlpha_MIPSdspR2() 59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 69 "ext %[temp0], %[alpha_mask], in DispatchAlpha_MIPSdspR2() [all...] |
H A 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() 138 uint32_t alpha_mask = 0xffffffffu; in ExtractAlpha_NEON() local 154 alpha_mask &= alpha[i]; in ExtractAlpha_NEON() 160 alpha_mask &= tmp[0]; in ExtractAlpha_NEON() 161 alpha_mask &= tmp[1]; in ExtractAlpha_NEON() 162 return (alpha_mask in ExtractAlpha_NEON() [all...] |
H A D | alpha_processing_sse2.c | 231 const __m128i alpha_mask = _mm_set1_epi32(0xff); in HasAlpha32b_SSE2() local 243 const __m128i b0 = _mm_and_si128(a0, alpha_mask); in HasAlpha32b_SSE2() 244 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2() 245 const __m128i b2 = _mm_and_si128(a2, alpha_mask); in HasAlpha32b_SSE2() 246 const __m128i b3 = _mm_and_si128(a3, alpha_mask); in HasAlpha32b_SSE2() 257 const __m128i b0 = _mm_and_si128(a0, alpha_mask); in HasAlpha32b_SSE2() 258 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2()
|
H A D | alpha_processing.c | 298 uint32_t alpha_mask = 0xff; in DispatchAlpha_C() local 305 alpha_mask &= alpha_value; in DispatchAlpha_C() 311 return (alpha_mask != 0xff); in DispatchAlpha_C() 331 uint8_t alpha_mask = 0xff; in ExtractAlpha_C() local 338 alpha_mask &= alpha_value; in ExtractAlpha_C() 343 return (alpha_mask == 0xff); in ExtractAlpha_C()
|
/third_party/libdrm/tests/etnaviv/ |
H A D | write_bmp.c | 61 unsigned int alpha_mask; member 90 .alpha_mask = alpha ? 0xFF000000 : 0x00000000, in bmp_header_write()
|
/third_party/skia/src/core/ |
H A D | SkBlitRow_D32.cpp | 227 uint8x8_t alpha_mask; in blit_row_s32a_blend() 229 alpha_mask = vld1_u8(alpha_mask_setup); in blit_row_s32a_blend() 244 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask); in blit_row_s32a_blend()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | io_dec.c | 215 uint32_t alpha_mask = 0x0f; in EmitAlphaRGBA4444() local 222 alpha_mask &= alpha_value; in EmitAlphaRGBA4444() 229 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) { in EmitAlphaRGBA4444() 450 uint32_t alpha_mask = 0x0f; in ExportAlphaRGBA4444() local 461 alpha_mask &= alpha_value; in ExportAlphaRGBA4444() 466 if (is_premult_alpha && alpha_mask != 0x0f) { in ExportAlphaRGBA4444()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | subpicture.c | 44 .alpha_mask = 0xff000000ul,
|
Completed in 6 milliseconds