Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h300 …bool isStructBufferType(const TType& type) const { return getStructBufferContentType(type) != null… in isStructBufferType() function
309 bool isReference(const TType& type) const { return isStructBufferType(type); } in isReference()
DhlslParseHelper.cpp1078 } else if (isStructBufferType(base->getType()) && isStructBufferMethod(field)) { in isBuiltInMethod()
3202 if (! isStructBufferType(bufferType)) in declareStructBufferCounter()
3224 if (buffer == nullptr || ! isStructBufferType(buffer->getType())) in getStructBufferCounter()
5301 if (arg0 != nullptr && isStructBufferType(arg0->getType())) { in handleFunctionCall()
6727 if (buffer == nullptr || ! isStructBufferType(buffer->getType())) in indexStructBufferContent()