Searched refs:hasStructBuffCounter (Results 1 – 2 of 2) sorted by relevance
318 bool hasStructBuffCounter(const TType&) const;
1625 if (! hasStructBuffCounter(*param.type)) in addStructBufferHiddenCounterParam()3306 bool HlslParseContext::hasStructBuffCounter(const TType& type) const in hasStructBuffCounter() function in glslang::HlslParseContext3341 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()