Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseContextBase.cpp457 … const auto betterParam = [&call, &better](const TFunction& can1, const TFunction& can2) -> bool { in selectFunction() local
482 if (betterParam(*incumbent, candidate) && ! betterParam(candidate, *incumbent)) in selectFunction()
494 if (betterParam(*incumbent, candidate) || equivalentParams(*incumbent, candidate)) in selectFunction()