Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h305 TType* getStructBufferContentType(const TType& type) const;
306 …bool isStructBufferType(const TType& type) const { return getStructBufferContentType(type) != null… in isStructBufferType()
DhlslParseHelper.cpp6909 TType* HlslParseContext::getStructBufferContentType(const TType& type) const in getStructBufferContentType() function in glslang::HlslParseContext