Home
last modified time | relevance | path

Searched refs:part (Results 151 - 175 of 541) sorted by relevance

12345678910>>...22

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h43 * - prolog part (shader code dependent on states)
44 * - main part (the API shader)
45 * - epilog part (shader code dependent on states)
47 * Each part is compiled as a separate shader and the final binaries are
56 * One of the roles of the prolog part is to compute vertex buffer addresses
57 * for vertex shaders. A few of the roles of the epilog part are color buffer
70 * 1) Some rarely-used states require modification of the main shader part
85 * - 1st shader: prolog part
86 * - 1st shader: main part
87 * - 2nd shader: prolog part
672 } part; global() member
733 } part; global() member
[all...]
H A Dsi_shader_llvm_tess.c121 stride = ctx->shader->key.ge.part.tcs.ls->info.lshs_vertex_stride / 4; in si_get_tcs_in_vertex_dw_stride()
295 if (!shader->key.ge.part.tcs.epilog.invoc0_tess_factors_are_def) { in si_write_tess_factors()
312 switch (shader->key.ge.part.tcs.epilog.prim_mode) { in si_write_tess_factors()
338 if (shader->key.ge.part.tcs.epilog.invoc0_tess_factors_are_def) { in si_write_tess_factors()
365 if (shader->key.ge.part.tcs.epilog.prim_mode == TESS_PRIMITIVE_ISOLINES) { in si_write_tess_factors()
413 if (shader->key.ge.part.tcs.epilog.tes_reads_tess_factors) { in si_write_tess_factors()
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
H A Dnpa.js194 for (const part of committish.split('::')) {
196 if (!part.includes(':')) {
203 res.gitCommittish = part
207 const [name, value] = part.split(':')
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBUtil.php317 foreach ($parts as $i => $part) {
372 foreach ($parts as $i => $part) {
373 $parts[$i] = self::getClassNamePrefix($part, $file_proto).$part;
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dschema.go22 // equal returns true if the given part of this job's name equals any of the
24 func (p parts) equal(part string, eq ...string) bool {
28 v := p[part]
129 // matchPart returns true if the given part of this job's name matches any of
133 func (p parts) matchPart(part string, re ...string) bool {
137 v := p[part]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dparisc-mont.pl197 fldws 4($n0),${fn0} ; only low part of n0
249 addl $ab0,$nm0,$nm0 ; low part is discarded
333 fstws,mb ${fab0}L,-8($xfer) ; save high part
336 fcpy,sgl %fr0,${fti}L ; zero high part
359 ldw 0($xfer),$hi0 ; high part
368 addl $ab0,$nm0,$nm0 ; low part is discarded
469 fstws,mb ${fab0}L,-8($xfer) ; save high part
472 fcpy,sgl %fr0,${fti}L ; zero high part
668 fstws,mb ${fab0}L,-8($xfer) ; save high part
671 fcpy,sgl %fr0,${fti}L ; zero high part
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dparisc-mont.pl197 fldws 4($n0),${fn0} ; only low part of n0
249 addl $ab0,$nm0,$nm0 ; low part is discarded
333 fstws,mb ${fab0}L,-8($xfer) ; save high part
336 fcpy,sgl %fr0,${fti}L ; zero high part
359 ldw 0($xfer),$hi0 ; high part
368 addl $ab0,$nm0,$nm0 ; low part is discarded
469 fstws,mb ${fab0}L,-8($xfer) ; save high part
472 fcpy,sgl %fr0,${fti}L ; zero high part
668 fstws,mb ${fab0}L,-8($xfer) ; save high part
671 fcpy,sgl %fr0,${fti}L ; zero high part
[all...]
H A Dbn-c64xplus.asm57 [B0] ZERO A19 ; high part of accumulator
87 [B0] ZERO A19 ; high part of accumulator
234 || ZERO B19 ; high part of accumulator
274 || ZERO.S B19 ; high part of accumulator
300 || ZERO B19 ; high part of accumulator
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Druntime.rs19 // For the most part, this remains unchanged. The parts that vary are the
219 for (i, &part) in parts.iter().enumerate() { in verify128()
221 if let Some(m) = self.verify64(pats, 8, haystack, pos, part) { in verify128()
251 for (i, &part) in parts.iter().enumerate() { in verify256()
253 if let Some(m) = self.verify64(pats, 8, haystack, pos, part) { in verify256()
317 for (i, &part) in parts.iter().enumerate() { in verify_fat256()
319 if let Some(m) = self.verify64(pats, 16, haystack, pos, part) { in verify_fat256()
/third_party/python/Lib/
H A Dpprint.py295 parts.pop() # drop empty last part
298 for j, part in enumerate(parts):
299 candidate = current + part
305 current = part
657 part = object[i: i+4]
658 candidate = current + part
664 current = part
H A Dcgi.py334 """Constructor. Read multipart/* until last part.
453 # inside a multi-part. The default for an inner part is text/plain,
454 # but for an outer part it should be urlencoded. This should catch
615 """Internal: read a part that is itself multipart."""
660 # Some clients add Content-Length for part headers, ignore them
666 part = klass(self.fp, headers, ib, environ, keep_blank_values,
672 if part.list:
673 max_num_fields -= len(part.list)
677 self.bytes_read += part
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm188 ; -- Odd part
229 ; -- Even part
338 ; -- Odd part
375 ; -- Even part
532 ; -- Odd part
591 ; -- Even part
649 ; -- Odd part
658 ; -- Even part
H A Djfdctflt-3dn.asm126 ; -- Even part
150 ; -- Odd part
241 ; -- Even part
265 ; -- Odd part
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py215 part = partial(cancel_job, project)
216 exe.map(part, to_cancel)
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp241 uint8_t part = select_partition(partition_index, x, y, z, partition_count, small_block); in generate_one_partition_table() local
242 *partition_of_texel++ = part; in generate_one_partition_table()
/third_party/node/deps/v8/third_party/jinja2/
H A Dfilters.py73 for part in attribute:
74 item = environment.getitem(item, part)
109 for part in attribute_part:
110 item_i = environment.getitem(item_i, part)
/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc414 const NumberFormatSpan& part, Handle<String> unit, in AddUnit()
419 Intl::ToString(isolate, string, part.begin_pos, part.end_pos), in AddUnit()
422 Intl::NumberFieldToType(isolate, part, string, is_nan), in AddUnit()
412 AddUnit(Isolate* isolate, Handle<JSArray> array, const icu::UnicodeString& string, int32_t index, const NumberFormatSpan& part, Handle<String> unit, bool is_nan) AddUnit() argument
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp133 explicit StringPart(const std::string part) : mPart(part), mWildcard(false) {} in StringPart() argument
161 explicit IntegerPart(uint32_t part) : mPart(part), mWildcard(false) {} in IntegerPart() argument
262 // (i.e. will match all other Version objects). Each part of a Version is stored in an IntegerPart
354 // other Application objects). Each part of an Application is stored in a class that may
407 // that this is a wildcard (i.e. will match all other GPU objects). Each part of a GPU is stored
477 // a wildcard (i.e. will match all other Device objects). Each part of a Device is stored in a
760 // This function is part of the version-2 API:
778 // This function is part o
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py73 for part in attribute:
74 item = environment.getitem(item, part)
109 for part in attribute_part:
110 item_i = environment.getitem(item_i, part)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctflt-sse.asm149 ; -- Even part
173 ; -- Odd part
284 ; -- Even part
308 ; -- Odd part
/third_party/python/Tools/demo/
H A Dspreadsheet.py416 for part in re.split(r'(\w+)', self.formula):
417 m = re.match('^([A-Z]+)([1-9][0-9]*)$', part)
423 part = cellname(x+dx, y+dy)
424 out.append(part)
435 for part in re.split(r"(\w+(?::\w+)?)", formula):
436 m = re.match(r"^([A-Z]+)([1-9][0-9]*)(?::([A-Z]+)([1-9][0-9]*))?$", part)
438 out.append(part)
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py128 return path_sep.join([part.rstrip(path_separators)
129 for part in path_parts if part])
493 # path here, so the second part of the check rules out a POSIX path that
1162 parent, part = _path_split(parent)
1163 path_parts.append(part)
1165 for part in reversed(path_parts):
1166 parent = _path_join(parent, part)
1486 # This is possibly part of a namespace package.
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c751 int part = -1; /* -1: before first "msgid" or invalid in load_opt_strings_catalog() local
782 while (cupsFileGets(fp, line, sizeof(line)) || (part = 10)) { in load_opt_strings_catalog()
786 if (part < 10) { in load_opt_strings_catalog()
797 if (strncasecmp(ptr, "msgid", 5) == 0) part = 0; in load_opt_strings_catalog()
798 if (strncasecmp(ptr, "msgstr", 6) == 0) part = 1; in load_opt_strings_catalog()
815 part = 2; in load_opt_strings_catalog()
824 if (part == 0 || part == 2 || part == 10) { in load_opt_strings_catalog()
842 if (part in load_opt_strings_catalog()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dtwinvq.c5 * This file is part of FFmpeg.
95 static inline float get_cos(int idx, int part, const float *cos_tab, int size) in get_cos() argument
97 return part ? -cos_tab[size - idx - 1] in get_cos()
111 * @param part is 0 for 0...PI (positive cosine values) and 1 for PI...2PI
118 int size, int step, int part) in eval_lpcenv_or_interp()
128 get_cos(i, part, cos_tab, size), in eval_lpcenv_or_interp()
139 get_cos(i - step / 2, part, cos_tab, size), in eval_lpcenv_or_interp()
115 eval_lpcenv_or_interp(TwinVQContext *tctx, enum TwinVQFrameType ftype, float *out, const float *in, int size, int step, int part) eval_lpcenv_or_interp() argument
/third_party/python/Lib/http/
H A Dserver.py161 3. An optional data part
189 0.9 request; this form has no optional headers and data part and
231 start of the optional input data part;
929 for part in path_parts[:-1]:
930 if part == '..':
932 elif part and part != '.':
933 head_parts.append( part )
1072 # dissect the part after the directory name into a script name &

Completed in 26 milliseconds

12345678910>>...22