Home
last modified time | relevance | path

Searched refs:functionId (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DArrayReturnValueToOutParameter.cpp109 const TSymbolUniqueId &functionId = node->getFunction()->uniqueId(); in visitFunctionPrototype() local
110 if (mChangedFunctions.find(functionId.get()) == mChangedFunctions.end()) in visitFunctionPrototype()
127 mChangedFunctions[functionId.get()] = changedFunction; in visitFunctionPrototype()
130 new TIntermFunctionPrototype(mChangedFunctions[functionId.get()].func); in visitFunctionPrototype()
186 const TSymbolUniqueId &functionId = in visitBranch() local
188 ASSERT(mChangedFunctions.find(functionId.get()) != mChangedFunctions.end()); in visitBranch()
190 new TIntermSymbol(mChangedFunctions[functionId.get()].returnValueVariable); in visitBranch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DArrayReturnValueToOutParameter.cpp113 const TSymbolUniqueId &functionId = node->getFunction()->uniqueId(); in visitFunctionPrototype() local
114 if (mChangedFunctions.find(functionId.get()) == mChangedFunctions.end()) in visitFunctionPrototype()
131 mChangedFunctions[functionId.get()] = changedFunction; in visitFunctionPrototype()
134 new TIntermFunctionPrototype(mChangedFunctions[functionId.get()].func); in visitFunctionPrototype()
189 const TSymbolUniqueId &functionId = in visitBranch() local
191 ASSERT(mChangedFunctions.find(functionId.get()) != mChangedFunctions.end()); in visitBranch()
193 new TIntermSymbol(mChangedFunctions[functionId.get()].returnValueVariable); in visitBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordPrinter.cpp83 OS << formatv("<Function Enter: #{0} delta = +{1}>", R.functionId(), in visit()
88 R.functionId(), R.delta()); in visit()
91 OS << formatv("<Function Exit: #{0} delta = +{1}>", R.functionId(), in visit()
95 OS << formatv("<Function Tail Exit: #{0} delta = +{1}>", R.functionId(), in visit()
DFDRTraceExpander.cpp115 CurrentRecord.FuncId = R.functionId(); in visit()
DFDRTraceWriter.cpp142 uint32_t TypeRecordFuncId = uint32_t{R.functionId() & ~uint32_t{0x0Fu << 28}}; in visit()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp584 auto functionId = Function::ID(insn.word(3)); in EmitFunctionCall() local
585 const auto &functionIt = functions.find(functionId); in EmitFunctionCall()
DSpirvShader.cpp435 auto functionId = Function::ID(insn.word(2)); local
436 …(currentFunction == 0, "Functions %d and %d overlap", currentFunction.value(), functionId.value());
437 currentFunction = functionId;
438 auto &function = functions[functionId];
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.h394 void startNewFunction(spirv::IdRef functionId, const TFunction *func);
DOutputSPIRV.cpp135 spirv::IdRef functionId; member
2014 const spirv::IdRef functionId = mFunctionIdMap[function].functionId; in createFunctionCall() local
2103 functionId, parameters); in createFunctionCall()
5539 spirv::WriteFunction(mBuilder.getSpirvFunctions(), ids.returnTypeId, ids.functionId, in visitFunctionDefinition()
5559 mBuilder.startNewFunction(ids.functionId, function); in visitFunctionDefinition()
5678 ids.functionId = mBuilder.getNewId(mBuilder.getDecorations(function->getReturnType())); in visitFunctionPrototype()
5683 mBuilder.setEntryPointId(ids.functionId); in visitFunctionPrototype()
DBuildSPIRV.cpp1450 void SPIRVBuilder::startNewFunction(spirv::IdRef functionId, const TFunction *func) in startNewFunction() argument
1459 spirv::WriteName(&mSpirvDebug, functionId, hashFunctionName(func).data()); in startNewFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h389 int32_t functionId() const { return FuncId; } in functionId() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp3942 spirv::IdResult functionId; in transformInstruction() local
3945 spirv::ParseFunction(instruction, &id, &functionId, &functionControl, &functionType); in transformInstruction()
3947 mWriteExpandedMatrixInitialization = functionId == mEntryPointId; in transformInstruction()
/third_party/typescript/lib/
Dlib.dom.d.ts2577 …genericFunction(functionId: number, destination: any, parameters?: string, callbackId?: number): v…
2578 genericSynchronousFunction(functionId: number, parameters?: string): string;
5505 genericSynchronousFunction(functionId: number, parameters?: string): string;
/third_party/typescript/src/lib/
Ddom.generated.d.ts2557 …genericFunction(functionId: number, destination: any, parameters?: string, callbackId?: number): v…
2558 genericSynchronousFunction(functionId: number, parameters?: string): string;
5485 genericSynchronousFunction(functionId: number, parameters?: string): string;