Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp32 class DotConverter { class
34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out) in DotConverter() function in __anon8c92008f0111::DotConverter
82 spv_result_t DotConverter::HandleInstruction( in HandleInstruction()
131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) { in FlushBlock()
162 auto converter = static_cast<DotConverter*>(user_data); in HandleInstruction()
178 DotConverter converter(friendly_mapper.GetNameMapper(), out); in BinaryToDot()
/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp32 class DotConverter { class
34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out) in DotConverter() function in __anon43a157150111::DotConverter
82 spv_result_t DotConverter::HandleInstruction( in HandleInstruction()
131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) { in FlushBlock()
162 auto converter = static_cast<DotConverter*>(user_data); in HandleInstruction()
178 DotConverter converter(friendly_mapper.GetNameMapper(), out); in BinaryToDot()