search for: gfxs

Displaying 2 results from an estimated 2 matches for "gfxs".

Did you mean: gfs
2009 Nov 14
2
[LLVMdev] Very slow performance of lli on x86
...x\n", iter, g->RGB.a, g->RGB.r, g->RGB.g, g->RGB.b); g++; } return; } #if 0 /* * Operation_1, to be converted */ static void Xacc_blend_invsrccolor( int w, GenefxAccumulator* S, GenefxAccumulator Cacc, GenefxAccumulator* X) { // int w = gfxs->length; // GenefxAccumulator *X = gfxs->Xacc; if (S) { // GenefxAccumulator *S = gfxs->Sacc; while (w--) { if (!(X->RGB.a & 0xF000)) { X->RGB.r = ((0x100 - S->RGB.r) * X->RGB.r) >> 8;...
2009 Nov 14
0
[LLVMdev] Very slow performance of lli on x86
...x\n", iter, g->RGB.a, g->RGB.r, g->RGB.g, g->RGB.b); g++; } return; } #if 0 /* * Operation_1, to be converted */ static void Xacc_blend_invsrccolor( int w, GenefxAccumulator* S, GenefxAccumulator Cacc, GenefxAccumulator* X) { // int w = gfxs->length; // GenefxAccumulator *X = gfxs->Xacc; if (S) { // GenefxAccumulator *S = gfxs->Sacc; while (w--) { if (!(X->RGB.a & 0xF000)) { X->RGB.r = ((0x100 - S->RGB.r) * X->RGB.r) >> 8;...