Home
last modified time | relevance | path

Searched refs:nextId (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/src/sksl/lex/
DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/third_party/skia/src/sksl/lex/
DNFA.cpp16 for (int nextId : fStates[id].fNext) { in match() local
17 if (fStates[nextId].fKind != NFAState::kRemapped_Kind) { in match()
18 next.push_back(nextId); in match()
20 next.insert(next.end(), fStates[nextId].fData.begin(), in match()
21 fStates[nextId].fData.end()); in match()
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp379 SpvId SPIRVCodeGenerator::nextId() { in nextId() function in SkSL::SPIRVCodeGenerator
481 SpvId result = this->nextId(); in getType()
591 SpvId result = this->nextId(); in getFunctionType()
647 SpvId result = this->nextId(); in getPointerType()
712 SpvId result = this->nextId(); in writeIntrinsicCall()
732 SpvId result = this->nextId(); in writeIntrinsicCall()
778 SpvId vector = this->nextId(); in vectorize()
819 SpvId result = this->nextId(); in writeSpecialIntrinsic()
959 SpvId flipped = this->nextId(); in writeSpecialIntrinsic()
1034 tmpVar = this->nextId(); in writeFunctionCall()
[all …]
DSkSLSPIRVCodeGenerator.h149 SpvId nextId();
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp254 this->writeLabel(this->nextId(nullptr), out); in writeOpCode()
297 this->writeLabel(this->nextId(nullptr), out); in writeOpCode()
443 SpvId SPIRVCodeGenerator::nextId(const Type* type) { in nextId() function in SkSL::SPIRVCodeGenerator
444 return this->nextId(type && type->hasPrecision() && !type->highPrecision() in nextId()
449 SpvId SPIRVCodeGenerator::nextId(Precision precision) { in nextId() function in SkSL::SPIRVCodeGenerator
585 SpvId result = this->nextId(nullptr); in getType()
620 return this->nextId(nullptr); in getType()
704 SpvId result = this->nextId(nullptr); in getFunctionType()
756 SpvId result = this->nextId(nullptr); in getPointerType()
839 SpvId result = this->nextId(&c.type()); in writeIntrinsicCall()
[all …]
DSkSLSPIRVCodeGenerator.h183 SpvId nextId(const Type* type);
185 SpvId nextId(Precision precision);
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/
Dpromise.js6 nextId,
136 this[PROMISE_ID] = nextId();
D-internal.js216 function nextId() { function
228 nextId,
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontLanguageListCache.cpp132 const uint32_t nextId = inst->mLanguageLists.size(); in getId() local
138 inst->mLanguageListLookupTable.insert(std::make_pair(languages, nextId)); in getId()
139 return nextId; in getId()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkTimelineSemaphore.cpp91 std::atomic<int> TimelineSemaphore::Shared::nextId; member in vk::TimelineSemaphore::Shared
96 , id(nextId++) in Shared()
DVkTimelineSemaphore.hpp97 static std::atomic<int> nextId; member
/third_party/node/test/fixtures/wpt/encoding/streams/
Drealms.window.js68 let nextId = 0;
70 return `realmsId${nextId++}`;
/third_party/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.js448 function nextId() { function
859 this[PROMISE_ID] = nextId();
Des6-promise.auto.js448 function nextId() { function
859 this[PROMISE_ID] = nextId();
Des6-promise.auto.min.map1nextId() {\n return id++;\n}\n\nfunction makePromise(promise) {\n promise[PROMISE_ID] = id++;\n …
Des6-promise.min.map1nextId() {\n return id++;\n}\n\nfunction makePromise(promise) {\n promise[PROMISE_ID] = id++;\n …
Des6-promise.auto.map1nextId() {\n return id++;\n}\n\nfunction makePromise(promise) {\n promise[PROMISE_ID] = id++;\n …
Des6-promise.map1nextId() {\n return id++;\n}\n\nfunction makePromise(promise) {\n promise[PROMISE_ID] = id++;\n …
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts284 private nextId = 1; property in ts.TestFSWithWatch.Callbacks
287 return this.nextId;
291 const timeoutId = this.nextId;
292 this.nextId++;
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts109nextId) => factory.createAssignment(factory.createPropertyAccessExpression(factory.createIdentifi…
436nextId) => factory.createAssignment(factory.createPropertyAccessExpression(factory.createIdentifi…
/third_party/typescript/src/server/
Dproject.ts1796 let nextId = 1;
1797 return () => nameFactory(nextId++);
/third_party/typescript/lib/
Dtsserverlibrary.js95687nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
95906nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
155392 var nextId = 1;
155393 return function () { return nameFactory(nextId++); };
Dtsserver.js95493nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
95712nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
155198 var nextId = 1;
155199 return function () { return nameFactory(nextId++); };
Dtsc.js78352nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
78468nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
DtypingsInstaller.js95482nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
95701nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument

12