Home
last modified time | relevance | path

Searched refs:_if (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c676 nir_if *_if = nir_if_create(impl->function->shader); in duplicate_loop_bodies() local
677 _if->condition = nir_src_for_reg(resume_reg); in duplicate_loop_bodies()
678 nir_cf_node_insert(nir_after_cf_list(&loop->body), &_if->cf_node); in duplicate_loop_bodies()
686 nir_cf_reinsert(&cf_list, nir_before_cf_list(&_if->then_list)); in duplicate_loop_bodies()
687 nir_cf_reinsert(&clone, nir_before_cf_list(&_if->else_list)); in duplicate_loop_bodies()
840 nir_if *_if = nir_cf_node_as_if(child); in flatten_resume_if_ladder() local
841 if (flatten_resume_if_ladder(impl, cursor, &_if->then_list, in flatten_resume_if_ladder()
845 nir_if_last_then_block(_if)); in flatten_resume_if_ladder()
849 if (flatten_resume_if_ladder(impl, cursor, &_if->else_list, in flatten_resume_if_ladder()
853 nir_if_last_else_block(_if)); in flatten_resume_if_ladder()
[all …]
/third_party/node/deps/npm/node_modules/yargs-parser/
DREADME.md135 _if disabled:_
154 _if disabled:_
173 _if disabled:_
192 _if disabled:_
211 _if disabled:_
238 _if disabled:_
257 _if disabled:_
276 _if set to `quux`:_
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordPropExhaustive.js210 const _if: number; constant
211 export { _if as if };
/third_party/boost/libs/range/doc/reference/
Dadaptors.qbk72 …suffers a combinatorial explosion. Inevitably many algorithms are missing `_if` variants and there…
92 …ms no longer require nor benefit from an optimized implementation with an `_if` suffix. Furthermor…
119 1. we no longer need many of the `_if`, `_copy`, `_copy_if` and `_n` variants of algorithms.
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts138 _if: TokenType
Dacorn.js223 _if: kw("if"), property
884 case types._if: return this.parseIfStatement(node)
3481 …var statementParens = prevType === types._if || prevType === types._for || prevType === types._wit…
Dacorn.mjs217 _if: kw("if"), property
878 case types._if: return this.parseIfStatement(node)
3475 …var statementParens = prevType === types._if || prevType === types._for || prevType === types._wit…
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dbison.m4364 m4_define([b4_$3_if],
891 [m4_define(m4_bpatsubst([b4_$1_if], [[-.]], [_]),
/third_party/boost/libs/graph/doc/
Disomorphism-impl-v3.w353 $Adj[f(k)]$ that is also in $S$. We call \code{count\_if} to do the
/third_party/python/Doc/reference/
Dcompound_stmts.rst79 .. _if:
/third_party/lwip/
DCHANGELOG1561 * udp.h/.c, pbuf.h/.c: task #6849: added udp_send(_to/_if) functions that
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1188 - amd/llvm: implement nir_intrinsic_demote(_if) and
D19.1.0.rst2443 - nv50/ir/nir: implement intrinsic_discard(_if)
/third_party/json/
DChangeLog.md2181 - wrong enable\_if for const pointer \(instead of pointer-to-const\) [\#134](https://github.com/nlo…