Home
last modified time | relevance | path

Searched refs:FlushBlock (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp58 void FlushBlock(const std::vector<uint32_t>& successors);
98 FlushBlock({inst.words[1]}); in HandleInstruction()
101 FlushBlock({inst.words[2], inst.words[3]}); in HandleInstruction()
108 FlushBlock(successors); in HandleInstruction()
115 FlushBlock({}); in HandleInstruction()
131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) { in FlushBlock() function in __anon8c92008f0111::DotConverter
/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp58 void FlushBlock(const std::vector<uint32_t>& successors);
98 FlushBlock({inst.words[1]}); in HandleInstruction()
101 FlushBlock({inst.words[2], inst.words[3]}); in HandleInstruction()
108 FlushBlock(successors); in HandleInstruction()
115 FlushBlock({}); in HandleInstruction()
131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) { in FlushBlock() function in __anon43a157150111::DotConverter