Searched refs:VEC4_MIN (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c131 #define VEC4_MIN(R, A, B) \ macro
315 VEC4_MIN(temp, alpha, diff);
570 VEC4_MIN(temp, alpha, diff);
795 VEC4_MIN(quadColor[0], source[0], blend_dest[0]); /* R */
796 VEC4_MIN(quadColor[1], source[1], blend_dest[1]); /* G */
797 VEC4_MIN(quadColor[2], source[2], blend_dest[2]); /* B */
822 VEC4_MIN(quadColor[3], source[3], blend_dest[3]); /* A */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c131 #define VEC4_MIN(R, A, B) \ macro
317 VEC4_MIN(temp, alpha, diff);
572 VEC4_MIN(temp, alpha, diff);
797 VEC4_MIN(quadColor[0], source[0], blend_dest[0]); /* R */
798 VEC4_MIN(quadColor[1], source[1], blend_dest[1]); /* G */
799 VEC4_MIN(quadColor[2], source[2], blend_dest[2]); /* B */
824 VEC4_MIN(quadColor[3], source[3], blend_dest[3]); /* A */

Completed in 5 milliseconds