Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 2552) sorted by relevance

12345678910>>...103

/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile62 steps {
71 steps {
81 steps {
91 steps {
98 steps {
121 steps {
126 steps {
137 steps {
148 steps {
155 steps {
[all …]
Drelease.Jenkinsfile61 steps {
66 steps {
126 steps {
131 steps {
142 steps {
153 steps {
161 steps {
177 steps {
182 steps {
195 steps {
[all …]
/third_party/fsverity-utils/.github/workflows/
Dci.yml15 steps:
22 steps:
29 steps:
36 steps:
43 steps:
50 steps:
57 steps:
64 steps:
75 steps:
87 steps:
[all …]
/third_party/python/Lib/
Dpipes.py8 conversion involves several steps (e.g. piping it through compress or
9 uuencode). Some of the conversion steps may require that their input
15 more conversion steps together. It will take care of creating and
22 different conversion steps and store them in a dictionary, for
95 return '<Template instance, steps=%r>' % (self.steps,)
99 self.steps = []
105 t.steps = self.steps[:]
121 if self.steps and self.steps[-1][1] == SINK:
127 self.steps.append((cmd, kind))
137 if self.steps and self.steps[0][1] == SOURCE:
[all …]
/third_party/skia/site/docs/user/
Dcolor.md22 All color managed drawing is divided into six parts, three steps connecting the
23 source colors to that XYZ D50 space, then three symmetric steps connecting back
24 from XYZ D50 to the destination color space. Some of these steps can
27 the same. Here are the steps:
29 Color management steps
42 type called SkColorSpaceXformSteps. You'll see it as 5 steps there: we always
48 Whenever we're about to do some drawing we look at which of those steps we
66 whichever lets us skip more steps.
70 with that same color space, we'll notice we can skip all six steps. Sometimes
71 fewer steps are needed, sometimes more. In general if you need to do a gamut
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
Dnormalize.js91 const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) => { argument
100 if (steps.includes('fixNameField') || steps.includes('normalizeData')) {
126 if (steps.includes('fixVersionField') || steps.includes('normalizeData')) {
144 if (steps.includes('_attributes')) {
154 if (steps.includes('_id')) {
163 if (steps.includes('bundledDependencies')) {
171 if (steps.includes('bundleDependencies')) {
173 if (bd === false && !steps.includes('bundleDependenciesDeleteFalse')) {
194 if (steps.includes('optionalDedupe')) {
209 if (steps.includes('gypfile')) {
[all …]
/third_party/skia/src/gpu/
DGrColorSpaceXform.h24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() argument
31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
38 // Code generation depends on which steps we apply, in XformKey()
42 const SkColorSpaceXformSteps& steps(xform->fSteps); in XformKey()
43 uint32_t key = steps.flags.mask(); in XformKey()
44 if (steps.flags.linearize) { in XformKey()
45 key |= classify_transfer_fn(steps.srcTF) << 8; in XformKey()
47 if (steps.flags.encode) { in XformKey()
48 key |= classify_transfer_fn(steps.dstTFInv) << 16; in XformKey()
/third_party/rust/crates/serde/.github/workflows/
Dci.yml20 steps:
29 steps:
42 steps:
58 steps:
82 steps:
95 steps:
106 steps:
115 steps:
127 steps:
140 steps:
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dtraces-radeonsi.yml69 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
73 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
77 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
93 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
97 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
113 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
117 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
121 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml19 steps:
32 steps:
47 steps:
57 steps:
68 steps:
79 steps:
94 steps:
105 steps:
116 steps:
128 steps:
[all …]
/third_party/skia/experimental/graphite/src/
DRenderer.h50 // - Does Renderer make RenderStepFactories that create steps for each DrawList::Draw?
53 // - Does each DrawList::Draw have extra space (e.g. 8 bytes) that steps can cache data in?
69 * determination of the DisjointStencilIndex for each draw so that stencil steps are not corrupted
71 * for each draw to ensure steps are not re-arranged in a way that violates the original draw order.
75 * possible for certain types of steps, e.g. a bounding box cover, to be re-used across different
76 * Renderers even if the preceeding steps were different.
90 // The maximum number of render steps that any Renderer is allowed to have.
93 SkSpan<const RenderStep* const> steps() const { in steps() function
103 // max render steps is 4, so just spell the options out for now...
118 Renderer(const char* name, std::array<const RenderStep*, N> steps) in Renderer() argument
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp448 vector<ApiCaseStep> steps; member
521 { // vector<ApiCaseStep> steps;
552 { // vector<ApiCaseStep> steps;
561 [](deqp::Context&, vector<ApiCaseStep>& steps) // ApiCaseStepGeneratorFn stepsGenerator;
563 steps.push_back( in __anonbac2dd910702()
573 steps.push_back( in __anonbac2dd910702()
581 steps.push_back( in __anonbac2dd910702()
610 { // vector<ApiCaseStep> steps;
634 {}, // vector<ApiCaseStep> steps;
635 …[](deqp::Context& testContext, vector<ApiCaseStep>& steps) // ApiCaseStepGeneratorFn stepsGene…
[all …]
/third_party/skia/src/core/
DSkConvertPixels.cpp19 const SkColorSpaceXformSteps& steps) { in rect_memcpy() argument
25 && steps.flags.mask() != 0b00000) { in rect_memcpy()
36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() argument
42 steps.flags.linearize || in swizzle_or_premul()
43 steps.flags.gamut_transform || in swizzle_or_premul()
44 steps.flags.unpremul || in swizzle_or_premul()
45 steps.flags.encode) { in swizzle_or_premul()
53 if (steps.flags.premul) { in swizzle_or_premul()
208 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline() argument
214 steps.apply(&pipeline); in convert_with_pipeline()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt81 … These two steps are done atomically with respect to the atomic
89 … These two steps are done atomically with respect to the atomic
95 …) These two steps are done atomically with respect to the atom…
101 …) These two steps are done atomically with respect to the atom…
109 … These two steps are done atomically with respect to the atomic
116 … These two steps are done atomically with respect to the atomic
123 … These two steps are done atomically with respect to the atomic
130 … These two steps are done atomically with respect to the atomic
137 … These two steps are done atomically with respect to the atomic
144 … These two steps are done atomically with respect to the atomic
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt81 … These two steps are done atomically with respect to the atomic
89 … These two steps are done atomically with respect to the atomic
95 …) These two steps are done atomically with respect to the atom…
101 …) These two steps are done atomically with respect to the atom…
109 … These two steps are done atomically with respect to the atomic
116 … These two steps are done atomically with respect to the atomic
123 … These two steps are done atomically with respect to the atomic
130 … These two steps are done atomically with respect to the atomic
137 … These two steps are done atomically with respect to the atomic
144 … These two steps are done atomically with respect to the atomic
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dtraces-panfrost.yml91 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
96 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
101 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
118 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
123 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
140 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
145 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
150 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dtraces-virgl.yml61 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
65 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
69 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
85 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
89 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
105 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
109 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
113 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
Dtraces-virgl-iris.yml62 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
66 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
70 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
86 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
90 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
106 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
110 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
114 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
/third_party/ffmpeg/libavfilter/
Dvf_gblur.c45 …{ "steps", "set number of steps", OFFSET(steps), AV_OPT_TYPE_INT, {.i64=1}, 1, 6, FLAG…
67 const int steps = s->steps; in filter_horizontally() local
76 steps, nu, boundaryscale, localbuf); in filter_horizontally()
90 const int steps = s->steps; in filter_vertically() local
95 steps, nu, boundaryscale); in filter_vertically()
128 if (s->sigma <= 0 || s->steps < 0) in gaussianiir2d()
201 static void set_params(float sigma, int steps, float *postscale, float *boundaryscale, float *nu) in set_params() argument
205 lambda = (sigma * sigma) / (2.0 * steps); in set_params()
207 *postscale = pow(dnu / lambda, steps); in set_params()
220 set_params(s->sigma, s->steps, &s->postscale, &s->boundaryscale, &s->nu); in filter_frame()
[all …]
/third_party/PyYAML/.github/workflows/
Dci.yaml22 steps:
82 steps:
92 if: matrix.cfg.arch != 'x86_64' && steps.cached_libyaml.outputs.cache-hit != 'true'
96 if: steps.cached_libyaml.outputs.cache-hit != 'true'
107 if: steps.cached_libyaml.outputs.cache-hit != 'true'
112 if: steps.cached_libyaml.outputs.cache-hit != 'true'
141 steps:
154 if: steps.cached_libyaml.outputs.cache-hit != 'true'
201 steps:
211 if: steps.cached_libyaml.outputs.cache-hit != 'true'
[all …]
Dmanual_artifact_build.yaml20 steps:
80 steps:
90 if: matrix.cfg.arch != 'x86_64' && steps.cached_libyaml.outputs.cache-hit != 'true'
94 if: steps.cached_libyaml.outputs.cache-hit != 'true'
105 if: steps.cached_libyaml.outputs.cache-hit != 'true'
110 if: steps.cached_libyaml.outputs.cache-hit != 'true'
139 steps:
152 if: steps.cached_libyaml.outputs.cache-hit != 'true'
199 steps:
209 if: steps.cached_libyaml.outputs.cache-hit != 'true'
[all …]
/third_party/ffmpeg/tests/checkasm/
Dvf_gblur.c39 int steps = 2; in check_horiz_slice() local
43 … declare_func(void, float *dst, int w, int h, int steps, float nu, float bscale, float *localbuf); in check_horiz_slice()
44 call_ref(dst_ref, WIDTH, HEIGHT, steps, nu, bscale, localbuf); in check_horiz_slice()
45 call_new(dst_new, WIDTH, HEIGHT, steps, nu, bscale, localbuf); in check_horiz_slice()
54 int steps = 2; in check_verti_slice() local
59 int column_end, int steps, float nu, float bscale); in check_verti_slice()
60 call_ref(dst_ref, WIDTH, HEIGHT, 0, WIDTH, steps, nu, bscale); in check_verti_slice()
61 call_new(dst_new, WIDTH, HEIGHT, 0, WIDTH, steps, nu, bscale); in check_verti_slice()
/third_party/rust/crates/syn/.github/workflows/
Dci.yml25 steps:
56 steps:
87 steps:
103 steps:
117 steps:
129 steps:
141 steps:
153 steps:
166 steps:
179 steps:
/third_party/libunwind/libunwind/tests/
DLtest-mem-validate.c52 (steps > 5) before touching the forbidden region in the stack, in do_backtrace()
62 int steps = 0; in do_backtrace() local
79 steps ++; in do_backtrace()
83 if (steps < 5) in do_backtrace()
85 printf("not enough steps: %d, need 5\n", steps); in do_backtrace()
88 printf("success, steps: %d\n", steps); in do_backtrace()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp71 {"conditionals:fragment-steps=0:vertex-steps=0", "conditionals"},
72 {"conditionals:fragment-steps=5:vertex-steps=0", "conditionals_fragment"},
73 {"conditionals:fragment-steps=0:vertex-steps=5", "conditionals_vertex"},
74 {"function:fragment-complexity=low:fragment-steps=5", "function"},
75 {"function:fragment-complexity=medium:fragment-steps=5", "function_complex"},
76 {"loop:fragment-loop=false:fragment-steps=5:vertex-steps=5", "loop_no_fsloop"},
77 {"loop:fragment-steps=5:fragment-uniform=false:vertex-steps=5", "loop_no_uniform"},
78 {"loop:fragment-steps=5:fragment-uniform=true:vertex-steps=5", "loop"},

12345678910>>...103