/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/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | config_enc.c | 43 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()
|
D | webp_enc.c | 353 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/ |
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.adoc | 28 When preprocessing commands in a separate step they must: be explicitly 30 When not preprocessing, the preprocessing is automatically synchronized
|
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 | 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 | 76 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/ |
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/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
|
/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/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/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/flutter/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/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/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/flutter/skia/third_party/externals/libwebp/src/webp/ |
D | encode.h | 130 int preprocessing; // preprocessing filter: member
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.2.rst | 28 * Sparse preprocessing bug with zero-arg variadic macros
|