Home
last modified time | relevance | path

Searched refs:from_function (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dimage-query-lod.msl22.frag13 void from_function()
32 from_function();
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dimage-query-lod.msl22.frag19 void from_function(thread float2& FragColor, thread texture2d<float> uSampler2D, thread const sampl…
75from_function(out.FragColor, uSampler2D, uSampler2DSmplr, in.vUV, uSampler3D, uSampler3DSmplr, uSa…
/third_party/python/Misc/NEWS.d/
D3.5.0b1.rst734 Deprecate inspect.Signature.from_function() and
D3.10.0b1.rst651 :func:`inspect.from_function` now call :func:`inspect.get_annotations` to
D3.8.0a1.rst6439 Document ``getargspec``, ``from_function`` and ``from_builtin`` as
/third_party/python/Lib/
Dinspect.py2968 def from_function(cls, func): member in Signature
/third_party/python/Doc/whatsnew/
D3.5.rst2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of
D3.10.rst1199 :func:`inspect.Signature.from_callable`, and :func:`inspect.Signature.from_function`