Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp421 … const auto betterParam = [&call, &better](const TFunction& can1, const TFunction& can2) -> bool { in selectFunction() local
446 if (betterParam(*incumbent, candidate) && ! betterParam(candidate, *incumbent)) in selectFunction()
458 if (betterParam(*incumbent, candidate) || equivalentParams(*incumbent, candidate)) in selectFunction()