Home
last modified time | relevance | path

Searched refs:getLocationCount (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DTypes.cpp521 int TType::getLocationCount() const in getLocationCount() function in sh::TType
527 count = mStructure->getLocationCount(); in getLocationCount()
866 int TFieldListCollection::getLocationCount() const in getLocationCount() function in sh::TFieldListCollection
871 int fieldCount = field->type()->getLocationCount(); in getLocationCount()
DTypes.h69 int getLocationCount() const;
196 int getLocationCount() const;
DCollectVariables.cpp986 location += fieldType.getLocationCount(); in recordVarying()
DParseContext.cpp1668 checkUniformLocationInRange(identifierLocation, type.getLocationCount(), in nonEmptyDeclarationErrorCheck()
1680 checkAttributeLocationInRange(identifierLocation, type.getLocationCount(), in nonEmptyDeclarationErrorCheck()