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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c481 const GLfloat Gs = rgba[i][GCOMP]; local in function:blend_general_float
555 sG = Gs;
560 sG = 1.0F - Gs;
633 dG = Gs;
638 dG = 1.0F - Gs;
741 g = Gs * sG + Gd * dG;
747 g = Gs * sG - Gd * dG;
753 g = Gd * dG - Gs * sG;
759 g = MIN2( Gd, Gs );
764 g = MAX2( Gd, Gs );
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c481 const GLfloat Gs = rgba[i][GCOMP]; local in function:blend_general_float
555 sG = Gs;
560 sG = 1.0F - Gs;
633 dG = Gs;
638 dG = 1.0F - Gs;
741 g = Gs * sG + Gd * dG;
747 g = Gs * sG - Gd * dG;
753 g = Gd * dG - Gs * sG;
759 g = MIN2( Gd, Gs );
764 g = MAX2( Gd, Gs );
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c2028 vpm_cfg[phase].Gs = 1;
2067 vpm_cfg[phase].Gs * vpm_cfg[phase].Gd;
H A Dv3d_compiler.h986 uint32_t Gs; member in struct:vpm_config

Completed in 9 milliseconds