Home
last modified time | relevance | path

Searched refs:transferTypeAttributes (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp398 … parseContext.transferTypeAttributes(token.loc, declarator.attributes, declaredType, true); in acceptDeclaration()
431 parseContext.transferTypeAttributes(token.loc, declarator.attributes, declaredType); in acceptDeclaration()
615 parseContext.transferTypeAttributes(token.loc, attributes, type); in acceptFullySpecifiedType()
2406 parseContext.transferTypeAttributes(token.loc, attributes, memberType); in acceptStructDeclarationList()
2612 parseContext.transferTypeAttributes(token.loc, attributes, *type); in acceptParameterDeclaration()
DhlslParseHelper.h86 …void transferTypeAttributes(const TSourceLoc&, const TAttributes&, TType&, bool allowEntry = false…
DhlslParseHelper.cpp1888 void HlslParseContext::transferTypeAttributes(const TSourceLoc& loc, const TAttributes& attributes,… in transferTypeAttributes() function in glslang::HlslParseContext