Searched refs:GS (Results 1 - 25 of 70) sorted by relevance

123

/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp47 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, argument
52 GS.HasNonInstructionUser = true;
59 if (analyzeGlobalAux(CE, GS, PhiUsers))
62 if (!GS.HasMultipleAccessingFunctions) {
64 if (!GS.AccessingFunction)
65 GS.AccessingFunction = F;
66 else if (GS.AccessingFunction != F)
67 GS.HasMultipleAccessingFunctions = true;
70 GS.IsLoaded = true;
74 GS
172 analyzeGlobal(const Value *V, GlobalStatus &GS) argument
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
601 exec->GS = size->GS;
735 exec->GS.gep0 = 1;
736 exec->GS.gep1 = 1;
737 exec->GS.gep2 = 1;
739 exec->GS
[all...]
H A Dttobjs.c885 exec->GS.dualVector.x = 0x4000;
886 exec->GS.dualVector.y = 0;
887 exec->GS.projVector.x = 0x4000;
888 exec->GS.projVector.y = 0x0;
889 exec->GS.freeVector.x = 0x4000;
890 exec->GS.freeVector.y = 0x0;
892 exec->GS.rp0 = 0;
893 exec->GS.rp1 = 0;
894 exec->GS.rp2 = 0;
896 exec->GS
[all...]
H A Dttobjs.h317 TT_GraphicsState GS; member in struct:TT_SizeRec_
H A Dttgload.c766 loader->exec->GS = ((TT_Size)loader->size)->GS;
820 ( loader->exec->GS.scan_type << 5 ) | FT_CURVE_TAG_HAS_SCANMODE;
2106 if ( exec->GS.instruct_control & 1 )
2110 if ( exec->GS.instruct_control & 2 )
2111 exec->GS = tt_default_graphics_state;
2283 if ( loader.exec->GS.scan_control )
2286 switch ( loader.exec->GS.scan_type )
H A Dttinterp.h184 TT_GraphicsState GS; /* current graphics state */ member in struct:TT_ExecContextRec_
/external/freetype/src/truetype/
H A Dttinterp.c254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
601 exec->GS = size->GS;
735 exec->GS.gep0 = 1;
736 exec->GS.gep1 = 1;
737 exec->GS.gep2 = 1;
739 exec->GS
[all...]
H A Dttobjs.c894 exec->GS.dualVector.x = 0x4000;
895 exec->GS.dualVector.y = 0;
896 exec->GS.projVector.x = 0x4000;
897 exec->GS.projVector.y = 0x0;
898 exec->GS.freeVector.x = 0x4000;
899 exec->GS.freeVector.y = 0x0;
901 exec->GS.rp0 = 0;
902 exec->GS.rp1 = 0;
903 exec->GS.rp2 = 0;
905 exec->GS
[all...]
H A Dttobjs.h317 TT_GraphicsState GS; member in struct:TT_SizeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
601 exec->GS = size->GS;
735 exec->GS.gep0 = 1;
736 exec->GS.gep1 = 1;
737 exec->GS.gep2 = 1;
739 exec->GS
[all...]
H A Dttobjs.c895 exec->GS.dualVector.x = 0x4000;
896 exec->GS.dualVector.y = 0;
897 exec->GS.projVector.x = 0x4000;
898 exec->GS.projVector.y = 0x0;
899 exec->GS.freeVector.x = 0x4000;
900 exec->GS.freeVector.y = 0x0;
902 exec->GS.rp0 = 0;
903 exec->GS.rp1 = 0;
904 exec->GS.rp2 = 0;
906 exec->GS
[all...]
H A Dttobjs.h317 TT_GraphicsState GS; member in struct:TT_SizeRec_
H A Dttgload.c771 loader->exec->GS = ((TT_Size)loader->size)->GS;
825 ( loader->exec->GS.scan_type << 5 ) | FT_CURVE_TAG_HAS_SCANMODE;
2115 if ( exec->GS.instruct_control & 1 )
2119 if ( exec->GS.instruct_control & 2 )
2120 exec->GS = tt_default_graphics_state;
2292 if ( loader.exec->GS.scan_control )
2295 switch ( loader.exec->GS.scan_type )
/external/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
/external/llvm/include/llvm/Support/
H A DSolaris.h33 #undef GS macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h16 #define GS 10 macro
/external/guava/guava/src/com/google/common/base/
H A DAscii.java335 * relationship shall be: FS is the most inclusive, then GS, then RS,
348 public static final byte GS = 29; field in class:Ascii
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_urb.c40 #define GS 1 macro
68 * GS has the same requirement as CLIP, but it never handles tristrips,
112 /* Most minimal update, forces re-emit of URB fence packet after GS
144 brw->urb.nr_gs_entries = limits[GS].preferred_nr_entries;
173 brw->urb.nr_gs_entries = limits[GS].min_nr_entries;
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_urb.c40 #define GS 1 macro
68 * GS has the same requirement as CLIP, but it never handles tristrips,
112 /* Most minimal update, forces re-emit of URB fence packet after GS
144 brw->urb.nr_gs_entries = limits[GS].preferred_nr_entries;
173 brw->urb.nr_gs_entries = limits[GS].min_nr_entries;
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",
/external/lzma/CPP/
H A DBuild.mak57 CFLAGS = $(CFLAGS) -W4 -GS- -Zc:forScope
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp491 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
492 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
/external/libedit/src/
H A Dunvis.c203 #define GS(a) ((a) & 0xff) macro
209 st = GS(*astate);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp86 const GlobalStatus &GS);
1716 GlobalStatus GS;
1718 if (GlobalStatus::analyzeGlobal(GV, GS))
1721 if (!GS.IsCompared && !GV->hasUnnamedAddr()) {
1729 return ProcessInternalGlobal(GV, GVI, GS);
1736 const GlobalStatus &GS) {
1745 if (!GS.HasMultipleAccessingFunctions &&
1746 GS.AccessingFunction && !GS.HasNonInstructionUser &&
1748 GS
1734 ProcessInternalGlobal(GlobalVariable *GV, Module::global_iterator &GVI, const GlobalStatus &GS) argument
[all...]
/external/llvm/lib/LTO/
H A DLTOModule.cpp368 GlobalStatus GS; local
369 if (GlobalStatus::analyzeGlobal(GV, GS))
372 return !GS.IsCompared;
/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp116 GS = (1<<glu::SHADERTYPE_GEOMETRY), enumerator in enum:deqp::gles31::Functional::__anon20309::__anon20310
120 SHADER_TYPES = VS|TC|TE|GS|FS|CS

Completed in 3176 milliseconds

123