Searched refs:BLEND (Results 1 – 10 of 10) sorted by relevance
/external/webp/src/enc/ |
D | picture_tools_enc.c | 146 #define BLEND(V0, V1, ALPHA) \ macro 172 y_ptr[x] = BLEND(Y0, y_ptr[x], a_ptr[x]); in WebPBlendAlpha() 209 r = BLEND(red, r, alpha); in WebPBlendAlpha() 210 g = BLEND(green, g, alpha); in WebPBlendAlpha() 211 b = BLEND(blue, b, alpha); in WebPBlendAlpha() 223 #undef BLEND
|
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 324 #define BLEND \ in affine_span() macro 430 SPAN_NEAREST(NEAREST_RGB;BLEND,3); in affine_span() 449 SPAN_NEAREST(NEAREST_RGBA;BLEND,4); in affine_span() 479 SPAN_LINEAR(LINEAR_RGB;BLEND,3); in affine_span() 498 SPAN_LINEAR(LINEAR_RGBA;BLEND,4); in affine_span() 702 SPAN_NEAREST(NEAREST_RGB;BLEND,3); in fast_persp_span() 721 SPAN_NEAREST(NEAREST_RGBA;BLEND,4); in fast_persp_span() 749 SPAN_LINEAR(LINEAR_RGB;BLEND,3); in fast_persp_span() 768 SPAN_LINEAR(LINEAR_RGBA;BLEND,4); in fast_persp_span()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_raster.c | 194 context_dirty(ctx, BLEND); in nv04_defer_blend()
|
/external/libyuv/files/source/ |
D | row_common.cc | 1887 #define BLEND(f, b, a) (((256 - a) * b) >> 8) + f macro 1905 dst_argb[0] = BLEND(fb, bb, a); in ARGBBlendRow_C() 1906 dst_argb[1] = BLEND(fg, bg, a); in ARGBBlendRow_C() 1907 dst_argb[2] = BLEND(fr, br, a); in ARGBBlendRow_C() 1917 dst_argb[4 + 0] = BLEND(fb, bb, a); in ARGBBlendRow_C() 1918 dst_argb[4 + 1] = BLEND(fg, bg, a); in ARGBBlendRow_C() 1919 dst_argb[4 + 2] = BLEND(fr, br, a); in ARGBBlendRow_C() 1934 dst_argb[0] = BLEND(fb, bb, a); in ARGBBlendRow_C() 1935 dst_argb[1] = BLEND(fg, bg, a); in ARGBBlendRow_C() 1936 dst_argb[2] = BLEND(fr, br, a); in ARGBBlendRow_C() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 1923 #define BLEND(f, b, a) (((256 - a) * b) >> 8) + f macro 1939 dst_argb[0] = BLEND(fb, bb, a); in ARGBBlendRow_C() 1940 dst_argb[1] = BLEND(fg, bg, a); in ARGBBlendRow_C() 1941 dst_argb[2] = BLEND(fr, br, a); in ARGBBlendRow_C() 1951 dst_argb[4 + 0] = BLEND(fb, bb, a); in ARGBBlendRow_C() 1952 dst_argb[4 + 1] = BLEND(fg, bg, a); in ARGBBlendRow_C() 1953 dst_argb[4 + 2] = BLEND(fr, br, a); in ARGBBlendRow_C() 1968 dst_argb[0] = BLEND(fb, bb, a); in ARGBBlendRow_C() 1969 dst_argb[1] = BLEND(fg, bg, a); in ARGBBlendRow_C() 1970 dst_argb[2] = BLEND(fr, br, a); in ARGBBlendRow_C() [all …]
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
D | webgl-debug.js | 379 ctx.disable(ctx.BLEND);
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DI.js | 96 gl.enable(gl.BLEND);
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_render_gen7.c | 550 const bool emit_3dstate_ps = (DIRTY(FS) || DIRTY(BLEND)); in gen7_draw_wm()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_dump.c | 673 CAP_CASE(LineCaps, D3DLINECAPS, BLEND); in nine_dump_D3DCAPS9()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 1233 // AVX-512 - BLEND using mask
|