Searched refs:tmpVar (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrConfigConversionEffect.cpp | 25 GrShaderVar tmpVar("tmpColor", kVec4f_GrSLType, 0, kHigh_GrSLPrecision); in emitCode() local 27 tmpVar.appendDecl(args.fShaderCaps, &tmpDecl); in emitCode() 33 fragBuilder->codeAppendf("%s = ", tmpVar.c_str()); in emitCode() 42 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str()); in emitCode() 51 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str()); in emitCode() 57 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), in emitCode() 58 tmpVar.c_str()); in emitCode() 63 tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), tmpVar.c_str(), in emitCode() 64 tmpVar.c_str()); in emitCode() 70 fragBuilder->codeAppendf("%s = %s;", args.fOutputColor, tmpVar.c_str()); in emitCode()
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 1389 SpvId tmpVar; in writeFunctionCall() local 1403 tmpVar = this->nextId(); in writeFunctionCall() 1404 lvalues.push_back(std::make_tuple(tmpVar, this->getType(c.fArguments[i]->fType), in writeFunctionCall() 1410 tmpVar = this->nextId(); in writeFunctionCall() 1415 tmpVar, in writeFunctionCall() 1418 this->writeInstruction(SpvOpStore, tmpVar, tmpValueId, out); in writeFunctionCall() 1419 arguments.push_back(tmpVar); in writeFunctionCall()
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.c | 887 VariantListEntry *tmpVar = var->next; in _appendVariantsToLanguageTag() local 889 var = tmpVar; in _appendVariantsToLanguageTag()
|