/third_party/skia/tests/sksl/shared/ |
D | GaussianBlur.metal | 27 half4 MatrixEffect_Stage1_c0_c0_h4h4f2(thread Globals& _globals, half4 _input, float2 _coords) { 28 float2 _1_inCoord = (_globals._anonInterface0->umatrix_Stage1_c0_c0 * float3(_coords, 1.0)).xy; 29 _1_inCoord *= _globals._anonInterface0->unorm_Stage1_c0_c0_c0.xy; 35 …alf4 _4_textureColor = _globals.uTextureSampler_0_Stage1.sample(_globals.uTextureSampler_0_Stage1S… 37 …if (_5_snappedX < _globals._anonInterface0->usubset_Stage1_c0_c0_c0.x || _5_snappedX > _globals._a… 38 _4_textureColor = _globals._anonInterface0->uborder_Stage1_c0_c0_c0; 43 Globals _globals{&_anonInterface0, uTextureSampler_0_Stage1, uTextureSampler_0_Stage1Smplr}; 44 (void)_globals; 56 …float2 _7_coord = _in.vLocalCoord_Stage0 - float2(12.0h * _globals._anonInterface0->uIncrement_Sta… 59 …_6_output += MatrixEffect_Stage1_c0_c0_h4h4f2(_globals, outputColor_Stage0, _8_coordSampled) * _gl… [all …]
|
D | DeadReturn.metal | 19 bool test_if_b(Uniforms _uniforms, thread Globals& _globals) { 23 ++_globals.scratchVar; 25 ++_globals.scratchVar; 35 bool test_loop_if_b(Uniforms _uniforms, thread Globals& _globals) { 43 ++_globals.scratchVar; 47 Globals _globals{0}; 48 (void)_globals; 51 …(test_flat_b() && test_if_b(_uniforms, _globals)) && test_else_b(_uniforms)) && test_loop_if_b(_un…
|
D | RectangleTexture.metal | 16 Globals _globals{test2D, test2DSmplr, test2DRect, test2DRectSmplr}; 17 (void)_globals; 21 _out.sk_FragColor = _globals.test2D.sample(_globals.test2DSmplr, float2(0.5)); 22 _out.sk_FragColor = _globals.test2DRect.sample(_globals.test2DRectSmplr, float2(0.5)); 23 …_out.sk_FragColor = _globals.test2DRect.sample(_globals.test2DRectSmplr, (_skTemp0 = float3(0.5), …
|
D | Structs.metal | 23 Globals _globals{{}, {}}; 24 (void)_globals; 27 _globals.a1.x = 0; 28 _globals.b1.x = 0.0; 29 _out.sk_FragColor.x = half(_globals.a1.x) + half(_globals.b1.x);
|
D | Texture2D.metal | 14 Globals _globals{tex, texSmplr}; 15 (void)_globals; 19 float4 a = float4(_globals.tex.sample(_globals.texSmplr, float2(0.0))); 20 …float4 b = float4(_globals.tex.sample(_globals.texSmplr, (_skTemp0 = float3(0.0), _skTemp0.xy / _s…
|
D | ScopedSymbol.metal | 19 bool block_variable_hides_global_variable_b(thread Globals& _globals) { 20 return _globals.glob == 2; 35 Globals _globals{{}}; 36 (void)_globals; 39 _globals.glob = 2; 41 …_out.sk_FragColor = (((_0_var && block_variable_hides_global_variable_b(_globals)) && local_variab…
|
D | UniformBuffers.metal | 22 Globals _globals{&_anonInterface0}; 23 (void)_globals; 26 …_out.sk_FragColor = half4(_globals._anonInterface0->x, _globals._anonInterface0->y[0], _globals._a…
|
D | ComplexDelete.metal | 29 Globals _globals{s, sSmplr}; 30 (void)_globals; 34 …_out.sk_FragColor = (tmpColor = float4(_globals.s.sample(_globals.sSmplr, float2(1.0))) , half4(_u…
|
D | Assignment.metal | 23 Globals _globals{{}, {}}; 24 (void)_globals; 50 _globals.globalVar = half4(0.0h); 51 _globals.globalStruct.f = 0.0;
|
D | Ossfuzz36770.metal | 17 Globals _globals{&_anonInterface0}; 18 (void)_globals;
|
D | InterfaceBlockNamed.metal | 16 Globals _globals{&test}; 17 (void)_globals;
|
D | InterfaceBlockNamedArray.metal | 16 Globals _globals{&test}; 17 (void)_globals;
|
/third_party/skia/tests/sksl/metal/ |
D | SwizzleHelper.metal | 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… 17 half4 _skResult = fn_h4hh2h2h3(_out, _globals, _var0, _var1, _var2, _var3); 23 half4 fn_h4hh2h2h3(thread Outputs& _out, thread Globals& _globals, half a, thread half2& b, thread … 25 b = _out.sk_FragColor.yz - _globals.glob.y; 31 Globals _globals{half2(1.0h)}; 32 (void)_globals; 38 … _out.sk_FragColor = _skOutParamHelper0_fn_h4hh2h2h3(_out, _globals, a.x, b, _globals.glob, d);
|
D | NumericGlobals.metal | 16 Globals _globals{{}, 123, {}, half4(4.0h, 5.0h, 6.0h, 7.0h)}; 17 (void)_globals; 20 …_out.sk_FragColor = half4(_globals.attr1, half(_globals.attr2), half(_globals.attr3), _globals.att…
|
D | SamplerGlobals.metal | 16 Globals _globals{texA, texASmplr, texB, texBSmplr}; 17 (void)_globals; 20 …_out.sk_FragColor = _globals.texA.sample(_globals.texASmplr, float2(0.0)) * _globals.texB.sample(_…
|
/third_party/python/Lib/ |
D | signal.py | 5 _globals = globals() variable 18 if 'pthread_sigmask' in _globals: 66 if 'pthread_sigmask' in _globals: 73 if 'sigpending' in _globals: 79 if 'sigwait' in _globals: 86 if 'valid_signals' in _globals: 92 del _globals, _wraps
|
D | timeit.py | 64 _globals = globals variable 107 global_ns = _globals() if globals is None else globals
|
D | os.py | 103 _globals = globals() variable 105 if (fn in _globals) and (str in _have_functions): 106 _set.add(_globals[fn]) 186 del _globals
|
/third_party/skia/tests/sksl/intrinsics/ |
D | Ldexp.metal | 16 Globals _globals{{}}; 17 (void)_globals; 20 _out.sk_FragColor.x = half(ldexp(_uniforms.a, _globals.b));
|
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 1992 } _globals = {{0}}; variable 1997 if (_channels_init(&_globals.channels) != 0) { in _init_globals() 2005 return &_globals.channels; in _global_channels() 2273 int64_t cid = _channel_create(&_globals.channels); in channel_create() 2278 &_globals.channels, 0, 0); in channel_create() 2280 if (_channel_destroy(&_globals.channels, cid) != 0) { in channel_create() 2304 if (_channel_destroy(&_globals.channels, cid) != 0) { in channel_destroy() 2320 int64_t *cids = _channels_list_all(&_globals.channels, &count); in channel_list_all() 2334 &_globals.channels, 0, 0); in channel_list_all() 2378 int res = _channel_is_associated(&_globals.channels, cid, id, send); in channel_list_interpreters() [all …]
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 2861 Modules/_xxsubinterpretersmodule.c - _globals -
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V17.md | 467 …ode/commit/68ec8d5824)] - **lib**: stop installing fetch if no\_browser\_globals is true (Darshan …
|