Home | History | Annotate | Download | only in hlsl

Lines Matching refs:hasStructBuffCounter

1618     if (! hasStructBuffCounter(*param.type))
3170 bool HlslParseContext::hasStructBuffCounter(const TType& type) const
3205 if (! hasStructBuffCounter(bufferType))
5398 if (hasStructBuffCounter(*(*fnCandidate)[i].type)) {
5770 return (node->getAsTyped() != nullptr) && hasStructBuffCounter(node->getAsTyped()->getType());
5782 if (hasStructBuffCounter(aggregate->getSequence()[param]->getAsTyped()->getType())) {