Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/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()
1241 maxClipDistances->getConstPointer()->getIConst()) in declareVariable()
1984 if (variable->getConstPointer() && variableType.canReplaceWithConstantUnion()) in parseVariableIdentifier()
1986 const TConstantUnion *constArray = variable->getConstPointer(); in parseVariableIdentifier()
3187 maxComputeWorkGroupSize->getConstPointer(); in parseGlobalLayoutQualifier()
DIntermNode.cpp504 return variable().getConstPointer() != nullptr; in hasConstantValue()
509 return variable().getConstPointer(); in getConstantValue()