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.cpp1628 if (! hasStructBuffCounter(*param.type)) in addStructBufferHiddenCounterParam()
3399 bool HlslParseContext::hasStructBuffCounter(const TType& type) const in hasStructBuffCounter() function in glslang::HlslParseContext
3434 if (! hasStructBuffCounter(bufferType)) in declareStructBufferCounter()
5634 if (hasStructBuffCounter(*(*fnCandidate)[i].type)) { in handleFunctionCall()
6006 …return (node && node->getAsTyped() != nullptr) && hasStructBuffCounter(node->getAsTyped()->getType… in addStructBuffArguments()
6018 if (hasStructBuffCounter(aggregate->getSequence()[param]->getAsTyped()->getType())) { in addStructBuffArguments()