Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5302 static const int methodPrefixSize = sizeof(BUILTIN_PREFIX)-1; in handleFunctionCall() local
5304 if (function->getName().length() > methodPrefixSize && in handleFunctionCall()
5305 isStructBufferMethod(function->getName().substr(methodPrefixSize))) { in handleFunctionCall()