Home
last modified time | relevance | path

Searched refs:end_id (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dconstruct.h143 const uint32_t end_id = 0; member
146 /// The position of block #end_id in the block order, or the number of
147 /// block order elements if #end_id is 0.
194 << " begin_id:" << c.begin_id << " end_id:" << c.end_id in operator <<()
H A Dconstruct.cc63 end_id(the_end_id), in Construct()
H A Dfunction.h1135 uint32_t end_id,
1174 /// triggered and this statement block discarded. This is often the `end_id`
1186 /// and this statement block discarded. This is often the `end_id` of
1203 uint32_t end_id,
1210 /// @param end_id first block after the if construct.
1211 void PushGuard(const std::string& flow_guard, uint32_t end_id);
1216 /// @param end_id first block after the if construct.
1217 void PushTrueGuard(uint32_t end_id);
H A Dfunction.cc780 uint32_t end_id, in StatementBlock()
783 end_id_(end_id), in StatementBlock()
814 uint32_t end_id, in PushNewStatementBlock()
816 statements_stack_.emplace_back(StatementBlock{construct, end_id, action}); in PushNewStatementBlock()
820 uint32_t end_id) { in PushGuard()
833 top.GetConstruct(), end_id, [=](const ast::StatementList& stmts) { in PushGuard()
838 void FunctionEmitter::PushTrueGuard(uint32_t end_id) { in PushTrueGuard() argument
846 top.GetConstruct(), end_id, [=](const ast::StatementList& stmts) { in PushTrueGuard()
1750 uint32_t end_id) -> Construct* { in LabelControlFlowConstructs()
1753 end_id in LabelControlFlowConstructs()
778 StatementBlock( const Construct* construct, uint32_t end_id, FunctionEmitter::CompletionAction completion_action) StatementBlock() argument
813 PushNewStatementBlock(const Construct* construct, uint32_t end_id, CompletionAction action) PushNewStatementBlock() argument
819 PushGuard(const std::string& guard_name, uint32_t end_id) PushGuard() argument
3076 const auto end_id = (i + 1 < clause_heads.size()) ? clause_heads[i + 1]->id EmitSwitchStart() local
[all...]
/third_party/backends/backend/
H A Dhs2p-scsi.h333 SANE_Byte end_id; /* Endorser Identification member
H A Dhs2p-scsi.c253 DBG (DBG_info, "[05] Endorser ID %#02x\n", vbuf->end_id); in print_vpd_info()
H A Dhs2p.c1186 /* end_id 0=none,1=Yes,2=reserved; should always be 0 or 1 */ in attach()
1187 dev->info.hasEndorser = vbuf.end_id == 1 ? SANE_TRUE : SANE_FALSE; in attach()

Completed in 16 milliseconds