Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp1250 const auto cmpIdRange = [&](range_t range) { in matchType() local
1257 const auto cmpConst = [&]() { return cmpIdRange(constRange(opCode)); }; in matchType()
1258 const auto cmpSubType = [&]() { return cmpIdRange(typeRange(opCode)); }; in matchType()