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.cpp3505 if (operand->getArraySize() > maxUniformVectors->getConstPointer()->getIConst()) in arrayExceedsLimits()
3510 << " (" << maxUniformVectors->getConstPointer()->getIConst() << ")"; in arrayExceedsLimits()
Dglslang_tab.cpp2379 ConstantUnion *constArray = variable->getConstPointer(); in yyparse()
/external/angle/src/compiler/translator/
DSymbol.h91 const TConstantUnion *getConstPointer() const { return unionArray; } in getConstPointer() function
DSymbolTable.cpp217 ASSERT(!variable.getConstPointer()); in isStaticallyUsed()
DParseContext.cpp1211 maxDrawBuffers->getConstPointer()->getIConst()) in declareVariable()
1954 if (variable->getConstPointer() && variableType.canReplaceWithConstantUnion()) in parseVariableIdentifier()
1956 const TConstantUnion *constArray = variable->getConstPointer(); in parseVariableIdentifier()
3157 maxComputeWorkGroupSize->getConstPointer(); in parseGlobalLayoutQualifier()
DIntermNode.cpp504 return variable().getConstPointer() != nullptr; in hasConstantValue()
509 return variable().getConstPointer(); in getConstantValue()