Home
last modified time | relevance | path

Searched refs:setConstant (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/modules/particles/include/
DSkCurve.h55 void setConstant(float c) { in setConstant() function
71 fSegments.push_back().setConstant(c);
99 void setConstant(SkColor4f c) { in setConstant() function
114 fSegments.push_back().setConstant(c);
/third_party/flutter/skia/modules/particles/src/
DSkCurve.cpp111 fSegments.push_back().setConstant(0.0f); in visitFields()
176 fSegments.push_back().setConstant(SkColor4f{ 1.0f, 1.0f, 1.0f, 1.0f }); in visitFields()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h154 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp144 EmuTlsTmplVar->setConstant(true); in addEmuTlsVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp350 DGVar->setConstant(false); in linkIfNeeded()
351 SGVar->setConstant(false); in linkIfNeeded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp690 PCArray->setConstant(true); in CreatePCArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2009 GV->setConstant(true); in processInternalGlobal()
2604 GV->setConstant(true); in EvaluateStaticConstructor()
DLowerTypeTests.cpp1271 GV->setConstant(false); in moveInitializerToModuleConstructor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2147 unwrap<GlobalVariable>(GlobalVar)->setConstant(IsConstant != 0); in LLVMSetGlobalConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1101 GV->setConstant(IsConstant); in ParseGlobal()