/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_opt_perspective.c | 151 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/ |
D | fs.invalid.frag | 6 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/ |
D | fs.invalid.frag | 7 layout(location = 0) __explicitInterpAMD in vec4 vary; 13 vec4 pos = interpolateAtVertexAMD(vary, 0u);
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | cache.js | 218 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/ |
D | test-http-incoming-matchKnownFields.js | 64 checkDest('Vary', { vary: undefined }); property 65 checkDest('vary', { vary: 'test, value' }, 'value'); property
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/ |
D | index.js | 94 …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/ |
D | nv50_ir_from_nir.cpp | 1025 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.txt | 6 # 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.txt | 6 # The format may vary between folders or files.
|
/third_party/typescript/tests/baselines/reference/ |
D | independentPropertyVariance.types | 2 // Verify that properties can vary independently in comparable relationship
|
D | independentPropertyVariance.symbols | 2 // Verify that properties can vary independently in comparable relationship
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/ |
D | README.md | 22 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/ |
D | Selawik-README.md | 60 …vary 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/ |
D | Selawik-README.md | 60 …vary 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/ |
D | Selawik-README.md | 60 …vary 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/ |
D | hpack_tables.txt | 63 | 59 | vary | |
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | README.md | 30 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/ |
D | dictnotes.txt | 12 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/ |
D | is_complete.qbk | 18 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/ |
D | ResourceLimits.md | 33 * fn1: limits vary based on the underlying hardware capabilities
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | ResourceLimits.md | 33 * fn1: limits vary based on the underlying hardware capabilities
|
/third_party/ltp/doc/ |
D | mini-howto-building-ltp-from-git.txt | 33 # PREREQS on Ubuntu (package-list is incomplete and may vary for other distros)
|
/third_party/icu/docs/userguide/collation/ |
D | index.md | 19 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/ |
D | obj_xref.txt | 20 # For PSS the digest algorithm can vary and depends on the included
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 966 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 …]
|