Home
last modified time | relevance | path

Searched refs:corresponding_constructs (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp35 const std::vector<Construct*>& Construct::corresponding_constructs() const { in corresponding_constructs() function in spvtools::val::Construct
38 std::vector<Construct*>& Construct::corresponding_constructs() { in corresponding_constructs() function in spvtools::val::Construct
80 for (auto& other : corresponding_constructs()) { in blocks()
Dconstruct.h65 const std::vector<Construct*>& corresponding_constructs() const;
66 std::vector<Construct*>& corresponding_constructs();
Dfunction.cpp164 .corresponding_constructs() in RegisterBlockEnd()
327 continue_construct->corresponding_constructs()[0]; in GetBlockDepth()
Dvalidate_cfg.cpp251 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.cpp35 const std::vector<Construct*>& Construct::corresponding_constructs() const { in corresponding_constructs() function in spvtools::val::Construct
38 std::vector<Construct*>& Construct::corresponding_constructs() { in corresponding_constructs() function in spvtools::val::Construct
80 for (auto& other : corresponding_constructs()) { in blocks()
Dconstruct.h65 const std::vector<Construct*>& corresponding_constructs() const;
66 std::vector<Construct*>& corresponding_constructs();
Dfunction.cpp164 .corresponding_constructs() in RegisterBlockEnd()
327 continue_construct->corresponding_constructs()[0]; in GetBlockDepth()
Dvalidate_cfg.cpp251 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks()