Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1219 const auto cmpIdRange = [&](range_t range) { in matchType() local
1226 const auto cmpConst = [&]() { return cmpIdRange(constRange(opCode)); }; in matchType()
1227 const auto cmpSubType = [&]() { return cmpIdRange(typeRange(opCode)); }; in matchType()