HomeSort by relevance Sort by last modified time
    Searched refs:DotConverter (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/tools/cfg/
bin_to_dot.cpp 30 // A DotConverter can be used to dump the GraphViz "dot" graph for
32 class DotConverter {
34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out)
82 spv_result_t DotConverter::HandleInstruction(
131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) {
162 auto converter = static_cast<DotConverter*>(user_data);
178 DotConverter converter(friendly_mapper.GetNameMapper(), out);
  /external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
bin_to_dot.cpp 30 // A DotConverter can be used to dump the GraphViz "dot" graph for
32 class DotConverter {
34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out)
82 spv_result_t DotConverter::HandleInstruction(
131 void DotConverter::FlushBlock(const std::vector<uint32_t>& successors) {
162 auto converter = static_cast<DotConverter*>(user_data);
178 DotConverter converter(friendly_mapper.GetNameMapper(), out);

Completed in 8406 milliseconds