Home
last modified time | relevance | path

Searched refs:enumRow (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp240 for (auto& enumRow : enumSet) { in TPrinter() local
241 std::string name = enumRow.name; in TPrinter()
242 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter()
252 for (auto& enumRow : spv::InstructionDesc) { in TPrinter() local
253 std::string name = enumRow.name; in TPrinter()
254 entry["Values"][name] = enumRow.value; in TPrinter()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dheader.cpp240 for (auto& enumRow : enumSet) { in TPrinter() local
241 std::string name = enumRow.name; in TPrinter()
242 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter()
252 for (auto& enumRow : spv::InstructionDesc) { in TPrinter() local
253 std::string name = enumRow.name; in TPrinter()
254 entry["Values"][name] = enumRow.value; in TPrinter()
/third_party/spirv-headers/tools/buildHeaders/
Dheader.cpp240 for (auto& enumRow : enumSet) { in TPrinter() local
241 std::string name = enumRow.name; in TPrinter()
242 enums[e - spv::OperandSource]["Values"][name] = enumRow.value; in TPrinter()
252 for (auto& enumRow : spv::InstructionDesc) { in TPrinter() local
253 std::string name = enumRow.name; in TPrinter()
254 entry["Values"][name] = enumRow.value; in TPrinter()