Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateVaryingLocations.cpp59 int totalLocation = 0; in GetStructLocationCount() local
62 totalLocation += GetFieldLocationCount(field); in GetStructLocationCount()
64 return totalLocation; in GetStructLocationCount()
69 int totalLocation = 0; in GetInterfaceBlockLocationCount() local
72 totalLocation += GetFieldLocationCount(field); in GetInterfaceBlockLocationCount()
77 totalLocation *= varyingType.getArraySizeProduct(); in GetInterfaceBlockLocationCount()
79 return totalLocation; in GetInterfaceBlockLocationCount()
88 int totalLocation = 0; in GetLocationCount() local
94 totalLocation += GetFieldLocationCount(field); in GetLocationCount()
96 return totalLocation; in GetLocationCount()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateVaryingLocations.cpp34 int totalLocation = 0; in GetLocationCount() local
40 totalLocation += fieldType->getSecondarySize(); in GetLocationCount()
42 return totalLocation; in GetLocationCount()