Home
last modified time | relevance | path

Searched refs:vary (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_perspective.c151 unsigned vary = ins->src[0]; in midgard_opt_varying_projection() local
154 if (vary & PAN_IS_REG) continue; in midgard_opt_varying_projection()
156 if (!mir_single_use(ctx, vary)) continue; in midgard_opt_varying_projection()
163 if (v->dest != vary) continue; in midgard_opt_varying_projection()
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/frag/
Dfs.invalid.frag6 layout(location = 0) __explicitInterpAMD in vec4 vary;
13 vec4 pos = interpolateAtVertexAMD(vary, 0u);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/frag/
Dfs.invalid.frag7 layout(location = 0) __explicitInterpAMD in vec4 vary;
13 vec4 pos = interpolateAtVertexAMD(vary, 0u);
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dcache.js218 const vary = cached.resHeaders.get('Vary')
220 if (vary) {
221 if (vary.match(/\*/)) {
224 const fieldsMatch = vary.split(/\s*,\s*/).every(field => {
/third_party/node/test/parallel/
Dtest-http-incoming-matchKnownFields.js64 checkDest('Vary', { vary: undefined }); property
65 checkDest('vary', { vary: 'test, value' }, 'value'); property
/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/
Dindex.js94 …this._reqHeaders = res.headers.vary ? req.headers : null; // Don't keep all request headers if the…
204 if (!this._resHeaders.vary) {
209 if (this._resHeaders.vary === '*') {
213 var fields = this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);
344 if (this._resHeaders.vary === '*') {
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp1025 uint32_t vary = var->data.driver_location; in assignSlots() local
1027 assert(vary + slots <= PIPE_MAX_SHADER_INPUTS); in assignSlots()
1034 setInterpolate(&info_out->in[vary + i], var->data.interpolation, in assignSlots()
1051 slot = VERT_ATTRIB_GENERIC0 + vary; in assignSlots()
1055 info_out->io.edgeFlagIn = vary; in assignSlots()
1066 for (uint16_t i = 0u; i < slots; ++i, ++vary) { in assignSlots()
1067 nv50_ir_varying *v = &info_out->in[vary]; in assignSlots()
1074 info_out->numInputs = std::max<uint8_t>(info_out->numInputs, vary); in assignSlots()
1081 uint32_t vary = var->data.driver_location; in assignSlots() local
1083 assert(vary < PIPE_MAX_SHADER_OUTPUTS); in assignSlots()
[all …]
/third_party/icu/icu4c/source/test/testdata/cldr/units/
D_readme.txt6 # The format may vary between folders or files.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/
D_readme.txt6 # The format may vary between folders or files.
/third_party/typescript/tests/baselines/reference/
DindependentPropertyVariance.types2 // Verify that properties can vary independently in comparable relationship
DindependentPropertyVariance.symbols2 // Verify that properties can vary independently in comparable relationship
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/
DREADME.md22 for audio system to stablize. It is an estimate, it would vary on different platforms.
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md60vary vertical metrics with weight, thus doesn't vary CVTs, thus doesn't need a cvar. So, to make i…
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md60vary vertical metrics with weight, thus doesn't vary CVTs, thus doesn't need a cvar. So, to make i…
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/fonts/
DSelawik-README.md60vary vertical metrics with weight, thus doesn't vary CVTs, thus doesn't need a cvar. So, to make i…
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_tables.txt63 | 59 | vary | |
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DREADME.md30 Note that the number of output frames generated for a given number of input frames can vary.
38 …a fixed number of input frames or a fixed number of output frames. The other frame count will vary.
/third_party/python/Objects/
Ddictnotes.txt12 Dictionaries vary in size with 8 to 16 elements being common.
18 Dictionaries vary in size. 4 to 10 elements are common.
80 vary dramatically depending on the exact number of keys, whether the
/third_party/boost/libs/type_traits/doc/
Dis_complete.qbk18 of type `T` may vary at different points in the current translation unit, as well as across transla…
/third_party/skia/third_party/externals/angle2/doc/
DResourceLimits.md33 * fn1: limits vary based on the underlying hardware capabilities
/third_party/flutter/skia/third_party/externals/angle2/doc/
DResourceLimits.md33 * fn1: limits vary based on the underlying hardware capabilities
/third_party/ltp/doc/
Dmini-howto-building-ltp-from-git.txt33 # PREREQS on Ubuntu (package-list is incomplete and may vary for other distros)
/third_party/icu/docs/userguide/collation/
Dindex.md19 does the alphabetical order vary from one language to another, but it also can
20 vary from document to document within the same language. For example, phonebook
74 For example, here are some of the ways languages vary in ordering strings:
/third_party/openssl/crypto/objects/
Dobj_xref.txt20 # For PSS the digest algorithm can vary and depends on the included
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c966 struct qreg vary, struct qreg w, struct qreg r5) in emit_smooth_varying() argument
968 return vir_FADD(c, vir_FMUL(c, vary, w), r5); in emit_smooth_varying()
973 struct qreg vary, struct qreg r5) in emit_noperspective_varying() argument
975 return vir_FADD(c, vir_MOV(c, vary), r5); in emit_noperspective_varying()
980 struct qreg vary, struct qreg r5) in emit_flat_varying() argument
982 vir_MOV_dest(c, c->undef, vary); in emit_flat_varying()
994 struct qreg vary; in emit_fragment_varying() local
999 vary = vir_emit_def(c, ldvary); in emit_fragment_varying()
1002 vary = r3; in emit_fragment_varying()
1010 c->interp[input_idx].vp = vary; in emit_fragment_varying()
[all …]

12345678910>>...17