/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 61 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument 65 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux() 70 GS.HasNonInstructionUser = true; in analyzeGlobalAux() 78 if (analyzeGlobalAux(CE, GS, VisitedUsers)) in analyzeGlobalAux() 81 if (!GS.HasMultipleAccessingFunctions) { in analyzeGlobalAux() 83 if (!GS.AccessingFunction) in analyzeGlobalAux() 84 GS.AccessingFunction = F; in analyzeGlobalAux() 85 else if (GS.AccessingFunction != F) in analyzeGlobalAux() 86 GS.HasMultipleAccessingFunctions = true; in analyzeGlobalAux() 89 GS in analyzeGlobalAux() 191 analyzeGlobal(const Value *V, GlobalStatus &GS) analyzeGlobal() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 390 exec->GS = size->GS; in FT_LOCAL_DEF() 506 exec->GS.gep0 = 1; in FT_LOCAL_DEF() 507 exec->GS.gep1 = 1; in FT_LOCAL_DEF() 508 exec->GS.gep2 = 1; in FT_LOCAL_DEF() 510 exec->GS.projVector.x = 0x4000; in FT_LOCAL_DEF() 511 exec->GS.projVector.y = 0x0000; in FT_LOCAL_DEF() 513 exec->GS.freeVector = exec->GS.projVector; in FT_LOCAL_DEF() 514 exec->GS in FT_LOCAL_DEF() [all...] |
H A D | ttobjs.c | 1050 exec->GS.dualVector.x = 0x4000; in FT_LOCAL_DEF() 1051 exec->GS.dualVector.y = 0; in FT_LOCAL_DEF() 1052 exec->GS.projVector.x = 0x4000; in FT_LOCAL_DEF() 1053 exec->GS.projVector.y = 0x0; in FT_LOCAL_DEF() 1054 exec->GS.freeVector.x = 0x4000; in FT_LOCAL_DEF() 1055 exec->GS.freeVector.y = 0x0; in FT_LOCAL_DEF() 1057 exec->GS.rp0 = 0; in FT_LOCAL_DEF() 1058 exec->GS.rp1 = 0; in FT_LOCAL_DEF() 1059 exec->GS.rp2 = 0; in FT_LOCAL_DEF() 1061 exec->GS in FT_LOCAL_DEF() [all...] |
H A D | ttgload.c | 853 loader->exec->GS = loader->size->GS; in TT_Hint_Glyph() 903 ( loader->exec->GS.scan_type << 5 ) | FT_CURVE_TAG_HAS_SCANMODE; in TT_Hint_Glyph() 2726 if ( exec->GS.instruct_control & 1 ) in tt_loader_init() 2730 if ( exec->GS.instruct_control & 2 ) in tt_loader_init() 2731 exec->GS = tt_default_graphics_state; in tt_loader_init() 2737 exec->GS.instruct_control & 4 ) in tt_loader_init() 2972 if ( loader.exec->GS.scan_control ) in FT_LOCAL_DEF() 2975 switch ( loader.exec->GS.scan_type ) in FT_LOCAL_DEF()
|
H A D | ttobjs.h | 304 TT_GraphicsState GS; member
|
/third_party/cups-filters/filter/ |
H A D | pdftops.c | 46 enum renderer_e {GS = 0, PDFTOPS = 1, ACROREAD = 2, PDFTOCAIRO = 3, MUPDF = 4, HYBRID = 5}; enumerator 475 renderer = GS; 504 renderer = GS; 629 else if (renderer == GS) 696 else if (renderer == GS) 713 else if (renderer == GS) 737 else if (renderer == GS) 770 else if (renderer == GS) 927 else if (renderer == GS) 1017 else if (renderer == GS) [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.c | 164 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator 174 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages() 225 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages() 311 OUT_RING(ring, A5XX_HLSQ_GS_CONFIG_CONSTOBJECTOFFSET(s[GS].constoff) | in fd5_program_emit() 312 A5XX_HLSQ_GS_CONFIG_SHADEROBJOFFSET(s[GS].instroff) | in fd5_program_emit() 313 COND(s[GS].v, A5XX_HLSQ_GS_CONFIG_ENABLED)); in fd5_program_emit() 331 OUT_RING(ring, A5XX_HLSQ_GS_CNTL_INSTRLEN(s[GS].instrlen) | in fd5_program_emit() 332 COND(s[GS].v && s[GS].v->has_ssbo, in fd5_program_emit() 348 OUT_RING(ring, A5XX_SP_GS_CONFIG_CONSTOBJECTOFFSET(s[GS] in fd5_program_emit() [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_program.c | 91 enum { VS = 0, FS = 1, HS = 2, DS = 3, GS = 4, MAX_STAGES }; enumerator 101 s[HS].v = s[DS].v = s[GS].v = NULL; /* for now */ in setup_stages() 149 s[HS].instroff = s[DS].instroff = s[GS].instroff = s[FS].instroff; in setup_stages() 150 s[HS].constoff = s[DS].constoff = s[GS].constoff = s[FS].constoff; in setup_stages() 277 A4XX_HLSQ_GS_CONTROL_REG_CONSTLENGTH(s[GS].constlen) | in fd4_program_emit() 278 A4XX_HLSQ_GS_CONTROL_REG_CONSTOBJECTOFFSET(s[GS].constoff) | in fd4_program_emit() 279 COND(s[GS].v && s[GS].v->has_ssbo, A4XX_HLSQ_GS_CONTROL_REG_SSBO_ENABLE) | in fd4_program_emit() 280 A4XX_HLSQ_GS_CONTROL_REG_INSTRLENGTH(s[GS].instrlen) | in fd4_program_emit() 281 A4XX_HLSQ_GS_CONTROL_REG_SHADEROBJOFFSET(s[GS] in fd4_program_emit() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 987 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() 988 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule() 990 auto NewLinkage = GS->second->linkage(); in thinLTOResolvePrevailingInModule() 1020 GS->second->canAutoHide()) { in thinLTOResolvePrevailingInModule() 1054 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() 1055 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1066 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 1067 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1074 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 1075 assert(GS ! in thinLTOInternalizeModule() [all...] |
H A D | GlobalOpt.cpp | 1936 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, 1948 if (!GS.HasMultipleAccessingFunctions && 1949 GS.AccessingFunction && 1954 GS.AccessingFunction->doesNotRecurse() && 1955 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, 1960 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction 1979 if (!GS.IsLoaded) { 2002 if (GS.StoredType <= GlobalStatus::InitializerStored) { 2008 if (GS.Ordering == AtomicOrdering::NotAtomic) 2031 if (GS [all...] |
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx10.cpp | 206 ID3D10GeometryShader* GS; in ImGui_ImplDX10_RenderDrawData() member 225 ctx->GSGetShader(&old.GS); in ImGui_ImplDX10_RenderDrawData() 286 ctx->GSSetShader(old.GS); if (old.GS) old.GS->Release(); in ImGui_ImplDX10_RenderDrawData()
|
H A D | imgui_impl_dx11.cpp | 212 ID3D11GeometryShader* GS; in ImGui_ImplDX11_RenderDrawData() member 234 ctx->GSGetShader(&old.GS, old.GSInstances, &old.GSInstancesCount); in ImGui_ImplDX11_RenderDrawData() 298 ctx->GSSetShader(old.GS, old.GSInstances, old.GSInstancesCount); if (old.GS) old.GS->Release(); in ImGui_ImplDX11_RenderDrawData()
|
/third_party/musl/arch/i386/bits/ |
H A D | reg.h | 13 #define GS 10 macro
|
/third_party/musl/arch/x32/bits/ |
H A D | reg.h | 29 #define GS 26 macro
|
/third_party/musl/arch/x86_64/bits/ |
H A D | reg.h | 29 #define GS 26 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Solaris/sys/ |
H A D | regset.h | 22 #undef GS macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | GlobalStatus.h | 79 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 191 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() 192 if (!GS) return; in computeLTOCacheKey() 193 AddUnsigned(GS->isLive()); in computeLTOCacheKey() 194 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey() 195 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey() 199 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() 203 if (auto *FS = dyn_cast<FunctionSummary>(GS)) { in computeLTOCacheKey() 223 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() 224 GlobalValue::LinkageTypes Linkage = GS.second->linkage(); in computeLTOCacheKey() 227 AddUsedCfiGlobal(GS in computeLTOCacheKey() [all...] |
/third_party/vk-gl-cts/executor/ |
H A D | xeXMLWriter.cpp | 72 case 29: return "<GS>"; in getEscapeEntity()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86.h | 156 GS = 256,
|
/third_party/python/Lib/curses/ |
H A D | ascii.py | 34 GS = 0x1d # ^] 44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 838 sw_stage = sw_stage | (is_gs_copy_shader ? SWStage::GSCopy : SWStage::GS); in setup_isel_context() 861 hw_stage = HWStage::NGG; /* GFX10/NGG: VS without GS uses the HW GS stage */ in setup_isel_context() 862 else if (sw_stage == SWStage::GS) in setup_isel_context() 863 hw_stage = HWStage::GS; in setup_isel_context() 875 hw_stage = HWStage::GS; /* GFX6-9: VS+GS merged into a GS (and GFX10/legacy) */ in setup_isel_context() 877 hw_stage = HWStage::NGG; /* GFX10+: VS+GS merged into an NGG GS */ in setup_isel_context() [all...] |
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | x86_64.rs | 147 pub const GS: ::c_int = 26; consts
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 255 pso_desc.GS.BytecodeLength = shader->bytecode_length; in create_gfx_pipeline_state() 256 pso_desc.GS.pShaderBytecode = shader->bytecode; in create_gfx_pipeline_state()
|