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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_blend.c 273 float blend_dest[4][TGSI_QUAD_SIZE]; local
532 VEC4_COPY(blend_dest[0], dest[0]);
533 VEC4_COPY(blend_dest[1], dest[1]);
534 VEC4_COPY(blend_dest[2], dest[2]);
535 VEC4_COPY(blend_dest[3], dest[3]);
539 * Compute blend_dest/second term RGB
543 /* blend_dest = blend_dest * 1 NO-OP, leave blend_dest as-is */
546 VEC4_MUL(blend_dest[0], blend_dest[0], quadColor[0]); /* R *
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 273 float blend_dest[4][TGSI_QUAD_SIZE]; local
532 VEC4_COPY(blend_dest[0], dest[0]);
533 VEC4_COPY(blend_dest[1], dest[1]);
534 VEC4_COPY(blend_dest[2], dest[2]);
535 VEC4_COPY(blend_dest[3], dest[3]);
539 * Compute blend_dest/second term RGB
543 /* blend_dest = blend_dest * 1 NO-OP, leave blend_dest as-is */
546 VEC4_MUL(blend_dest[0], blend_dest[0], quadColor[0]); /* R *
    [all...]

Completed in 39 milliseconds