Searched refs:Gd (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/freetype/dist/builds/compiler/
H A Dvisualage.mk63 CFLAGS ?= /Q- /Gd+ /O2 /G5 /W3 /C
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c487 const GLfloat Gd = dest[i][GCOMP]; local in function:blend_general_float
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, G
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c487 const GLfloat Gd = dest[i][GCOMP]; local in function:blend_general_float
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, G
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c2029 vpm_cfg[phase].Gd = gs->vpm_output_size;
2067 vpm_cfg[phase].Gs * vpm_cfg[phase].Gd;
2098 vpm_cfg[phase].Gd = align(vpm_cfg[phase].Gd, 2) / 2;
2119 assert(final_vpm_cfg->Gd <= 16);
H A Dv3d_compiler.h987 uint32_t Gd; member in struct:vpm_config
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_draw.c582 vpm_cfg_bin.Gd,
588 vpm_cfg.Gd,
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1878 pipeline->vpm_cfg_bin.Gd,
1883 pipeline->vpm_cfg.Gd,

Completed in 15 milliseconds