Home
last modified time | relevance | path

Searched refs:Globals (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Deliminate_dead_member_test.cpp45 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/
Deliminate_dead_member_test.cpp45 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/
Deliminate_dead_member_test.cpp45 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/
DGlobalMerge.cpp159 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/
Dinliner-dominator-inside-loop.asm.frag35 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/
DIceDefs.h203 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 …]
DIceGlobalContext.h415 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/
DSwizzleHelper.metal9 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)};
DNumericGlobals.metal9 struct Globals {
16 Globals _globals{{}, 123, {}, half4(4.0h, 5.0h, 6.0h, 7.0h)};
DSamplerGlobals.metal9 struct Globals {
16 Globals _globals{texA, texASmplr, texB, texBSmplr};
/third_party/skia/tests/sksl/shared/
DDeadReturn.metal13 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};
DScopedSymbol.metal16 struct Globals {
19 bool block_variable_hides_global_variable_b(thread Globals& _globals) {
35 Globals _globals{{}};
DOssfuzz36770.metal13 struct Globals {
17 Globals _globals{&_anonInterface0};
DInterfaceBlockNamedArray.metal12 struct Globals {
16 Globals _globals{&test};
DInterfaceBlockNamed.metal12 struct Globals {
16 Globals _globals{&test};
DStructs.metal18 struct Globals {
23 Globals _globals{{}, {}};
DUniformBuffers.metal18 struct Globals {
22 Globals _globals{&_anonInterface0};
DTexture2D.metal9 struct Globals {
14 Globals _globals{tex, texSmplr};
DRectangleTexture.metal9 struct Globals {
16 Globals _globals{test2D, test2DSmplr, test2DRect, test2DRectSmplr};
DComplexDelete.metal12 struct Globals {
29 Globals _globals{s, sSmplr};
DAssignment.metal18 struct Globals {
23 Globals _globals{{}, {}};
/third_party/skia/tests/sksl/intrinsics/
DLdexp.metal12 struct Globals {
16 Globals _globals{{}};
/third_party/python/Tools/c-analyzer/
DREADME2 # 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/
DCodeViewDebug.h120 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/
DSpirvShaderDebugger.cpp1227 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 …]

123