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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.cpp 198 operand_names_{},
218 operand_names_[id] = name;
224 if (operand_names_.find(id) != end(operand_names_)) {
225 out << "[" << operand_names_.at(id) << "]";
232 if (operand_names_.find(id) != end(operand_names_)) {
233 out << operand_names_.at(id);
ValidationState.h 222 std::map<uint32_t, std::string> operand_names_; member in class:libspirv::ValidationState_t

Completed in 361 milliseconds