Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp7556 … for (int defParam = call.getParamCount(); defParam < bestMatch->getParamCount(); ++defParam) { in findFunction() local
7557 handleFunctionArgument(&call, args, (*bestMatch)[defParam].defaultValue); in findFunction()