Searched defs:GS (Results 1 - 25 of 39) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, argument
54 GS.StoredType = GlobalStatus::StoredOnce;
59 GS.HasNonInstructionUser = true;
66 if (analyzeGlobalAux(CE, GS, PhiUsers))
69 if (!GS.HasMultipleAccessingFunctions) {
71 if (!GS.AccessingFunction)
72 GS.AccessingFunction = F;
73 else if (GS.AccessingFunction != F)
74 GS.HasMultipleAccessingFunctions = true;
77 GS
179 analyzeGlobal(const Value *V, GlobalStatus &GS) argument
[all...]
/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
143 brw->urb.nr_gs_entries = limits[GS].preferred_nr_entries;
172 brw->urb.nr_gs_entries = limits[GS].min_nr_entries;
199 "URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DSolaris.h24 #undef GS macro
/external/llvm/include/llvm/Support/
H A DSolaris.h33 #undef GS macro
/external/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py41 GS = chr(0x1d) variable
177 content = RS.join([pid, pid, 'wrapper', working_dir, command]) + GS
201 for group in filter(bool, content.split(GS)):
/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp116 GS = (1<<glu::SHADERTYPE_GEOMETRY), enumerator in enum:deqp::gles31::Functional::__anon4852::__anon4853
120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
H A Des31fShaderIntegerFunctionTests.cpp1152 GS = (1<<glu::SHADERTYPE_GEOMETRY), enumerator in enum:deqp::gles31::Functional::__anon4872
1156 ALL_SHADERS = VS|TC|TE|GS|FS|CS
/external/guava/guava/src/com/google/common/base/
H A DAscii.java352 * relationship shall be: FS is the most inclusive, then GS, then RS,
363 * relationship shall be: FS is the most inclusive, then GS, then RS,
369 public static final byte GS = 29; field in class:Ascii
374 * relationship shall be: FS is the most inclusive, then GS, then RS,
385 * relationship shall be: FS is the most inclusive, then GS, then RS,
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h16 #define GS 10 macro
/external/libedit/src/
H A Dunvis.c203 #define GS(a) ((a) & 0xff) macro
209 st = GS(*astate);
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dfsgsbase.c74 enum which_base { FS, GS }; enumerator in enum:which_base
126 base = read_base(GS);
160 base = read_base(GS);
176 * ARCH_SET_FS/GS(0) may or may not program a selector of zero. HARD_ZERO
205 * The goal here is to try to arrange for GS == 0, GSBASE !=
305 if (read_base(GS) != local) {
316 base = read_base(GS);
339 base = read_base(GS);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c151 GS = 4, enumerator in enum:__anon14922
163 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */
210 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff;
211 s[HS].constoff = s[DS].constoff = s[GS].constoff = s[FS].constoff;
312 OUT_RING(ring, A4XX_HLSQ_GS_CONTROL_REG_CONSTLENGTH(s[GS].constlen) |
313 A4XX_HLSQ_GS_CONTROL_REG_CONSTOBJECTOFFSET(s[GS].constoff) |
314 A4XX_HLSQ_GS_CONTROL_REG_INSTRLENGTH(s[GS].instrlen) |
315 A4XX_HLSQ_GS_CONTROL_REG_SHADEROBJOFFSET(s[GS].instroff));
435 OUT_RING(ring, A4XX_SP_GS_OBJ_OFFSET_REG_CONSTOBJECTOFFSET(s[GS].constoff) |
436 A4XX_SP_GS_OBJ_OFFSET_REG_SHADEROBJOFFSET(s[GS]
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
H A Darchrast.cpp86 GSStats GS = {}; member in class:ArchRast::EventHandlerStatsFile
295 EventHandlerFile::Handle(GSInputPrims(event.data.drawId, GS.inputPrimCount));
296 EventHandlerFile::Handle(GSPrimsGen(event.data.drawId, GS.primGeneratedCount));
297 EventHandlerFile::Handle(GSVertsInput(event.data.drawId, GS.vertsInput));
302 GS = {};
307 GS.inputPrimCount += event.data.inputPrimCount;
308 GS.primGeneratedCount += event.data.primGeneratedCount;
309 GS.vertsInput += event.data.vertsInput;
/external/clang/tools/scan-build-py/libear/
H A Dear.c409 static int const GS = 0x1d; local
442 fprintf(fd, "%c", GS);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c267 GS = 4, enumerator in enum:__anon14924
279 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */
329 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff;
390 OUT_RING(ring, A5XX_HLSQ_GS_CONTROL_REG_CONSTOBJECTOFFSET(s[GS].constoff) |
391 A5XX_HLSQ_GS_CONTROL_REG_SHADEROBJOFFSET(s[GS].instroff) |
392 COND(s[GS].v, A5XX_HLSQ_GS_CONTROL_REG_ENABLED));
402 OUT_RING(ring, A5XX_HLSQ_GS_CNTL_INSTRLEN(s[GS].instrlen));
417 OUT_RING(ring, A5XX_SP_GS_CONTROL_REG_CONSTOBJECTOFFSET(s[GS].constoff) |
418 A5XX_SP_GS_CONTROL_REG_SHADEROBJOFFSET(s[GS].instroff) |
419 COND(s[GS]
[all...]
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp87 void CheckGotoStmt(GotoStmt *GS);
581 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
583 if (GS->getLabel()->getStmt()) {
584 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
589 CheckGotoStmt(GS);
898 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { argument
899 if (GS->getLabel()->isMSAsmLabel()) {
900 S.Diag(GS
[all...]
/external/freetype/src/truetype/
H A Dttobjs.h304 TT_GraphicsState GS; member in struct:TT_SizeRec_
H A Dttinterp.h177 TT_GraphicsState GS; /* current graphics state */ member in struct:TT_ExecContextRec_
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h306 TT_GraphicsState GS; member in struct:TT_SizeRec_
H A Dttinterp.h176 TT_GraphicsState GS; /* current graphics state */ member in struct:TT_ExecContextRec_
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1305 GS = (1<<glu::SHADERTYPE_GEOMETRY), enumerator in enum:vkt::shaderexecutor::__anon3962
1309 ALL_SHADERS = VS|TC|TE|GS|FS|CS
H A DvktShaderCommonFunctionTests.cpp2409 GS = (1<<glu::SHADERTYPE_GEOMETRY), enumerator in enum:vkt::shaderexecutor::__anon3951::TruncCaseInstance::__anon3952
2413 ALL_SHADERS = VS|TC|TE|GS|FS|CS,
2414 NEW_SHADERS = TC|TE|GS|CS,
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h368 GS = 2 << SegOvrShift, enumerator in enum:llvm::X86II::__anon20148
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1811 GlobalVariable *GV, const GlobalStatus &GS, TargetLibraryInfo *TLI,
1822 if (!GS.HasMultipleAccessingFunctions &&
1823 GS.AccessingFunction &&
1828 GS.AccessingFunction->doesNotRecurse() &&
1829 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV,
1832 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction
1851 if (!GS.IsLoaded) {
1873 if (GS.StoredType <= GlobalStatus::InitializerStored) {
1897 if (GS.StoredType == GlobalStatus::StoredOnce && GS
1810 processInternalGlobal( GlobalVariable *GV, const GlobalStatus &GS, TargetLibraryInfo *TLI, function_ref<DominatorTree &(Function &)> LookupDomTree) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp81 const GlobalStatus &GS);
175 static bool AnalyzeGlobal(const Value *V, GlobalStatus &GS, argument
181 GS.HasNonInstructionUser = true;
187 if (AnalyzeGlobal(CE, GS, PHIUsers)) return true;
189 if (!GS.HasMultipleAccessingFunctions) {
191 if (GS.AccessingFunction == 0)
192 GS.AccessingFunction = F;
193 else if (GS.AccessingFunction != F)
194 GS.HasMultipleAccessingFunctions = true;
197 GS
1720 GlobalStatus GS; local
1738 ProcessInternalGlobal(GlobalVariable *GV, Module::global_iterator &GVI, const SmallPtrSet<const PHINode*, 16> &PHIUsers, const GlobalStatus &GS) argument
[all...]

Completed in 825 milliseconds

12