Home
last modified time | relevance | path

Searched refs:WhileEachBlockLabel (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcontrol_dependence.h138 bool WhileEachBlockLabel(std::function<bool(uint32_t)> f) const { in WhileEachBlockLabel() function
150 WhileEachBlockLabel([&f](uint32_t label) { in ForEachBlockLabel()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcontrol_dependence.h138 bool WhileEachBlockLabel(std::function<bool(uint32_t)> f) const { in WhileEachBlockLabel() function
150 WhileEachBlockLabel([&f](uint32_t label) { in ForEachBlockLabel()
/third_party/spirv-tools/source/opt/
Dcontrol_dependence.h138 bool WhileEachBlockLabel(std::function<bool(uint32_t)> f) const { in WhileEachBlockLabel() function
150 WhileEachBlockLabel([&f](uint32_t label) { in ForEachBlockLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcontrol_dependence.cpp147 EXPECT_TRUE(cdg.WhileEachBlockLabel([&iters](uint32_t) { in TEST()
153 EXPECT_FALSE(cdg.WhileEachBlockLabel([&iters](uint32_t) { in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcontrol_dependence.cpp147 EXPECT_TRUE(cdg.WhileEachBlockLabel([&iters](uint32_t) { in TEST()
153 EXPECT_FALSE(cdg.WhileEachBlockLabel([&iters](uint32_t) { in TEST()