Searched refs:transferTypeAttributes (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 398 … 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()
|
D | hlslParseHelper.h | 86 …void transferTypeAttributes(const TSourceLoc&, const TAttributes&, TType&, bool allowEntry = false…
|
D | hlslParseHelper.cpp | 1888 void HlslParseContext::transferTypeAttributes(const TSourceLoc& loc, const TAttributes& attributes,… in transferTypeAttributes() function in glslang::HlslParseContext
|