| /third_party/mesa3d/src/panfrost/lib/ |
| D | pan_earlyzs.c | 55 * ATEST executes, justifying the late test/update. in analyze() 61 /* Late coverage updates are required if the coverage mask depends on in analyze() 64 * also update the coverage mask, but these already force late updates. in analyze() 70 /* Late coverage mask updates may affect the value written to the in analyze() 75 * That dependency does mean late coverage mask updates require late in analyze() 79 * depth/stencil tests, so occlusion queries with late coverage also in analyze() 80 * require a late update. in analyze() 84 /* Side effects require late depth/stencil tests to ensure the shader in analyze()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_AMD_shader_early_and_late_fragment_tests.adoc | 19 …ading, allowing a conservative early test to discard most fragments and a late test to discard wit… 70 …h allows for early depth and stencil tests to be performed both early and late when depth and sten… 77 … _FragDepth_ and _FragStencilRefEXT_ into account. Early tests are not guaranteed, late tests are.+ 89 Late per-fragment tests will use the written value as normal. + 97 Late per-fragment tests will use the written value as normal. + 105 Late per-fragment tests will use the written value as normal. + 113 Late per-fragment tests will use the written value as normal. + 121 Late per-fragment tests will use the written value as normal. + 129 Late per-fragment tests will use the written value as normal. + 137 This allows implementations to perform both early and late tests explicitly. [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
| D | clock_test.cc | 86 absl::Duration late, in AssertSleepForBounded() argument 90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() 104 // Tests that SleepFor() returns neither too early nor too late. 108 const absl::Duration late = absl::Milliseconds(300); in TEST() local 110 EXPECT_TRUE(AssertSleepForBounded(d, early, late, timeout, in TEST() 113 EXPECT_TRUE(AssertSleepForBounded(d, early, late, timeout, in TEST()
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| D | jitter.c | 48 + late 144 …JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a… 152 …int late_cutoff; /**< How late must a packet be for it … 158 … /**< Total window over which the late frames are counted … 160 …int max_late_rate; /**< Absolute maximum amount of late p… 169 cost = delay + late_factor*[number of frames that would be late if we used that delay] 171 @param late_factor Equivalent cost of a late frame (in timestamp units) 178 int late = 0; in compute_opt_delay() local 207 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late in compute_opt_delay() 234 cost = -latest + late_factor*late; in compute_opt_delay() [all …]
|
| /third_party/openGLES/extensions/EXT/ |
| D | GLX_EXT_swap_control_tear.txt | 46 negative <interval> allows late swaps to occur without synchronization 47 to the video frame. This reduces the visual stutter on late frames and 57 currently part of a swap group, late unsynchronized swaps will implicitly be 124 determine whether a particular drawable allows late unsynchronized 126 GLX_LATE_SWAPS_TEAR_EXT. If late swaps are enabled, <value> will
|
| D | WGL_EXT_swap_control_tear.txt | 44 The negative <interval> allows late swaps to occur without 46 on late frames and reduces the stall on subsequent frames.
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | GLX_EXT_swap_control_tear.txt | 46 negative <interval> allows late swaps to occur without synchronization 47 to the video frame. This reduces the visual stutter on late frames and 57 currently part of a swap group, late unsynchronized swaps will implicitly be 124 determine whether a particular drawable allows late unsynchronized 126 GLX_LATE_SWAPS_TEAR_EXT. If late swaps are enabled, <value> will
|
| D | WGL_EXT_swap_control_tear.txt | 44 The negative <interval> allows late swaps to occur without 46 on late frames and reduces the stall on subsequent frames.
|
| /third_party/node/deps/npm/node_modules/promise-all-reject-late/test/ |
| D | index.js | 68 const late = lateFail([ constant 81 return Promise.all([all, late]).then(([all, late]) => { 83 t.strictSame(late, expect)
|
| /third_party/python/Tools/stringbench/ |
| D | stringbench.py | 104 @bench('"BC" in ("AB"*300+"C")', "late match, two characters", 1000) 112 "late match, 100 characters", 100) 125 "late match, 100 characters", 100) 181 @bench('("AB"*300+"C").find("BC")', "late match, two characters", 1000) 189 @bench('("AB"*300+"CA").find("CA")', "late match, two characters", 1000) 198 "late match, 100 characters", 100) 210 "late match, 100 characters", 100) 265 @bench('("C"+"AB"*300).rfind("CA")', "late match, two characters", 1000) 273 @bench('("BC"+"AB"*300).rfind("BC")', "late match, two characters", 1000) 282 "late match, 100 characters", 100) [all …]
|
| /third_party/node/test/parallel/ |
| D | test-sync-io-option.js | 12 if (process.argv[2] === 'late-sync-io') { 24 { execArgv: ['--trace-sync-io'], variant: 'late-sync-io', warnings: 1 }, 25 { execArgv: [], variant: 'late-sync-io', warnings: 0 },
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| D | PathValueTransformer.java | 94 * A "typedef" for the function to do late binding of dynamic variables. This is used for edge 96 * which cannot be resolved until the rule is evaluated. Unfortunately the need to support late 115 * any rule). The dynamic variable function provides any "late bound" CLDR path variables to be 119 * @param varFn a function for resolving "late bound" variables.
|
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| D | lateBoundSymbol.ts | 2 …describe("unittests:: tsbuild:: lateBoundSymbol:: interface is merged and contains late bound memb… 4 subScenario: "interface is merged and contains late bound member",
|
| /third_party/node/test/fixtures/wpt/wasm/webapi/ |
| D | modified-contenttype.any.js | 13 }, `${method} with Content-Type set late`); 23 }, `${method} with Content-Type removed late`);
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_GOOGLE_display_timing/ |
| D | queries.txt | 110 Adjustments to a larger IPD because of late images should happen quickly, 193 pname:refreshDuration late), the application may increase its target IPD to 207 pname:actualPresentTime is never late and pname:presentMargin is 231 handle cases where an image is presented late, and the next image is 256 For images that are presented late, and are displayed after the start of
|
| D | queries.adoc | 110 Adjustments to a larger IPD because of late images should happen quickly, 193 pname:refreshDuration late), the application may increase its target IPD to 207 pname:actualPresentTime is never late and pname:presentMargin is 231 handle cases where an image is presented late, and the next image is 256 For images that are presented late, and are displayed after the start of
|
| /third_party/curl/tests/data/ |
| D | test1295 | 47 …679012345679012345679: 300" -d "Mr. Sherlock Holmes, who was usually very late in the mornings, sa… 63 Mr. Sherlock Holmes, who was usually very late in the mornings, save upon those not infrequent occa…
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_nir_imul.py | 28 # We want to run the imad24 rule late so that it doesn't fight 30 # run late, and this is kinda imul related, this seems like a
|
| /third_party/mesa3d/src/panfrost/perf/ |
| D | T72x.xml | 69 …le="Fragment Threads" name="Fragment threads doing late ZS" description="Number of threads doing l… 70 …"Fragment Threads" name="Fragment threads killed late ZS" description="Number of threads killed by…
|
| D | T82x.xml | 75 …le="Fragment Threads" name="Fragment threads doing late ZS" description="Number of threads doing l… 76 …"Fragment Threads" name="Fragment threads killed late ZS" description="Number of threads killed by…
|
| D | T83x.xml | 75 …le="Fragment Threads" name="Fragment threads doing late ZS" description="Number of threads doing l… 76 …"Fragment Threads" name="Fragment threads killed late ZS" description="Number of threads killed by…
|
| D | T86x.xml | 83 …le="Fragment Threads" name="Fragment threads doing late ZS" description="Number of threads doing l… 84 …"Fragment Threads" name="Fragment threads killed late ZS" description="Number of threads killed by…
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPropagateAttributes.cpp | 24 /// pipeline. A module pass is more powerful but has to run late, so misses 126 // Allows to propagate attributes with clonning but does that late in the 153 "amdgpu-propagate-attributes-late", 154 "Late propagate attributes from kernels to functions",
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonLoopIdiomRecognition.cpp | 582 ValueSeq &Late); 583 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late); 1148 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() argument 1151 // will be "late". in classifyCycle() 1166 ValueSeq &First = !IsE ? Early : Late; in classifyCycle() 1170 ValueSeq &Second = IsE ? Early : Late; in classifyCycle() 1184 ValueSeq &Early, ValueSeq &Late) { in classifyInst() argument 1187 // values do have to be both early or both late. in classifyInst() 1191 if (Late.count(TV) || Late.count(FV)) in classifyInst() 1194 } else if (Late.count(TV) || Late.count(FV)) { in classifyInst() [all …]
|
| /third_party/skia/third_party/externals/oboe/src/common/ |
| D | StabilizedCallback.cpp | 51 // or late. By finding the delta we can calculate the target duration for our stabilized in onAudioReady() 57 // This was an early start which indicates that our previous epoch was a late callback. in onAudioReady()
|