Home
last modified time | relevance | path

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

/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/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/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/typescript/src/harness/
DvirtualFileSystemWithWatch.ts225 private nextId = 1; property in ts.TestFSWithWatch.Callbacks
231 return this.nextId;
235 const timeoutId = this.nextId;
236 this.nextId++;
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts110nextId) => factory.createAssignment(factory.createPropertyAccessExpression(factory.createIdentifi…
437nextId) => factory.createAssignment(factory.createPropertyAccessExpression(factory.createIdentifi…
/third_party/typescript/src/server/
DeditorServices.ts673 let nextId = 1;
674 return () => nameFactory(nextId++);
/third_party/typescript/lib/
Dtsc.js90582nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
90698nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
DtypingsInstaller.js109298nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument
109517nextId) { return factory.createAssignment(factory.createPropertyAccessExpression(factory.createIde… argument