/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | eliminate_dead_member_test.cpp | 45 OpName %type__Globals "type.$Globals" in TEST_F() 49 OpName %_Globals "$Globals" in TEST_F() 119 OpName %type__Globals "type.$Globals" in TEST_F() 120 OpName %_Globals "$Globals" in TEST_F() 192 OpName %type__Globals "type.$Globals" in TEST_F() 196 OpName %_Globals "$Globals" in TEST_F() 267 OpName %type__Globals "type.$Globals" in TEST_F() 271 OpName %_Globals "$Globals" in TEST_F() 344 OpName %type__Globals "type.$Globals" in TEST_F() 348 OpName %_Globals "$Globals" in TEST_F() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | eliminate_dead_member_test.cpp | 45 OpName %type__Globals "type.$Globals" in TEST_F() 49 OpName %_Globals "$Globals" in TEST_F() 119 OpName %type__Globals "type.$Globals" in TEST_F() 120 OpName %_Globals "$Globals" in TEST_F() 192 OpName %type__Globals "type.$Globals" in TEST_F() 196 OpName %_Globals "$Globals" in TEST_F() 267 OpName %type__Globals "type.$Globals" in TEST_F() 271 OpName %_Globals "$Globals" in TEST_F() 344 OpName %type__Globals "type.$Globals" in TEST_F() 348 OpName %_Globals "$Globals" in TEST_F() [all …]
|
/third_party/spirv-tools/test/opt/ |
D | eliminate_dead_member_test.cpp | 45 OpName %type__Globals "type.$Globals" in TEST_F() 49 OpName %_Globals "$Globals" in TEST_F() 119 OpName %type__Globals "type.$Globals" in TEST_F() 120 OpName %_Globals "$Globals" in TEST_F() 192 OpName %type__Globals "type.$Globals" in TEST_F() 196 OpName %_Globals "$Globals" in TEST_F() 267 OpName %type__Globals "type.$Globals" in TEST_F() 271 OpName %_Globals "$Globals" in TEST_F() 344 OpName %type__Globals "type.$Globals" in TEST_F() 348 OpName %_Globals "$Globals" in TEST_F() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 159 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals, 164 bool doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, 219 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge() argument 224 Globals, [&DL](const GlobalVariable *GV1, const GlobalVariable *GV2) { in doMerge() 231 BitVector AllGlobals(Globals.size()); in doMerge() 233 return doMerge(Globals, AllGlobals, M, isConst, AddrSpace); in doMerge() 256 BitVector Globals; in doMerge() member 259 UsedGlobalSet(size_t Size) : Globals(Size) {} in doMerge() 267 UsedGlobalSets.emplace_back(Globals.size()); in doMerge() 295 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/frag/ |
D | inliner-dominator-inside-loop.asm.frag | 35 OpName %Globals "Globals" 36 OpMemberName %Globals 0 "ViewProjection" 37 OpMemberName %Globals 1 "ViewRight" 38 OpMemberName %Globals 2 "ViewUp" 39 OpMemberName %Globals 3 "ViewDir" 40 OpMemberName %Globals 4 "CameraPosition" 41 OpMemberName %Globals 5 "AmbientColor" 42 OpMemberName %Globals 6 "Lamp0Color" 43 OpMemberName %Globals 7 "Lamp0Dir" 44 OpMemberName %Globals 8 "Lamp1Color" [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceDefs.h | 203 Globals.insert(Globals.end(), Other->Globals.begin(), Other->Globals.end()); in merge() 204 Other->Globals.clear(); in merge() 214 assert(Globals.empty()); in clearAndPurge() 223 Globals.clear(); in clearAndPurge() 231 VariableDeclarationArray::iterator begin() { return Globals.begin(); } in begin() 233 VariableDeclarationArray::iterator end() { return Globals.end(); } in end() 236 return Globals.begin(); in begin() 239 VariableDeclarationArray::const_iterator end() const { return Globals.end(); } in end() 241 bool empty() const { return Globals.empty(); } in empty() 243 VariableDeclarationArray::size_type size() const { return Globals.size(); } in size() [all …]
|
D | IceGlobalContext.h | 415 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock); in getGlobals() 435 VariableDeclarationList Globals; variable 522 return LockedPtr<VariableDeclarationList>(&Globals, &InitAllocLock); in getInitializerAllocator() 541 LockedPtr<VariableDeclarationList> _(&Globals, &InitAllocLock); in accumulateGlobals() 543 Globals.merge(Globls.get()); in accumulateGlobals()
|
/third_party/skia/tests/sksl/metal/ |
D | SwizzleHelper.metal | 9 struct Globals { 12 half4 fn_h4hh2h2h3(thread Outputs& _out, thread Globals& _globals, half a, thread half2& b, thread … 13 half4 _skOutParamHelper0_fn_h4hh2h2h3(thread Outputs& _out, thread Globals& _globals, half _var0, t… 23 half4 fn_h4hh2h2h3(thread Outputs& _out, thread Globals& _globals, half a, thread half2& b, thread … 31 Globals _globals{half2(1.0h)};
|
D | NumericGlobals.metal | 9 struct Globals { 16 Globals _globals{{}, 123, {}, half4(4.0h, 5.0h, 6.0h, 7.0h)};
|
D | SamplerGlobals.metal | 9 struct Globals { 16 Globals _globals{texA, texASmplr, texB, texBSmplr};
|
/third_party/skia/tests/sksl/shared/ |
D | DeadReturn.metal | 13 struct Globals { 19 bool test_if_b(Uniforms _uniforms, thread Globals& _globals) { 35 bool test_loop_if_b(Uniforms _uniforms, thread Globals& _globals) { 47 Globals _globals{0};
|
D | ScopedSymbol.metal | 16 struct Globals { 19 bool block_variable_hides_global_variable_b(thread Globals& _globals) { 35 Globals _globals{{}};
|
D | Ossfuzz36770.metal | 13 struct Globals { 17 Globals _globals{&_anonInterface0};
|
D | InterfaceBlockNamedArray.metal | 12 struct Globals { 16 Globals _globals{&test};
|
D | InterfaceBlockNamed.metal | 12 struct Globals { 16 Globals _globals{&test};
|
D | Structs.metal | 18 struct Globals { 23 Globals _globals{{}, {}};
|
D | UniformBuffers.metal | 18 struct Globals { 22 Globals _globals{&_anonInterface0};
|
D | Texture2D.metal | 9 struct Globals { 14 Globals _globals{tex, texSmplr};
|
D | RectangleTexture.metal | 9 struct Globals { 16 Globals _globals{test2D, test2DSmplr, test2DRect, test2DRectSmplr};
|
D | ComplexDelete.metal | 12 struct Globals { 29 Globals _globals{s, sSmplr};
|
D | Assignment.metal | 18 struct Globals { 23 Globals _globals{{}, {}};
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Ldexp.metal | 12 struct Globals { 16 Globals _globals{{}};
|
/third_party/python/Tools/c-analyzer/ |
D | README | 2 # C Globals and CPython Runtime State. 18 Globals that hold module state (i.e. in Modules/*.c) cause problems 22 Globals in the last category should be avoided as well. The problem
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 120 SmallVector<CVGlobalVariable, 1> Globals; member 143 SmallVector<CVGlobalVariable, 1> Globals; member 317 void emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals); 351 SmallVectorImpl<CVGlobalVariable> &Globals);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 1227 struct Globals struct in sw::SpirvShader::Impl::Debugger::State 1296 Globals globals; 2614 using Globals = Impl::Debugger::State::Globals; in dbgBeginEmit() typedef 2617 store(globals + OFFSET(Globals, subgroupSize), routine->invocationsPerSubgroup); in dbgBeginEmit() 2623 auto compute = globals + OFFSET(Globals, compute); in dbgBeginEmit() 2624 store(compute + OFFSET(Globals::Compute, numWorkgroups), routine->numWorkgroups); in dbgBeginEmit() 2625 store(compute + OFFSET(Globals::Compute, workgroupID), routine->workgroupID); in dbgBeginEmit() 2626 store(compute + OFFSET(Globals::Compute, workgroupSize), routine->workgroupSize); in dbgBeginEmit() 2627 store(compute + OFFSET(Globals::Compute, numSubgroups), routine->subgroupsPerWorkgroup); in dbgBeginEmit() 2628 store(compute + OFFSET(Globals::Compute, subgroupIndex), routine->subgroupIndex); in dbgBeginEmit() [all …]
|