Home
last modified time | relevance | path

Searched refs:tempVar (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DimplicitAnyCastedValue.js13 public get tempVar() {
93 Object.defineProperty(C.prototype, "tempVar", {
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp136 TVariable *tempVar = DeclareTempVariable(symbolTable, index, EvqTemporary, &tempDecl); in ExtractSideEffects() local
139 asBinary->replaceChildNode(index, new TIntermSymbol(tempVar)); in ExtractSideEffects()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp1777 const spirv::IdRef tempVar(SpirvTransformerBase::GetNewId(blobOut));
1781 spirv::WriteLoad(blobOut, tempVarType, tempVar, mFixedVaryingId[id], nullptr);
1785 spirv::WriteStore(blobOut, id, tempVar, nullptr);
1825 const spirv::IdRef tempVar(SpirvTransformerBase::GetNewId(blobOut));
1829 spirv::WriteLoad(blobOut, tempVarType, tempVar, id, nullptr);
1832 spirv::WriteStore(blobOut, mFixedVaryingId[id], tempVar, nullptr);
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp514 String tempVar = "_skTemp" + to_string(fVarCount++); in getTempVariable() local
515 this->fFunctionHeader += " " + this->typeName(type) + " " + tempVar + ";\n"; in getTempVariable()
516 return tempVar; in getTempVariable()
H A DSkSLSPIRVCodeGenerator.cpp1240 for (const TempVar& tempVar : tempVars) { in copyBackTempVars()
1241 SpvId load = this->nextId(tempVar.type); in copyBackTempVars()
1242 this->writeInstruction(SpvOpLoad, this->getType(*tempVar.type), load, tempVar.spvId, out); in copyBackTempVars()
1243 tempVar.lvalue->store(load, out); in copyBackTempVars()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp931 const spirv::IdRef tempVar = in accessChainLoad() local
936 spirv::WriteStore(mBuilder.getSpirvCurrentFunctionBlock(), tempVar, loadResult, in accessChainLoad()
940 data->baseId = tempVar; in accessChainLoad()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 212 milliseconds