Searched refs:symbolId (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/src/sksl/ |
H A 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) { in symbolId() function in SkSL::Dehydrator
|
H A D | SkSLDehydrator.cpp | 140 uint16_t id = this->symbolId(&s, false); in write() 155 this->writeU16(this->symbolId(p)); in write() 219 this->writeU16(this->symbolId(&f.owner())); in write() 532 this->writeU16(this->symbolId(&v.var())); in write() 552 this->writeU16(this->symbolId(&f.declaration())); in write()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RemoveUnreferencedVariables.cpp | 257 int symbolId = initNode->getLeft()->getAsSymbolNode()->uniqueId().get(); in visitDeclaration() local 259 (*mSymbolIdRefCounts)[symbolId] == 1u && !initNode->getRight()->hasSideEffects(); in visitDeclaration()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.h | 728 uint64_t symbolId = symbol.getUniqueId(); in amendSymbolIdLevel() local 729 symbolId &= uniqueIdMask; in amendSymbolIdLevel() 730 symbolId |= (level << LevelFlagBitOffset); in amendSymbolIdLevel() 731 symbol.setUniqueId(symbolId); in amendSymbolIdLevel()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.cpp | 2428 int symbolId = 0; in addInterfaceBlock() local 2463 symbolId = instanceTypeDef->getUniqueId(); in addInterfaceBlock() 2467 TIntermAggregate *aggregate = intermediate.makeAggregate(intermediate.addSymbol(symbolId, symbolName, interfaceBlockType, typeQualifier.line), nameLine); in addInterfaceBlock()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 4804 const spirv::IdRef symbolId = getSymbolIdAndStorageClass(symbol, type, &storageClass); in visitSymbol() local 4806 nodeDataInitLValue(&mNodeData.back(), symbolId, typeId, storageClass, typeSpec); in visitSymbol()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
Completed in 194 milliseconds