Searched refs:push_construct (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| D | function.cc | 1748 auto push_construct = [this, &enclosing](size_t depth, Construct::Kind k, in LabelControlFlowConstructs() local 1773 push_construct(0, Construct::kFunction, entry_id, 0); in LabelControlFlowConstructs() 1815 top = push_construct(depth, Construct::kContinue, ct, merge); in LabelControlFlowConstructs() 1823 top = push_construct(depth, Construct::kLoop, header, ct); in LabelControlFlowConstructs() 1837 top = push_construct(depth + 1, Construct::kIfSelection, header, in LabelControlFlowConstructs() 1851 top = push_construct(depth, kind, header, merge); in LabelControlFlowConstructs()
|