HomeSort by relevance Sort by last modified time
    Searched full:one_minus_alpha (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 624 float one_minus_alpha[TGSI_QUAD_SIZE]; local
625 VEC4_SUB(one_minus_alpha, one, quadColor[3]);
626 VEC4_MUL(blend_dest[0], blend_dest[0], one_minus_alpha); /* R */
627 VEC4_MUL(blend_dest[1], blend_dest[1], one_minus_alpha); /* G */
628 VEC4_MUL(blend_dest[2], blend_dest[2], one_minus_alpha); /* B */
687 float one_minus_alpha[TGSI_QUAD_SIZE]; local
688 VEC4_SUB(one_minus_alpha, one, quadColor2[3]);
689 VEC4_MUL(blend_dest[0], blend_dest[0], one_minus_alpha); /* R */
690 VEC4_MUL(blend_dest[1], blend_dest[1], one_minus_alpha); /* G */
691 VEC4_MUL(blend_dest[2], blend_dest[2], one_minus_alpha); /* B *
734 float one_minus_alpha[TGSI_QUAD_SIZE]; local
766 float one_minus_alpha[TGSI_QUAD_SIZE]; local
1032 float one_minus_alpha[TGSI_QUAD_SIZE]; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 290 // blend factors use ALPHA *and* ONE_MINUS_ALPHA (because

Completed in 247 milliseconds