Home
last modified time | relevance | path

Searched refs:preprocessing (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D082-invalid-paste.c.expected2 Pasting "<" and ">" does not give a valid preprocessing token.
4 Pasting "0" and "abc" does not give a valid preprocessing token.
6 Pasting "1" and "=" does not give a valid preprocessing token.
8 Pasting "2" and "~" does not give a valid preprocessing token.
10 Pasting "3" and "-" does not give a valid preprocessing token.
12 Pasting "4" and "+" does not give a valid preprocessing token.
/third_party/skia/third_party/externals/libwebp/src/enc/
Dconfig_enc.c45 config->preprocessing = 0; in WebPConfigInitInternal()
67 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
73 config->preprocessing |= 2; in WebPConfigInitInternal()
83 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
88 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
115 if (config->preprocessing < 0 || config->preprocessing > 7) return 0; in WebPValidateConfig()
Dwebp_enc.c353 if (config->use_sharp_yuv || (config->preprocessing & 4)) { in WebPEncode()
359 if (config->preprocessing & 2) { in WebPEncode()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/
Dgeneratedcommands.txt28 When preprocessing commands in a separate step they must: be explicitly
30 When not preprocessing, the preprocessing is automatically synchronized
Dgeneratedcommands.adoc33 When preprocessing commands in a separate step they must: be explicitly
35 When not preprocessing, the preprocessing is automatically synchronized
Dgeneration.txt76 preprocessing step, otherwise not.
137 preprocessing the input data for execution.
139 with its pname:isPreprocessed set to `VK_TRUE`, then the preprocessing
145 available for preprocessing.
261 [open,refpage='vkCmdPreprocessGeneratedCommandsNV',desc='Performs preprocessing for generated comma…
267 * pname:commandBuffer is the command buffer which does the preprocessing.
270 affecting the preprocessing step.
Dgeneration.adoc199 preprocessing step, otherwise not.
277 preprocessing the input data for execution.
280 preprocessing step is skipped and data is only read from this buffer.
287 available for preprocessing.
439 [open,refpage='vkCmdPreprocessGeneratedCommandsNV',desc='Performs preprocessing for generated comma…
445 * pname:commandBuffer is the command buffer which does the preprocessing.
448 affecting the preprocessing step.
473 the time of preprocessing commands with
/third_party/openh264/codec/processing/src/common/
DWelsVP.rc84 VALUE "Comments", "Cisco OpenH264 video preprocessing"
86 VALUE "FileDescription", "Cisco OpenH264 video preprocessing"
91 VALUE "ProductName", "Cisco OpenH264 video preprocessing"
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_draw_range_elements.txt76 preprocessing steps can consume a significant amount of time.
78 Such preprocessing can be done once and stored when building display
82 preprocessing penalty on every redraw.
84 glDrawRangeElementsEXT is designed to avoid the preprocessing steps
109 glDrawElements performance is not affected by preprocessing
112 the case where glDrawElements is doing non-trivial preprocessing there
120 preprocessing, although there is some reduction in overhead from
/third_party/openGLES/extensions/EXT/
DEXT_draw_range_elements.txt76 preprocessing steps can consume a significant amount of time.
78 Such preprocessing can be done once and stored when building display
82 preprocessing penalty on every redraw.
84 glDrawRangeElementsEXT is designed to avoid the preprocessing steps
109 glDrawElements performance is not affected by preprocessing
112 the case where glDrawElements is doing non-trivial preprocessing there
120 preprocessing, although there is some reduction in overhead from
DWGL_EXT_make_current_read.txt24 context allows for preprocessing of image data in an "off screen"
/third_party/skia/third_party/externals/icu/source/config/
Dmh-hpux-acc26 # 823 Redundant preprocessing concatenation operation results in two valid
27 # preprocessing tokens. This comes from INT64_C in <inttypes.h>
/third_party/ltp/tools/sparse/sparse-src/
DREADME14 preprocessor (although it contains as a part of it a preprocessing
68 preprocessing, parsing and type evaluation and just print out the
Doptions.h40 extern int preprocessing;
/third_party/icu/icu4c/source/config/
Dmh-hpux-acc26 # 823 Redundant preprocessing concatenation operation results in two valid
27 # preprocessing tokens. This comes from INT64_C in <inttypes.h>
/third_party/mesa3d/src/compiler/glsl/glcpp/
DREADME3 This is a simple preprocessor designed to provide the preprocessing
/third_party/openssl/include/openssl/
Dopensslv.h.in65 /* For checking general API compatibility when preprocessing */
/third_party/node/deps/openssl/openssl/include/openssl/
Dopensslv.h.in65 /* For checking general API compatibility when preprocessing */
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_device_generated_commands.adoc152 preprocessing and execution in a ping-pong fashion.
232 Thus, to synchronize from writing the input buffers to preprocessing via
269 preprocessing and execution time (this was implicit in NVX, now it is
DVK_NV_device_generated_commands.txt152 preprocessing and execution in a ping-pong fashion.
232 Thus, to synchronize from writing the input buffers to preprocessing via
269 preprocessing and execution time (this was implicit in NVX, now it is
/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h127 int preprocessing; // preprocessing filter: member
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dfuzz_utils.h123 config->preprocessing = Extract(2, data, size, bit_pos); in ExtractWebPConfig()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.2.rst28 * Sparse preprocessing bug with zero-arg variadic macros
/third_party/skia/third_party/externals/libjpeg-turbo/
Dstructure.txt90 the JPEG compressor or decompressor proper, and the preprocessing or
94 downsampled to the sampling factors to be used. The preprocessing and
97 with YCbCr downsampled data can skip the preprocessing or postprocessing step.)
144 as a preprocessing/postprocessing function, even though
149 blocks wide and high, and we expect compression preprocessing to pad the source
304 holds the preprocessed input data. This controller invokes preprocessing to
323 preprocessing controller is responsible for supplying these rows via proper
326 preprocessing controller is responsible for vertical edge expansion (i.e.,
599 that want to skip JPEG preprocessing or postprocessing will have to contend
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DREADME.adoc80 Perl script which generates the diff after preprocessing of the input

1234