Home
last modified time | relevance | path

Searched refs:specialized (Results 1 – 25 of 191) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def38 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to
66 // Handler for specialized leaf nodes under MDNode.
71 // Handler for specialized non-leaf nodes under MDNode.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.def37 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to
65 // Handler for specialized leaf nodes under MDNode.
70 // Handler for specialized non-leaf nodes under MDNode.
/third_party/python/Lib/test/test_importlib/
Dutil.py75 specialized = types.new_class(name, bases)
76 specialized.__module__ = cls.__module__
77 specialized._NAME = cls.__name__
78 specialized._KIND = kind
81 setattr(specialized, attr, value)
82 return specialized
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_acquire_winrt_display.txt103 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors
111 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors-compositor["…
114 The feature is for writing compositor apps that drive specialized hardware.
117 https://docs.microsoft.com/en-us/windows-hardware/drivers/display/specialized-monitors#windows-10-v…
DVK_KHR_fragment_shading_rate.txt43 specialized image attachment.
/third_party/python/Doc/library/
Demail.headerregistry.rst30 :class:`.UnstructuredHeader` as their other base class. The specialized second
71 for this attribute is ``None``; it is expected that specialized header
89 defines a protocol that each specialized header cooperates with in order to
91 the specialized class provide a :func:`classmethod` named ``parse``. This
106 ``init`` method. The specialized class only needs to provide an ``init``
114 That is, anything extra that the specialized class puts in to the ``kwds``
314 dynamically, using *base_class* and a specialized class retrieved from a
316 registry, the class specified by *default_class* is used as the specialized
351 lower case in the registry. *cls* is the specialized class to be used,
363 Retrieves the specialized header associated with *name* from the
Ddatatypes.rst7 The modules described in this chapter provide a variety of specialized data
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1277 …RConstant(TypeID constant_type_, const uint32_t *elements, uint32_t num_elements, bool specialized) in SPIRConstant()
1279 , specialization(specialized) in SPIRConstant()
1284 specialization = specialized; in SPIRConstant()
1288 SPIRConstant(TypeID constant_type_, uint32_t v0, bool specialized) in SPIRConstant()
1290 , specialization(specialized) in SPIRConstant()
1298 SPIRConstant(TypeID constant_type_, uint64_t v0, bool specialized) in SPIRConstant()
1300 , specialization(specialized) in SPIRConstant()
1309 bool specialized) in SPIRConstant()
1311 , specialization(specialized) in SPIRConstant()
/third_party/gstreamer/gstreamer/docs/gst/
Dgi-index.md6 more specialized elements.
Dindex.md6 more specialized elements.
/third_party/typescript/tests/baselines/reference/
DoverloadOnConstNoNonSpecializedSignature.types5 x1(a: 'hi'); // error, no non-specialized signature in overload list
DoverloadOnConstNoNonSpecializedSignature.symbols5 x1(a: 'hi'); // error, no non-specialized signature in overload list
DrestParameterAssignmentCompatibility.types29 // M is a non - specialized call or construct signature and S' contains a call or construct signatu…
DrestParameterAssignmentCompatibility.symbols31 // M is a non - specialized call or construct signature and S' contains a call or construct signatu…
DclassWithBaseClassButNoConstructor.errors.txt38 // specialized base class
DvalueOfTypedArray.types2 // All declarations should pass, as valueOf has been specialized for all TypedArrays
DclassWithBaseClassButNoConstructor.types62 // specialized base class
DtypesWithSpecializedConstructSignatures.types2 // basic uses of specialized signatures without errors
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt88 - Verify if shader compile status is set to TRUE if shader is specialized.
118 already been specialized.
128 <program> are not specialized.
154 - Create fragment shader with specialized constant floats - one for each color
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs288 self.specialized().is_some() in is_template_specialization()
466 pub fn specialized(&self) -> Option<Cursor> { in specialized() method
1977 if let Some(specialized) = c.specialized() { in ast_dump()
1978 if specialized != *c { in ast_dump()
1983 &specialized, in ast_dump()
/third_party/lwip/
DFEATURES8 - APIs: specialized APIs for enhanced performance & zero copy, optional Berkeley-alike socket API
/third_party/skia/third_party/externals/swiftshader/docs/
DReactor.md33 …ile time, or dynamically by examining the parameters at run-time and generating a specialized path.
35specialized benchmark does not take into account that a typical real-world application deals with …
39 … which compiles the query into an optimized sequence of routines, each specialized to the data typ…
235 …+ function. The real power of Reactor is to generate routines that are specialized for a certain s…
/third_party/zlib/contrib/iostream3/
DREADME7 It does this by deriving a specialized stream buffer for gzipped files, which is
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DTraits.inl20 // Non-specialized implementation of CToReactorPtr::cast() defaults to
/third_party/gstreamer/gstreamer/docs/random/ds/
Dcaps21 - Allow specialized elements to suggest reasonable defaults.

12345678