Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h293 bool isStructBufferMethod(const TString& name) const;
DhlslParseHelper.cpp900 bool HlslParseContext::isStructBufferMethod(const TString& name) const in isStructBufferMethod() function in glslang::HlslParseContext
1078 } else if (isStructBufferType(base->getType()) && isStructBufferMethod(field)) { in isBuiltInMethod()
5305 isStructBufferMethod(function->getName().substr(methodPrefixSize))) { in handleFunctionCall()