Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable.h274 TVariable *getGlInVariableWithArraySize() const;
DSymbolTable.cpp181 TVariable *TSymbolTable::getGlInVariableWithArraySize() const in getGlInVariableWithArraySize() function in sh::TSymbolTable
DCollectVariables.cpp991 blockSymbol = mSymbolTable->getGlInVariableWithArraySize(); in recordInterfaceBlock()
DParseContext.cpp2249 ASSERT(symbolTable.getGlInVariableWithArraySize() != nullptr); in parseVariableIdentifier()
2250 node = new TIntermSymbol(symbolTable.getGlInVariableWithArraySize()); in parseVariableIdentifier()
2773 ASSERT(symbolTable.getGlInVariableWithArraySize() != nullptr); in checkGeometryShaderInputAndSetArraySize()
2775 symbolTable.getGlInVariableWithArraySize()->getType().getOutermostArraySize()); in checkGeometryShaderInputAndSetArraySize()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DDeclarePerVertexBlocks.cpp387 mSymbolTable->getGlInVariableWithArraySize()->getType().getOutermostArraySize(); in declareDefaultGlIn()