Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h303 int getIoArrayImplicitSize(bool isPerPrimitive = false) const;
DParseHelper.cpp578 int newSize = getIoArrayImplicitSize(symbolNode->getType().getQualifier().isPerPrimitive()); in handleIoResizeArrayAccess()
594 int requiredSize = getIoArrayImplicitSize(isPerPrimitive); in checkIoArraysConsistency()
625 int TParseContext::getIoArrayImplicitSize(bool isPerPrimitive) const in getIoArrayImplicitSize() function in glslang::TParseContext
1376 length = getIoArrayImplicitSize(type.getQualifier().isPerPrimitive()); in handleLengthMethod()