Home
last modified time | relevance | path

Searched defs:ignoreVaryingArraySize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateVaryingLocations.cpp67 int GetInterfaceBlockLocationCount(const TType &varyingType, bool ignoreVaryingArraySize) in GetInterfaceBlockLocationCount()
82 int GetLocationCount(const TType &varyingType, bool ignoreVaryingArraySize) in GetLocationCount()
194 bool ignoreVaryingArraySize = in ValidateShaderInterfaceAndAssignLocations() local
349 const bool ignoreVaryingArraySize = ShouldIgnoreVaryingArraySize(qualifier, shaderType); in CalculateVaryingLocationCount() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateVaryingLocations.cpp28 int GetLocationCount(const TIntermSymbol *varying, bool ignoreVaryingArraySize) in GetLocationCount()
66 bool ignoreVaryingArraySize) in ValidateShaderInterface()