Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/third_party/openGLES/extensions/QCOM/
DQCOM_shading_rate.txt190 be further adjusted as described in the following sections.
195 is used to derive an adjusted rate or _effective shading rate_, as
199 equal to the SHADING_RATE_QCOM. When this is not possible, an adjusted
207 manner. When rendering to the default framebuffer, the rate may be adjusted
209 rate may be adjusted to 1x1. When the fragment shader uses GLSL built-in
211 declared with "centroid in", the rate may be adjusted to 1x1. When sample coverage
213 Operations), the rate may be adjusted to 1x1.
215 The shading rate may be adjusted to limit the number of samples covered by a
226 shaded sample. For such fragment shaders, the shading rate is adjusted to
230 adjusted rate may be any <w', h'> as long as (w' * h') <= (w * h). If
[all …]
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp192 bool adjusted = data.adjust_start(); in get_next() local
220 if (adjusted) in get_next()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.09.txt7 notice when the filesystem size needed to be adjusted down because
Dv1.44.2.txt19 Fix e2fsck so that quota usage is adjusted when clearing orphaned
/third_party/mindspore/mindspore/nn/probability/distribution/
Dnormal.py270 adjusted = (value - mean) / (sd * sqrt2)
271 return 0.5 * (1.0 + self.erf(adjusted))
/third_party/node/deps/cares/include/
Dares_build.h.in26 * Nothing in this file is intended to be modified or adjusted by the
29 * If you think that something actually needs to be changed, adjusted
/third_party/python/Lib/
D_pydecimal.py848 self_adjusted = self.adjusted()
849 other_adjusted = other.adjusted()
1395 expdiff = self.adjusted() - other.adjusted()
1539 expdiff = self.adjusted() - other.adjusted()
2017 if modulo.adjusted() >= context.prec:
2391 self_adj = self.adjusted()
2411 bound = self._log10_exp_bound() + other.adjusted()
2568 self_adjusted = self.adjusted()
2577 if ans.adjusted() > context.Emax:
2585 if ans and ans.adjusted() < context.Emin:
[all …]
/third_party/boost/libs/python/doc/reference/
Dtype_id.qbk59 …he code is not actually as simple as described above; the semantics are adjusted to work as-if the…
66 …he code is not actually as simple as described above; the semantics are adjusted to work as-if the…
/third_party/gettext/Admin/
Dgettext.announce50 will be adjusted to use the new programs but mainly the documentation
51 will adjusted. The result will be called gettext-1.0.
/third_party/grpc/src/objective-c/tests/Connectivity/
DPodfile20 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/third_party/boost/libs/numeric/odeint/doc/
Ddetails_integrate_functions.qbk49 However, if an observer is provided the step size will be adjusted such that the algorithm always c…
52 The actual step size will be adjusted during integration due to error control.
130 The actual step size is adjusted during integration according to error control.
133 The actual step size is adjusted during integration according to error control.
/third_party/glib/glib/gnulib/
Dvasnprintf.c3709 int adjusted; in VASNPRINTF() local
3714 adjusted = 0; in VASNPRINTF()
3734 if (adjusted) in VASNPRINTF()
3744 adjusted = 1; in VASNPRINTF()
3844 int adjusted; in VASNPRINTF() local
3850 adjusted = 0; in VASNPRINTF()
3870 if (adjusted) in VASNPRINTF()
3880 adjusted = 1; in VASNPRINTF()
4171 int adjusted; in VASNPRINTF() local
4176 adjusted = 0; in VASNPRINTF()
[all …]
/third_party/curl/tests/data/
DDISABLED34 # fixed for hyper should be adjusted for it in the test file.
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
DREADME10 To compile the example, include and library paths might be adjusted in
/third_party/gettext/gettext-runtime/intl/
Dvasnprintf.c3954 int adjusted; in VASNPRINTF() local
3959 adjusted = 0; in VASNPRINTF()
3979 if (adjusted) in VASNPRINTF()
3989 adjusted = 1; in VASNPRINTF()
4089 int adjusted; in VASNPRINTF() local
4095 adjusted = 0; in VASNPRINTF()
4115 if (adjusted) in VASNPRINTF()
4125 adjusted = 1; in VASNPRINTF()
4416 int adjusted; in VASNPRINTF() local
4421 adjusted = 0; in VASNPRINTF()
[all …]
/third_party/gettext/gettext-runtime/libasprintf/
Dvasnprintf.c3954 int adjusted; in VASNPRINTF() local
3959 adjusted = 0; in VASNPRINTF()
3979 if (adjusted) in VASNPRINTF()
3989 adjusted = 1; in VASNPRINTF()
4089 int adjusted; in VASNPRINTF() local
4095 adjusted = 0; in VASNPRINTF()
4115 if (adjusted) in VASNPRINTF()
4125 adjusted = 1; in VASNPRINTF()
4416 int adjusted; in VASNPRINTF() local
4421 adjusted = 0; in VASNPRINTF()
[all …]
/third_party/grpc/src/objective-c/examples/SwiftSample/
DPodfile36 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/third_party/curl/
DRELEASE-NOTES153 o test1216: adjusted for hyper mode [73]
154 o test1218: adjusted for hyper mode [72]
156 o test1340/1341: adjusted for hyper mode [71]
159 o test1518: adjusted to work with hyper [129]
160 o test1519: adjusted to work with hyper [128]
174 o test599: adjusted to work in hyper mode [77]
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
DPodfile19 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/third_party/grpc/src/objective-c/examples/Sample/
DPodfile39 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
DTODO112 (overflow corrected) adjusted by the packetizer.
127 values (overflow corrected) adjusted by the packetizer.
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c996 int32_t adjusted = length; in TestTruncateIfIncomplete() local
997 U8_TRUNCATE_IF_INCOMPLETE(s, 0, adjusted); in TestTruncateIfIncomplete()
998 if (adjusted != expected) { in TestTruncateIfIncomplete()
1000 (int)i, (int)length, (int)expected, (int)adjusted); in TestTruncateIfIncomplete()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md8 adjusted to remove activities that require a private key.
/third_party/python/Doc/c-api/
Dcell.rst62 adjusted, and no checks are made for safety; *cell* must be non-``NULL`` and must
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertIndirectLineLoop.comp9 // Will also output a new indirect "command" buffer with adjusted index values.

12345678910>>...12