OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Gd
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_blend.c
487
const GLfloat
Gd
= dest[i][GCOMP];
509
sG =
Gd
;
514
sG = 1.0F -
Gd
;
671
dG =
Gd
;
676
dG = 1.0F -
Gd
;
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.old/dist/src/mesa/swrast/
s_blend.c
487
const GLfloat
Gd
= dest[i][GCOMP];
509
sG =
Gd
;
514
sG = 1.0F -
Gd
;
671
dG =
Gd
;
676
dG = 1.0F -
Gd
;
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
...]
Completed in 82 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026