/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_emit.h | 145 struct etna_coalesce *coalesce) in etna_coalesce_start() argument 147 coalesce->start = etna_cmd_stream_offset(stream); in etna_coalesce_start() 148 coalesce->last_reg = 0; in etna_coalesce_start() 149 coalesce->last_fixp = 0; in etna_coalesce_start() 154 struct etna_coalesce *coalesce) in etna_coalesce_end() argument 157 uint32_t size = end - coalesce->start; in etna_coalesce_end() 160 uint32_t offset = coalesce->start - 1; in etna_coalesce_end() 173 check_coalsence(struct etna_cmd_stream *stream, struct etna_coalesce *coalesce, in check_coalsence() argument 176 if (coalesce->last_reg != 0) { in check_coalsence() 177 if (((coalesce->last_reg + 4) != reg) || (coalesce->last_fixp != fixp)) { in check_coalsence() [all …]
|
D | etnaviv_texture_state.c | 277 etna_coalsence_emit(stream, &coalesce, VIVS_##state_name, src_value) 280 etna_coalsence_emit_fixp(stream, &coalesce, VIVS_##state_name, src_value) 283 etna_coalsence_emit_reloc(stream, &coalesce, VIVS_##state_name, src_value) 291 struct etna_coalesce coalesce; in etna_emit_ts_state() local 293 etna_coalesce_start(stream, &coalesce); in etna_emit_ts_state() 322 etna_coalesce_end(stream, &coalesce); in etna_emit_ts_state() 332 struct etna_coalesce coalesce; in etna_emit_new_texture_state() local 336 etna_coalesce_start(stream, &coalesce); in etna_emit_new_texture_state() 453 etna_coalesce_end(stream, &coalesce); in etna_emit_new_texture_state() 464 struct etna_coalesce coalesce; in etna_emit_texture_state() local [all …]
|
D | etnaviv_emit.c | 86 etna_coalsence_emit(stream, &coalesce, VIVS_##state_name, src_value) 89 etna_coalsence_emit_fixp(stream, &coalesce, VIVS_##state_name, src_value) 92 etna_coalsence_emit_reloc(stream, &coalesce, VIVS_##state_name, src_value) 130 struct etna_coalesce coalesce; in emit_halti5_only_state() local 132 etna_coalesce_start(stream, &coalesce); in emit_halti5_only_state() 155 etna_coalesce_end(stream, &coalesce); in emit_halti5_only_state() 164 struct etna_coalesce coalesce; in emit_pre_halti5_state() local 166 etna_coalesce_start(stream, &coalesce); in emit_pre_halti5_state() 210 etna_coalesce_end(stream, &coalesce); in emit_pre_halti5_state() 303 struct etna_coalesce coalesce; in etna_emit_state() local [all …]
|
D | etnaviv_rs.c | 181 etna_coalsence_emit(stream, &coalesce, VIVS_##state_name, src_value) 184 etna_coalsence_emit_fixp(stream, &coalesce, VIVS_##state_name, src_value) 187 etna_coalsence_emit_reloc(stream, &coalesce, VIVS_##state_name, src_value) 197 struct etna_coalesce coalesce; in etna_submit_rs_state() local 207 etna_coalesce_start(stream, &coalesce); in etna_submit_rs_state() 211 etna_coalesce_end(stream, &coalesce); in etna_submit_rs_state() 214 etna_coalesce_start(stream, &coalesce); in etna_submit_rs_state() 231 etna_coalesce_end(stream, &coalesce); in etna_submit_rs_state() 234 etna_coalesce_start(stream, &coalesce); in etna_submit_rs_state() 262 etna_coalesce_end(stream, &coalesce); in etna_submit_rs_state()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionCall.cpp | 81 CoalesceFn coalesce, in coalesce_n_way_vector() argument 118 value = coalesce(value, *arg0Value, *arg1Value); in coalesce_n_way_vector() 137 CoalesceFn coalesce, in coalesce_vector() argument 144 startingState, returnType, coalesce, finalize); in coalesce_vector() 151 CoalesceFn coalesce, in coalesce_pairwise_vectors() argument 160 startingState, returnType, coalesce, finalize); in coalesce_pairwise_vectors()
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-nullish-coalescing.md | 64 …he logical or operator, meaning that fixing the operator to the nullish coalesce operator could ca… 100 …he logical or operator, meaning that fixing the operator to the nullish coalesce operator could ca…
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.cpp | 135 r->coalesce(&tail); in extend() 140 r->coalesce(&tail); in extend()
|
D | nv50_ir_util.h | 457 void coalesce(Range **ptail) in coalesce() function
|
D | nv50_ir_ra.cpp | 816 bool coalesce(ArrayList&); 1018 GCRA::coalesce(ArrayList& insns) in coalesce() function in nv50_ir::GCRA 1574 ret = coalesce(insns); in allocateRegisters()
|
/third_party/libuv/docs/src/ |
D | async.rst | 58 libuv will coalesce calls to :c:func:`uv_async_send`, that is, not every call to it will
|
/third_party/typescript/src/services/ |
D | organizeImports.ts | 46 coalesce: (group: readonly T[]) => readonly T[]) { 63 ? coalesce(importGroup)
|
/third_party/quickjs/ |
D | test262.conf | 75 coalesce-expression
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 92012 -#define OP_IsTrue 89 /* synopsis: r[P2] = coalesce(r[P1]==TRUE,P3) ^ P4 */ 92043 +#define OP_IsTrue 91 /* synopsis: r[P2] = coalesce(r[P1]==TRUE,P3) ^ P4 */ 95128 - /* 89 */ "IsTrue" OpHelp("r[P2] = coalesce(r[P1]==TRUE,P3) ^ P4"), 95159 + /* 91 */ "IsTrue" OpHelp("r[P2] = coalesce(r[P1]==TRUE,P3) ^ P4"), 100370 + /* For a FULL JOIN, we must construct a coalesce() func */ 100430 + /* For a FULL JOIN, we must construct a coalesce() func */ 100500 + pExpr->u.zToken = "coalesce"; 103623 + ** of the join, construct a coalesce() function that gathers all 103632 + ExprList *pFuncArgs = 0; /* Arguments to the coalesce() */ 103633 + static const Token tkCoalesce = { "coalesce", 8 }; [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.9.rst | 91 - nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination
|
D | 11.0.4.rst | 50 - i965/vec4: check writemask when bailing out at register coalesce
|
D | 21.2.3.rst | 116 - aco: don't coalesce constant copies into non-power-of-two sizes
|
D | 20.0.7.rst | 42 - intel/compiler: Register coalesce doesn't move conditional modifiers
|
D | 18.0.1.rst | 129 - nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destination
|
D | 11.1.3.rst | 144 coalesce.
|
D | 20.1.0.rst | 86 - intel/compiler: Register coalesce doesn't move conditional modifiers 1269 - aco: coalesce v_mad's accumulator with definition's affinities 2676 - nir/algebraic: coalesce fmod lowering
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | cluster.proto | 176 // create a separate stream for each cluster or it may choose to coalesce the data for
|
/third_party/grpc/test/cpp/qps/ |
D | client_async.cc | 469 bool coalesce) { in StartInternal() argument 473 coalesce_ = coalesce; in StartInternal()
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.js | 209 coalesce: binop("??", 1), property 2316 var coalesce = this.type === types.coalesce; 2317 if (coalesce) { 2326 … var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical || coalesce); 2327 …if ((logical && this.type === types.coalesce) || (coalesce && (this.type === types.logicalOR || th… 4945 return this.finishOp(types.coalesce, 2)
|
D | acorn.mjs | 203 coalesce: binop("??", 1), property 2310 var coalesce = this.type === types.coalesce; 2311 if (coalesce) { 2312 // Handle the precedence of `tt.coalesce` as equal to the range of logical expressions. 2320 var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical || coalesce); 2321 …if ((logical && this.type === types.coalesce) || (coalesce && (this.type === types.logicalOR || th… 2322 …this.raiseRecoverable(this.start, "Logical expressions and coalesce expressions cannot be mixed. W… 4939 return this.finishOp(types.coalesce, 2)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 413 nor does it coalesce stack slots. That said, fully supporting debuggability
|