Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateVaryingLocations.cpp82 int GetLocationCount(const TType &varyingType, bool ignoreVaryingArraySize) in GetLocationCount() function
269 const int elementCount = GetLocationCount(varying->getType(), ignoreVaryingArraySize); in ValidateShaderInterfaceAndAssignLocations()
356 return GetLocationCount(varyingType, ignoreVaryingArraySize); in CalculateVaryingLocationCount()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateVaryingLocations.cpp28 int GetLocationCount(const TIntermSymbol *varying, bool ignoreVaryingArraySize) in GetLocationCount() function
80 const int elementCount = GetLocationCount(varying, ignoreVaryingArraySize); in ValidateShaderInterface()