Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DParseContext.h598 int arrayTotalElementCount);
601 int arrayTotalElementCount);
H A DParseContext.cpp2107 int arrayTotalElementCount = type.getArraySizeProduct(); in checkBindingIsValid() local
2119 arrayTotalElementCount); in checkBindingIsValid()
2124 arrayTotalElementCount); in checkBindingIsValid()
2260 int arrayTotalElementCount) in checkImageBindingIsValid() argument
2263 if (binding >= 0 && binding + arrayTotalElementCount > mMaxImageUnits) in checkImageBindingIsValid()
2271 int arrayTotalElementCount) in checkSamplerBindingIsValid() argument
2274 if (binding >= 0 && binding + arrayTotalElementCount > mMaxCombinedTextureImageUnits) in checkSamplerBindingIsValid()