Home
last modified time | relevance | path

Searched refs:LabelControlFlowConstructs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction_cfg_test.cc101 return fe->LabelControlFlowConstructs(); in FlowLabelControlFlowConstructs()
2947 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
2974 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
3009 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
3056 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
3100 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
3137 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
3185 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
3234 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
3278 EXPECT_TRUE(fe.LabelControlFlowConstructs()); in TEST_F()
[all …]
Dfunction.h539 bool LabelControlFlowConstructs();
Dfunction.cc1460 if (!LabelControlFlowConstructs()) { in EmitBody()
1700 bool FunctionEmitter::LabelControlFlowConstructs() { in LabelControlFlowConstructs() function in tint::reader::spirv::FunctionEmitter