Searched refs:blend_dest (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_blend.c | 273 float blend_dest[4][TGSI_QUAD_SIZE]; local in function:blend_quad 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[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_blend.c | 275 float blend_dest[4][TGSI_QUAD_SIZE]; local in function:blend_quad 534 VEC4_COPY(blend_dest[0], dest[0]); 535 VEC4_COPY(blend_dest[1], dest[1]); 536 VEC4_COPY(blend_dest[2], dest[2]); 537 VEC4_COPY(blend_dest[3], dest[3]); 541 * Compute blend_dest/second term RGB 545 /* blend_dest = blend_dest * 1 NO-OP, leave blend_dest as-is */ 548 VEC4_MUL(blend_dest[ [all...] |
Completed in 6 milliseconds