/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 082-invalid-paste.c.expected | 2 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/ |
D | config_enc.c | 45 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()
|
D | webp_enc.c | 353 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/ |
D | generatedcommands.txt | 28 When preprocessing commands in a separate step they must: be explicitly 30 When not preprocessing, the preprocessing is automatically synchronized
|
D | generatedcommands.adoc | 33 When preprocessing commands in a separate step they must: be explicitly 35 When not preprocessing, the preprocessing is automatically synchronized
|
D | generation.txt | 76 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.
|
D | generation.adoc | 199 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/ |
D | WelsVP.rc | 84 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/ |
D | EXT_draw_range_elements.txt | 76 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/ |
D | EXT_draw_range_elements.txt | 76 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
|
D | WGL_EXT_make_current_read.txt | 24 context allows for preprocessing of image data in an "off screen"
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | mh-hpux-acc | 26 # 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/ |
D | README | 14 preprocessor (although it contains as a part of it a preprocessing 68 preprocessing, parsing and type evaluation and just print out the
|
D | options.h | 40 extern int preprocessing;
|
/third_party/icu/icu4c/source/config/ |
D | mh-hpux-acc | 26 # 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/ |
D | README | 3 This is a simple preprocessor designed to provide the preprocessing
|
/third_party/openssl/include/openssl/ |
D | opensslv.h.in | 65 /* For checking general API compatibility when preprocessing */
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | opensslv.h.in | 65 /* For checking general API compatibility when preprocessing */
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_device_generated_commands.adoc | 152 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
|
D | VK_NV_device_generated_commands.txt | 152 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/ |
D | encode.h | 127 int preprocessing; // preprocessing filter: member
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | fuzz_utils.h | 123 config->preprocessing = Extract(2, data, size, bit_pos); in ExtractWebPConfig()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.2.rst | 28 * Sparse preprocessing bug with zero-arg variadic macros
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | structure.txt | 90 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/ |
D | README.adoc | 80 Perl script which generates the diff after preprocessing of the input
|