Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp7519 TFunction convertedCall(&call.getName(), call.getType(), call.getBuiltInOp()); in findFunction() local
7527 convertedCall.addParameter(param); in findFunction()
7533 convertedCall.addParameter(param); in findFunction()
7538 convertedCall.addParameter(param); in findFunction()
7546 bestMatch = selectFunction(candidateList, convertedCall, convertible, better, tie); in findFunction()