Home
last modified time | relevance | path

Searched refs:vary (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_perspective.c34 * implicitly). This depends on the combination pass. Again caveat: the vary
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/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js142 this._reqHeaders = res.headers.vary ? req.headers : null; // Don't keep all request headers if they won't be used
288 if (!this._resHeaders.vary) {
293 if (this._resHeaders.vary === '*') {
297 const fields = this._resHeaders.vary
405 if (this._resHeaders.vary === '*') {
/third_party/node/test/parallel/
H A Dtest-http-incoming-matchKnownFields.js64 checkDest('Vary', { vary: undefined });
65 checkDest('vary', { vary: 'test, value' }, 'value');
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1026 uint32_t vary = var->data.driver_location; in assignSlots() local
1027 assert(vary + slots <= NV50_CODEGEN_MAX_VARYINGS); 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 < NV50_CODEGEN_MAX_VARYING in assignSlots()
[all...]
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js16 // that are named in a response's vary header
41 'vary',
52 // options on which we must match the request and vary the response
77 // if the response has a vary header, make sure
79 if (response.headers.has('vary')) {
80 const vary = response.headers.get('vary')
81 // a vary of "*" means every header causes a different response.
85 if (vary !== '*') {
86 // copy any other request headers that will vary th
[all...]
/third_party/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl177 names vary according to language. Each Collation operation over the whole list
215 <li>As with all performance measurements, the results will vary according to
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1012 struct qreg vary, struct qreg w, struct qreg r5) in emit_smooth_varying()
1014 return vir_FADD(c, vir_FMUL(c, vary, w), r5); in emit_smooth_varying()
1019 struct qreg vary, struct qreg r5) in emit_noperspective_varying()
1021 return vir_FADD(c, vir_MOV(c, vary), r5); in emit_noperspective_varying()
1026 struct qreg vary, struct qreg r5) in emit_flat_varying()
1028 vir_MOV_dest(c, c->undef, vary); in emit_flat_varying()
1040 struct qreg vary; in emit_fragment_varying() local
1045 vary = vir_emit_def(c, ldvary); in emit_fragment_varying()
1048 vary = r3; in emit_fragment_varying()
1056 c->interp[input_idx].vp = vary; in emit_fragment_varying()
1011 emit_smooth_varying(struct v3d_compile *c, struct qreg vary, struct qreg w, struct qreg r5) emit_smooth_varying() argument
1018 emit_noperspective_varying(struct v3d_compile *c, struct qreg vary, struct qreg r5) emit_noperspective_varying() argument
1025 emit_flat_varying(struct v3d_compile *c, struct qreg vary, struct qreg r5) emit_flat_varying() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c751 struct qreg vary = { in emit_fragment_varying() local
768 return qir_VARY_ADD_C(c, qir_FMUL(c, vary, qir_FRAG_W(c))); in emit_fragment_varying()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2357 pan_find_vary(const struct pan_shader_varying *vary, in pan_find_vary() argument
2361 if (vary[i].location == loc) in pan_find_vary()
4434 * will vary across runs as that is tracked outside of the Gallium CSO.

Completed in 27 milliseconds