Searched refs:symbolId (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLDehydrator.h | 90 if (!symbolId(s, false)) { in writeId() 93 this->writeU16(symbolId(s)); in writeId() 96 uint16_t symbolId(const Symbol* s, bool required = true) {
|
D | SkSLDehydrator.cpp | 145 uint16_t id = this->symbolId(&s, false); in write() 160 this->writeU16(this->symbolId(p)); in write() 228 this->writeU16(this->symbolId(&f.owner())); in write() 531 this->writeU16(this->symbolId(&v.var())); in write() 564 this->writeU16(this->symbolId(&f.declaration())); in write() 569 ordered.insert(this->symbolId(ref)); in write()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RemoveUnreferencedVariables.cpp | 257 int symbolId = initNode->getLeft()->getAsSymbolNode()->uniqueId().get(); in visitDeclaration() local 259 (*mSymbolIdRefCounts)[symbolId] == 1u && !initNode->getRight()->hasSideEffects(); in visitDeclaration()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 2428 int symbolId = 0; in addInterfaceBlock() local 2463 symbolId = instanceTypeDef->getUniqueId(); in addInterfaceBlock() 2467 …TIntermAggregate *aggregate = intermediate.makeAggregate(intermediate.addSymbol(symbolId, symbolNa… in addInterfaceBlock()
|
/external/angle/src/compiler/translator/ |
D | OutputSPIRV.cpp | 4353 const spirv::IdRef symbolId = getSymbolIdAndStorageClass(symbol, type, &storageClass); in visitSymbol() local 4355 nodeDataInitLValue(&mNodeData.back(), symbolId, typeId, storageClass, typeSpec); in visitSymbol()
|