Searched refs:getConstPointer (Results 1 – 9 of 9) sorted by relevance
97 ConstantUnion* getConstPointer() in getConstPointer() function105 ConstantUnion* getConstPointer() const { return unionArray; } in getConstPointer() function349 constant->getConstPointer()->setIConst(value); in insertConstInt()
911 int fragDataValue = static_cast<TVariable*>(fragData)->getConstPointer()[0].getIConst(); in arraySetMaxSize()1018 if(type.getArraySize() != maxDrawBuffers->getConstPointer()->getIConst()) in declareVariable()1303 ConstantUnion* constArray = tVar->getConstPointer(); in executeInitializer()
237 ConstantUnion *constArray = variable->getConstPointer();
3519 if (operand->getArraySize() > maxUniformVectors->getConstPointer()->getIConst()) in arrayExceedsLimits()3524 << " (" << maxUniformVectors->getConstPointer()->getIConst() << ")"; in arrayExceedsLimits()
2379 ConstantUnion *constArray = variable->getConstPointer(); in yyparse()
127 const TConstantUnion *getConstPointer() const { return unionArray; } in getConstPointer() function
221 ASSERT(!variable.getConstPointer()); in isStaticallyUsed()
1297 maxDrawBuffers->getConstPointer()->getIConst()) in declareVariable()1327 maxClipDistances->getConstPointer()->getIConst()) in declareVariable()1357 maxCullDistances->getConstPointer()->getIConst()) in declareVariable()2207 if (variable->getConstPointer() && variableType.canReplaceWithConstantUnion()) in parseVariableIdentifier()2209 const TConstantUnion *constArray = variable->getConstPointer(); in parseVariableIdentifier()3594 maxComputeWorkGroupSize->getConstPointer(); in parseGlobalLayoutQualifier()
555 return variable().getConstPointer() != nullptr; in hasConstantValue()560 return variable().getConstPointer(); in getConstantValue()