Home
last modified time | relevance | path

Searched refs:can2 (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() argument
461 if (better(*call[param].type, *can1[param].type, *can2[param].type)) { in selectFunction()
469 …const auto equivalentParams = [&call, &better](const TFunction& can1, const TFunction& can2) -> bo… in selectFunction() argument
472 if (better(*call[param].type, *can1[param].type, *can2[param].type) || in selectFunction()
473 better(*call[param].type, *can2[param].type, *can1[param].type)) in selectFunction()