Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h299 TType* getStructBufferContentType(const TType& type) const;
300 …bool isStructBufferType(const TType& type) const { return getStructBufferContentType(type) != null… in isStructBufferType()
DhlslParseHelper.cpp6744 TType* HlslParseContext::getStructBufferContentType(const TType& type) const in getStructBufferContentType() function in glslang::HlslParseContext