/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
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.IsLoaded = true; in analyzeGlobalAux() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 439 exec->GS = size->GS; in TT_Load_Context() 555 exec->GS.gep0 = 1; in TT_Run_Context() 556 exec->GS.gep1 = 1; in TT_Run_Context() 557 exec->GS.gep2 = 1; in TT_Run_Context() 559 exec->GS.projVector.x = 0x4000; in TT_Run_Context() 560 exec->GS.projVector.y = 0x0000; in TT_Run_Context() 562 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context() 563 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context() 565 exec->GS.round_state = 1; in TT_Run_Context() 566 exec->GS.loop = 1; in TT_Run_Context() [all …]
|
D | ttobjs.c | 997 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep() 998 exec->GS.dualVector.y = 0; in tt_size_run_prep() 999 exec->GS.projVector.x = 0x4000; in tt_size_run_prep() 1000 exec->GS.projVector.y = 0x0; in tt_size_run_prep() 1001 exec->GS.freeVector.x = 0x4000; in tt_size_run_prep() 1002 exec->GS.freeVector.y = 0x0; in tt_size_run_prep() 1004 exec->GS.rp0 = 0; in tt_size_run_prep() 1005 exec->GS.rp1 = 0; in tt_size_run_prep() 1006 exec->GS.rp2 = 0; in tt_size_run_prep() 1008 exec->GS.gep0 = 1; in tt_size_run_prep() [all …]
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 390 exec->GS = size->GS; in TT_Load_Context() 506 exec->GS.gep0 = 1; in TT_Run_Context() 507 exec->GS.gep1 = 1; in TT_Run_Context() 508 exec->GS.gep2 = 1; in TT_Run_Context() 510 exec->GS.projVector.x = 0x4000; in TT_Run_Context() 511 exec->GS.projVector.y = 0x0000; in TT_Run_Context() 513 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context() 514 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context() 516 exec->GS.round_state = 1; in TT_Run_Context() 517 exec->GS.loop = 1; in TT_Run_Context() [all …]
|
D | ttobjs.c | 1050 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep() 1051 exec->GS.dualVector.y = 0; in tt_size_run_prep() 1052 exec->GS.projVector.x = 0x4000; in tt_size_run_prep() 1053 exec->GS.projVector.y = 0x0; in tt_size_run_prep() 1054 exec->GS.freeVector.x = 0x4000; in tt_size_run_prep() 1055 exec->GS.freeVector.y = 0x0; in tt_size_run_prep() 1057 exec->GS.rp0 = 0; in tt_size_run_prep() 1058 exec->GS.rp1 = 0; in tt_size_run_prep() 1059 exec->GS.rp2 = 0; in tt_size_run_prep() 1061 exec->GS.gep0 = 1; in tt_size_run_prep() [all …]
|
/third_party/freetype/src/truetype/ |
D | ttinterp.c | 438 exec->GS = size->GS; in TT_Load_Context() 554 exec->GS.gep0 = 1; in TT_Run_Context() 555 exec->GS.gep1 = 1; in TT_Run_Context() 556 exec->GS.gep2 = 1; in TT_Run_Context() 558 exec->GS.projVector.x = 0x4000; in TT_Run_Context() 559 exec->GS.projVector.y = 0x0000; in TT_Run_Context() 561 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context() 562 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context() 564 exec->GS.round_state = 1; in TT_Run_Context() 565 exec->GS.loop = 1; in TT_Run_Context() [all …]
|
D | ttobjs.c | 996 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep() 997 exec->GS.dualVector.y = 0; in tt_size_run_prep() 998 exec->GS.projVector.x = 0x4000; in tt_size_run_prep() 999 exec->GS.projVector.y = 0x0; in tt_size_run_prep() 1000 exec->GS.freeVector.x = 0x4000; in tt_size_run_prep() 1001 exec->GS.freeVector.y = 0x0; in tt_size_run_prep() 1003 exec->GS.rp0 = 0; in tt_size_run_prep() 1004 exec->GS.rp1 = 0; in tt_size_run_prep() 1005 exec->GS.rp2 = 0; in tt_size_run_prep() 1007 exec->GS.gep0 = 1; in tt_size_run_prep() [all …]
|
/third_party/mesa3d/src/amd/compiler/ |
D | README.md | 128 * GS = Geometry Shader 136 * ES = Export Shader (merged into GS on GFX9+), if there is a GS in the SW pipeline, the preceding … 137 * GS = Geometry Shader, also known as legacy GS 138 …x Shader, **not equivalent to SW VS**: when there is a GS in the SW pipeline this stage runs a "GS… 139 * NGG = Next Generation Geometry, a new hardware stage that replaces legacy HW GS and HW VS on RDNA… 143 ##### Notes about HW VS and the "GS copy" shader 146 However, GS store their output in VRAM (except GFX10/NGG). 147 …in order for HW PS to be able to read the GS outputs, we must run something on the VS stage which … 148 from VRAM and exports them to this special buffer. This is what we call a "GS copy" shader. 149 From a HW perspective the "GS copy" shader is in fact VS (it runs on the HW VS stage), [all …]
|
/third_party/libdrm/intel/tests/ |
D | gm45-3d.batch-ref.txt | 15 0x12300038: 0x00000000: GS binding table 32 0x1230007c: 0x00000000: GS state 64 0x123000fc: 0x00000000: GS binding table 70 0x12300114: 0x00007a41: GS state 93 0x12300170: 0x00007a21: GS state 111 0x123001b8: 0x00007a01: GS state 129 0x12300200: 0x000079e1: GS state 147 0x12300248: 0x000079c1: GS state 159 0x12300278: 0x000079c1: GS state 187 0x123002e8: 0x00000000: GS state [all …]
|
D | gen4-3d.batch-ref.txt | 15 0x12300038: 0x00000000: GS binding table 31 0x12300078: 0x00000000: GS state 63 0x123000f8: 0x00000000: GS binding table 69 0x12300110: 0x00007a41: GS state 92 0x1230016c: 0x00007a21: GS state 110 0x123001b4: 0x00007a01: GS state 128 0x123001fc: 0x000079e1: GS state 146 0x12300244: 0x000079c1: GS state 158 0x12300274: 0x000079c1: GS state 186 0x123002e4: 0x00000000: GS state [all …]
|
D | gen5-3d.batch-ref.txt | 17 0x12300040: 0x00000000: GS binding table 35 0x12300088: 0x00000000: GS state 67 0x12300108: 0x00000000: GS binding table 74 0x12300124: 0x00007a41: GS state 100 0x1230018c: 0x00007a21: GS state 119 0x123001d8: 0x00007a01: GS state 138 0x12300224: 0x000079e1: GS state 159 0x12300278: 0x000079c1: GS state 172 0x123002ac: 0x000079c1: GS state 201 0x12300320: 0x00000000: GS state [all …]
|
D | gen6-3d.batch-ref.txt | 50 0x123000c4: 0x00000000: GS entries 0, alloc size 1 (1024bit row) 55 0x123000d8: 0x78021302: 3DSTATE_SAMPLER_STATE_POINTERS: VS mod 1, GS mod 1, PS mod 1 57 0x123000e0: 0x00000000: GS sampler state 85 0x12300150: 0x00000000: Reorder disable, Discard Adjaceny disable, GS disable 126 0x123001f4: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 128 0x123001fc: 0x00007d40: GS binding table 181 0x123002d0: 0x00000000: GS entries 0, alloc size 1 (1024bit row) 247 0x123003d8: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 249 0x123003e0: 0x00007a00: GS binding table 319 0x123004f8: 0x00000000: GS entries 0, alloc size 1 (1024bit row) [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
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() 308 OUT_RING(ring, A5XX_HLSQ_GS_CONFIG_CONSTOBJECTOFFSET(s[GS].constoff) | in fd5_program_emit() 309 A5XX_HLSQ_GS_CONFIG_SHADEROBJOFFSET(s[GS].instroff) | in fd5_program_emit() 310 COND(s[GS].v, A5XX_HLSQ_GS_CONFIG_ENABLED)); in fd5_program_emit() 328 OUT_RING(ring, A5XX_HLSQ_GS_CNTL_INSTRLEN(s[GS].instrlen) | in fd5_program_emit() 329 COND(s[GS].v && s[GS].v->has_ssbo, in fd5_program_emit() 345 OUT_RING(ring, A5XX_SP_GS_CONFIG_CONSTOBJECTOFFSET(s[GS].constoff) | in fd5_program_emit() 346 A5XX_SP_GS_CONFIG_SHADEROBJOFFSET(s[GS].instroff) | in fd5_program_emit() [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
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() 266 A4XX_HLSQ_GS_CONTROL_REG_CONSTLENGTH(s[GS].constlen) | in fd4_program_emit() 267 A4XX_HLSQ_GS_CONTROL_REG_CONSTOBJECTOFFSET(s[GS].constoff) | in fd4_program_emit() 268 A4XX_HLSQ_GS_CONTROL_REG_INSTRLENGTH(s[GS].instrlen) | in fd4_program_emit() 269 A4XX_HLSQ_GS_CONTROL_REG_SHADEROBJOFFSET(s[GS].instroff)); in fd4_program_emit() 400 OUT_RING(ring, A4XX_SP_GS_OBJ_OFFSET_REG_CONSTOBJECTOFFSET(s[GS].constoff) | in fd4_program_emit() 401 A4XX_SP_GS_OBJ_OFFSET_REG_SHADEROBJOFFSET(s[GS].instroff)); in fd4_program_emit()
|
/third_party/boost/libs/fusion/example/performance/ |
D | timings.txt | 20 VC7.1 (flags = /MD /O2 /EHsc /GS) 29 VC8.0 (flags = /MD /O2 /EHsc /GS) 47 Intel 9.1 (flags = /MD /O2 /EHsc /GS)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
|
/third_party/mindspore/mindspore/lite/cmake/ |
D | compile_link_option.cmake | 5 set(CMAKE_C_FLAGS "/O2 /EHsc /GS /Zi /utf-8") 6 set(CMAKE_CXX_FLAGS "/O2 /EHsc /GS /Zi /utf-8 /std:c++17")
|
D | secure_option.cmake | 8 set(SECURE_C_FLAGS "/GS") 9 set(SECURE_CXX_FLAGS "/GS")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 987 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() local 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() local 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 != DefinedGlobals.end()); in thinLTOInternalizeModule() [all …]
|
D | GlobalOpt.cpp | 1936 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() argument 1948 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal() 1949 GS.AccessingFunction && in processInternalGlobal() 1954 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal() 1955 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, in processInternalGlobal() 1960 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal() 1979 if (!GS.IsLoaded) { in processInternalGlobal() 2002 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal() 2008 if (GS.Ordering == AtomicOrdering::NotAtomic) in processInternalGlobal() 2031 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal() [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_urb.c | 40 #define GS 1 macro 143 brw->urb.nr_gs_entries = limits[GS].preferred_nr_entries; in brw_calculate_urb_fence() 172 brw->urb.nr_gs_entries = limits[GS].min_nr_entries; in brw_calculate_urb_fence()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.2.9.rst | 57 - radeonsi: release GS rings at context destruction 58 - radeonsi: properly destroy the GS copy shader and scratch_bo for
|
/third_party/musl/arch/i386/bits/ |
D | reg.h | 13 #define GS 10 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | reg.h | 29 #define GS 26 macro
|
/third_party/musl/arch/x32/bits/ |
D | reg.h | 29 #define GS 26 macro
|