Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.h566 int arrayTotalElementCount);
569 int arrayTotalElementCount);
DParseContext.cpp1796 int arrayTotalElementCount = type.getArraySizeProduct(); in checkBindingIsValid() local
1800 arrayTotalElementCount); in checkBindingIsValid()
1805 arrayTotalElementCount); in checkBindingIsValid()
1903 int arrayTotalElementCount) in checkImageBindingIsValid() argument
1906 if (binding >= 0 && binding + arrayTotalElementCount > mMaxImageUnits) in checkImageBindingIsValid()
1914 int arrayTotalElementCount) in checkSamplerBindingIsValid() argument
1917 if (binding >= 0 && binding + arrayTotalElementCount > mMaxCombinedTextureImageUnits) in checkSamplerBindingIsValid()