Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h309 …bool isStructBufferType(const TType& type) const { return getStructBufferContentType(type) != null… in isStructBufferType() function
318 bool isReference(const TType& type) const { return isStructBufferType(type); } in isReference()
DhlslParseHelper.cpp1074 } else if (isStructBufferType(base->getType()) && isStructBufferMethod(field)) { in isBuiltInMethod()
3431 if (! isStructBufferType(bufferType)) in declareStructBufferCounter()
3453 if (buffer == nullptr || ! isStructBufferType(buffer->getType())) in getStructBufferCounter()
5538 if (arg0 != nullptr && isStructBufferType(arg0->getType())) { in handleFunctionCall()
6986 if (buffer == nullptr || ! isStructBufferType(buffer->getType())) in indexStructBufferContent()