Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 25 of 1335) sorted by relevance

12345678910>>...54

/third_party/node/deps/undici/src/docs/api/
Dapi-lifecycle.md10 …transitions the `Client` to the **pending** state where requests can be queued prior to processing.
13 …* The *process* event transitions the `Client` to the **processing** state where requests are proc…
14 …* If requests are queued, the *close* event transitions to the **processing** state; otherwise, it…
16 * The **processing** state initializes to the **processing.running** state.
17 …in* event transitions the `Client` into the **processing.busy** state which will return to the **p…
21 …* At any point in time, the *destroy* event will transition the `Client` from the **processing** s…
32 …**idle** to [**pending**](#pending) and then most likely directly to [**processing**](#processing).
38 The **pending** state signifies a non-processing `Client`. Upon entering this state, the `Client` e…
40 …lback) with queued requests, transitions the `Client` to the [**processing**](#processing) state. …
44 ### processing subsection
[all …]
/third_party/openGLES/extensions/INTEL/
DINTEL_framebuffer_CMAA.txt57 to antialiasing, which operates on the final image. This post processing
76 17.4.6 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
80 15.2.5 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
82 The post processing of current draw buffers pertaining to the framebuffer
97 The CMAA post processing is performed in-place for all color attachments of
107 for post processing?
110 will be used for post processing?
117 processing operations without the need to resize or re-allocate them.
120 CMAA post processing?
124 From synchronization perspective, the post processing request behaves
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_framebuffer_CMAA.txt57 to antialiasing, which operates on the final image. This post processing
76 17.4.6 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
80 15.2.5 Framebuffer post processing: Conservative Morphological Anti-Aliasting (CMMA)
82 The post processing of current draw buffers pertaining to the framebuffer
97 The CMAA post processing is performed in-place for all color attachments of
107 for post processing?
110 will be used for post processing?
117 processing operations without the need to resize or re-allocate them.
120 CMAA post processing?
124 From synchronization perspective, the post processing request behaves
[all …]
/third_party/openssl/doc/man3/
DASN1_aux_cb.pod89 A callback that will be invoked at various points during the processing of
99 A callback that will be invoked at various points during the processing of
105 During the processing of an B<ASN1_VALUE> object the callbacks set via
117 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
124 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
130 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
138 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
143 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
148 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
153 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
[all …]
DSSL_set_async_callback.pod74 application can continue processing other connections.
80 finished processing.
96 recalling the OpenSSL asynchronous function and to continue processing.
102 request being submitted, allowing different processing if required.
DSSL_CTX_set_client_hello_cb.pod5 …resent, SSL_client_hello_get0_ext - callback functions for early server-side ClientHello processing
27 called during the early stages of ClientHello processing on the server.
38 success, normal handshake processing will continue from that point.
85 occurs due to the relative order of processing between things like session
95 SSL_CLIENT_HELLO_RETRY to suspend processing.
/third_party/skia/third_party/externals/swiftshader/docs/
DIndex.md11processing. Generating code at run-time allows to eliminate code branches and optimizes register u…
19 …ized processing routines for draw calls and coordinates the execution of rendering tasks. It defin…
21 …ically generate code in a WYSIWYG fashion. It allows to specialize the processing routines for the…
40 …tion of states is encountered again it will reuse the routine that performs the desired processing.
42processing a batch of vertices. The fixed-function T&L pipeline is implemented by [VertexPipeline]…
46 …elPipeline](../src/Shader/PixelPipeline.cpp), while programmable pixel processing with a shader is…
50 Aside from creating and managing the processing routines with the help of the Processor classes, th…
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
Dghashv8-armx.S37 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
43 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
58 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
78 veor q9,q9,q3 @ Karatsuba pre-processing
82 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
147 veor q9,q9,q7 @ Karatsuba pre-processing
160 veor q10,q10,q3 @ Karatsuba pre-processing
171 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
195 veor q9,q9,q7 @ Karatsuba pre-processing
211 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
Dghashv8-armx.S37 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
43 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
58 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
78 veor q9,q9,q3 @ Karatsuba pre-processing
82 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
147 veor q9,q9,q7 @ Karatsuba pre-processing
160 veor q10,q10,q3 @ Karatsuba pre-processing
171 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
195 veor q9,q9,q7 @ Karatsuba pre-processing
211 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/third_party/mesa3d/docs/gallium/
Dpostprocess.rst1 Gallium Post-processing
4 The Gallium drivers support user-defined image post-processing. At the
5 end of drawing a frame a post-processing filter can be applied to the
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_QCOM_image_processing.adoc26 camera and video post-processing needs, there is increasing demand for GPU
27 to support higher order filtering and other advanced image processing.
30 processing.
56 Each of the image processing instructions operate only on 2D images.
/third_party/skia/site/docs/dev/design/
Dtext_c2d.md5 and draw the text as positioned glyphs. This processing step is needed whenever text is measured or
6 drawn in the browser, and this processing can be complex and time consuming. The output of this pro…
15 * It is expected that drawing glyphs can be faster than fillText() -- no shaping/processing is need…
35 These are ignored, because they have already been 'computed' by the Shape Text processing, and their
/third_party/python/Doc/library/
Dtext.rst9 manipulation operations and other text processing services.
12 highly relevant to text processing. In addition, see the documentation for
Dxml.dom.pulldom.rst16 processing them. In contrast to SAX which also employs an event-driven
17 processing model together with callbacks, the user of a pull parser is
19 events until either processing is finished or an error condition occurs.
31 increase security by default. To enable processing of external entities,
75 and switch to DOM-related processing.
Dhtml.parser.rst97 Force processing of all buffered data as if it were followed by an end-of-file
99 processing at the end of the input, but the redefined version should always call
117 be needed for structured processing, but may be useful in dealing with HTML "as
205 Method called when a processing instruction is encountered. The *data*
206 parameter will contain the entire processing instruction. For example, for the
207 processing instruction ``<?proc color='red'>``, this method would be called as
213 The :class:`HTMLParser` class uses the SGML syntactic rules for processing
214 instructions. An XHTML processing instruction using the trailing ``'?'`` will
/third_party/skia/third_party/externals/expat/expat/tests/benchmark/
DREADME.txt7 -n ... optional; if supplied, namespace processing is turned on
9 <buffer size> ... size of processing buffer;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Draytraversal.txt256 intersection is dropped, and no further processing of this intersection
264 intersection is dropped, and no further processing of this intersection
279 0#, the intersection is dropped, and no further processing occurs.
355 further processing of this intersection occurs.
360 and no further processing of this intersection occurs.
419 and no further processing occurs.
423 is dropped, and no further processing occurs.
441 infrastructure; no further processing of this intersection candidate occurs.
456 allowed for a zero shader group) then no further processing of the
462 Each new candidate generated as a result of this processing is a generated
[all …]
Draytraversal.adoc273 intersection is dropped, and no further processing of this intersection
282 intersection is dropped, and no further processing of this intersection
298 0#, the intersection is dropped, and no further processing occurs.
374 further processing of this intersection occurs.
379 and no further processing of this intersection occurs.
447 and no further processing occurs.
451 is dropped, and no further processing occurs.
499 as ignored, no further processing of that candidate is done.
542 infrastructure; no further processing of this intersection candidate occurs.
558 allowed for a zero shader group) then no further processing of the
[all …]
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dparse_event_t.md18 - `object_end`: the parser read `}` and finished processing a JSON object
20 - `array_end`: the parser read `]` and finished processing a JSON array
/third_party/icu/docs/userguide/layoutengine/
Dindex.md79 `cmap`). These tables can be read into memory for processing.
111 OpenType processing requires script-specific processing to be done before the
112 tables are used. The ICU LayoutEngine performs this processing for Arabic,
116 The AAT processing in the LayoutEngine is relatively basic as it only applies
117 the default features in left-to-right text. This processing has been tested for
118 Devanagari text. Since AAT processing is not script-specific, it might not work
128 [Bidi](../transforms/bidi.md) processing to determine the direction of the text
/third_party/skia/third_party/externals/oboe/docs/notes/
Deffects.md7 The Android Audio framework provides some effects processing that can be used by apps.
11 Another alternative is to do your own effects processing in your own app.
38 …hese streams will probably not have low latency. So you may want to do your own effects processing.
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_ARM_render_pass_striped.adoc11 processing of a render pass instance to be split into stripes.
15 It is common to do post-processing on the images produced by a render pass
20 In some cases, however, the post-processing can be more efficiently done
25 latency would be reduced if the post-processing could start before the
29 processing of a render pass instance into a set of stripes that can be
67 . It is not necessary since the expected use-case is post-processing of the final image
215 to start the post-processing for a stripe of one view before the next view is
/third_party/mbedtls/docs/architecture/
Dtls13-support.md348 Most of the states are either dedicated to the processing or writing of an
363 The names of the handlers processing/writing an handshake message are
365 reduce the risk of bugs, the code of the message processing and writing
374 ### Message processing handlers
375 For message processing handlers, the stages are:
393 * pre-processing stage: prepare the SSL context for the message parsing. This
394 stage is optional. Any processing that must be done before the parsing of the
397 ServerHello message pre-processing.
400 update of the SSL context. The idea of the pre-processing/parsing/post-processing
404 * post-processing stage: following the parsing, further update of the SSL
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_global_alpha.txt96 Global alpha processing is a new stage in the rasterization
99 operations. Global alpha processing is only done in RGBA mode.
102 Global alpha processing is enabled or disabled with the Enable and
107 If global alpha processing is enabled, then the global alpha factor
/third_party/openGLES/extensions/SUN/
DSUN_global_alpha.txt96 Global alpha processing is a new stage in the rasterization
99 operations. Global alpha processing is only done in RGBA mode.
102 Global alpha processing is enabled or disabled with the Enable and
107 If global alpha processing is enabled, then the global alpha factor

12345678910>>...54