Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h318 bool hasStructBuffCounter(const TType&) const;
DhlslParseHelper.cpp1625 if (! hasStructBuffCounter(*param.type)) in addStructBufferHiddenCounterParam()
3306 bool HlslParseContext::hasStructBuffCounter(const TType& type) const in hasStructBuffCounter() function in glslang::HlslParseContext
3341 if (! hasStructBuffCounter(bufferType)) in declareStructBufferCounter()
5537 if (hasStructBuffCounter(*(*fnCandidate)[i].type)) { in handleFunctionCall()
5909 …return (node && node->getAsTyped() != nullptr) && hasStructBuffCounter(node->getAsTyped()->getType… in addStructBuffArguments()
5921 if (hasStructBuffCounter(aggregate->getSequence()[param]->getAsTyped()->getType())) { in addStructBuffArguments()