Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DParseContext.h527 void checkAtomicCounterOffsetAlignment(const TSourceLoc &location, const TType &type);
DParseContext.cpp2489 void TParseContext::checkAtomicCounterOffsetAlignment(const TSourceLoc &location, const TType &type) in checkAtomicCounterOffsetAlignment() function in sh::TParseContext
2602 checkAtomicCounterOffsetAlignment(identifierOrTypeLocation, *type); in parseSingleDeclaration()
2651 checkAtomicCounterOffsetAlignment(identifierLocation, *arrayType); in parseSingleArrayDeclaration()
2815 checkAtomicCounterOffsetAlignment(identifierLocation, *type); in parseDeclarator()
2857 checkAtomicCounterOffsetAlignment(identifierLocation, *arrayType); in parseArrayDeclarator()