Home
last modified time | relevance | path

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

12345

/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/flutter/skia/third_party/externals/libwebp/src/enc/
Dconfig_enc.c43 config->preprocessing = 0; in WebPConfigInitInternal()
65 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
71 config->preprocessing |= 2; in WebPConfigInitInternal()
81 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
86 config->preprocessing &= ~2; // no dithering in WebPConfigInitInternal()
110 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/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.adoc28 When preprocessing commands in a separate step they must: be explicitly
30 When not preprocessing, the preprocessing is automatically synchronized
Dgeneratedcommands.txt28 When preprocessing commands in a separate step they must: be explicitly
30 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.adoc76 preprocessing step, otherwise not.
137 preprocessing the input data for execution.
140 preprocessing step is skipped and data is only read from this buffer.
147 available for preprocessing.
277 [open,refpage='vkCmdPreprocessGeneratedCommandsNV',desc='Performs preprocessing for generated comma…
283 * pname:commandBuffer is the command buffer which does the preprocessing.
286 affecting the preprocessing step.
/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/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
/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/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/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/flutter/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/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/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/flutter/skia/third_party/externals/libwebp/src/webp/
Dencode.h130 int preprocessing; // preprocessing filter: member
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.2.rst28 * Sparse preprocessing bug with zero-arg variadic macros

12345