Searched defs:id_name (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Ddisassemble.cpp172 const std::string id_name = name_mapper_(inst.result_id); local
174 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size())));
175 stream_ << "%" << id_name; local
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Ddisassemble.cpp172 const std::string id_name = name_mapper_(inst.result_id); local
174 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size())));
175 stream_ << "%" << id_name; local

Completed in 40 milliseconds