Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h321 bool hasStructBuffCounter(const TType&) const;
DhlslParseHelper.cpp1625 if (! hasStructBuffCounter(*param.type)) in addStructBufferHiddenCounterParam()
3396 bool HlslParseContext::hasStructBuffCounter(const TType& type) const in hasStructBuffCounter() function in glslang::HlslParseContext
3431 if (! hasStructBuffCounter(bufferType)) in declareStructBufferCounter()
5631 if (hasStructBuffCounter(*(*fnCandidate)[i].type)) { in handleFunctionCall()
6003 …return (node && node->getAsTyped() != nullptr) && hasStructBuffCounter(node->getAsTyped()->getType… in addStructBuffArguments()
6015 if (hasStructBuffCounter(aggregate->getSequence()[param]->getAsTyped()->getType())) { in addStructBuffArguments()