Home
last modified time | relevance | path

Searched refs:getConstPointer (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h97 ConstantUnion* getConstPointer() in getConstPointer() function
105 ConstantUnion* getConstPointer() const { return unionArray; } in getConstPointer() function
349 constant->getConstPointer()->setIConst(value); in insertConstInt()
DParseHelper.cpp911 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()
Dglslang.y237 ConstantUnion *constArray = variable->getConstPointer();
DOutputASM.cpp3519 if (operand->getArraySize() > maxUniformVectors->getConstPointer()->getIConst()) in arrayExceedsLimits()
3524 << " (" << maxUniformVectors->getConstPointer()->getIConst() << ")"; in arrayExceedsLimits()
Dglslang_tab.cpp2379 ConstantUnion *constArray = variable->getConstPointer(); in yyparse()
/external/angle/src/compiler/translator/
DSymbol.h127 const TConstantUnion *getConstPointer() const { return unionArray; } in getConstPointer() function
DSymbolTable.cpp221 ASSERT(!variable.getConstPointer()); in isStaticallyUsed()
DParseContext.cpp1297 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()
DIntermNode.cpp555 return variable().getConstPointer() != nullptr; in hasConstantValue()
560 return variable().getConstPointer(); in getConstantValue()