Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h299 bool isStructBufferMethod(const TString& name) const;
DhlslParseHelper.cpp896 bool HlslParseContext::isStructBufferMethod(const TString& name) const in isStructBufferMethod() function in glslang::HlslParseContext
1074 } else if (isStructBufferType(base->getType()) && isStructBufferMethod(field)) { in isBuiltInMethod()
5449 isStructBufferMethod(function->getName().substr(methodPrefixSize))) { in handleFunctionCall()