Searched refs:dR (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c492 GLfloat dR, dG, dB, dA; /* Dest factor */ local in function:blend_general_float
626 dR = dG = dB = 0.0F;
629 dR = dG = dB = 1.0F;
632 dR = Rs;
637 dR = 1.0F - Rs;
642 dR = dG = dB = As;
645 dR = dG = dB = 1.0F - As;
648 dR = dG = dB = Ad;
651 dR = dG = dB = 1.0F - Ad;
654 dR
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c492 GLfloat dR, dG, dB, dA; /* Dest factor */ local in function:blend_general_float
626 dR = dG = dB = 0.0F;
629 dR = dG = dB = 1.0F;
632 dR = Rs;
637 dR = 1.0F - Rs;
642 dR = dG = dB = As;
645 dR = dG = dB = 1.0F - As;
648 dR = dG = dB = Ad;
651 dR = dG = dB = 1.0F - Ad;
654 dR
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2969 int dR, dE; local in function:nv50_ir::MemoryOpt::replaceLdFromLd
2972 for (dR = 0; offR < offE && ldR->defExists(dR); ++dR)
2973 offR += ldR->getDef(dR)->reg.size;
2977 for (dE = 0; ldE->defExists(dE) && ldR->defExists(dR); ++dE, ++dR) {
2978 if (ldE->getDef(dE)->reg.size != ldR->getDef(dR)->reg.size)
2980 ldE->def(dE).replace(ldR->getDef(dR), false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3032 int dR, dE; local in function:nv50_ir::MemoryOpt::replaceLdFromLd
3035 for (dR = 0; offR < offE && ldR->defExists(dR); ++dR)
3036 offR += ldR->getDef(dR)->reg.size;
3040 for (dE = 0; ldE->defExists(dE) && ldR->defExists(dR); ++dE, ++dR) {
3041 if (ldE->getDef(dE)->reg.size != ldR->getDef(dR)->reg.size)
3043 ldE->def(dE).replace(ldR->getDef(dR), false);

Completed in 13 milliseconds