Home
last modified time | relevance | path

Searched refs:getGlInVariableWithArraySize (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable.h232 TVariable *getGlInVariableWithArraySize() const;
H A DSymbolTable.cpp181 TVariable *TSymbolTable::getGlInVariableWithArraySize() const in getGlInVariableWithArraySize() function in sh::TSymbolTable
H A DParseContext.cpp2715 ASSERT(symbolTable.getGlInVariableWithArraySize() != nullptr); in parseVariableIdentifier()
2716 node = new TIntermSymbol(symbolTable.getGlInVariableWithArraySize()); in parseVariableIdentifier()
3318 ASSERT(symbolTable.getGlInVariableWithArraySize() != nullptr); in checkGeometryShaderInputAndSetArraySize()
3320 symbolTable.getGlInVariableWithArraySize()->getType().getOutermostArraySize()); in checkGeometryShaderInputAndSetArraySize()
3987 symbolTable.getGlInVariableWithArraySize()->getType().getOutermostArraySize()); in parseGeometryShaderInputLayoutQualifier()
H A DCollectVariables.cpp1008 blockSymbol = mSymbolTable->getGlInVariableWithArraySize(); in recordInterfaceBlock()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DDeclarePerVertexBlocks.cpp445 mSymbolTable->getGlInVariableWithArraySize()->getType().getOutermostArraySize(); in declareDefaultGlIn()