/third_party/skia/src/core/ |
H A D | SkImageFilter.cpp | 51 return as_IFB(this)->fInputs[i].get(); in getInput() 240 if (context.cache() && context.cache()->get(key, &result)) { in filterImage() 629 // if we get one back, that means we're about to use it during the conversion anyway. in ImageToColorSpace()
|
H A D | SkTypeface.cpp | 166 return defaults[style].get(); in GetDefaultTypeface() 275 if (auto tf = SkCustomTypefaceBuilder::Deserialize(desc.dupStream().get())) { in MakeDeserialize()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkResourceProvider.cpp | 585 &dataSize, (void*)data.get())); in storePipelineCacheData() 595 *keyData, *SkData::MakeWithoutCopy(data.get(), dataSize), SkString("VkPipelineCache")); in storePipelineCacheData()
|
/third_party/skia/samplecode/ |
H A D | SampleThinAA.cpp | 208 // Use medium quality filter to get mipmaps when drawing smaller, or use nearest filtering in redraw() 228 canvas->drawImageRect(fLastRendered.get(), in redraw() 417 // Base renderers that get wrapped on the offscreen renderers so that they can be transformed 468 this->drawShape(canvas, name, gridX, shapes[i].get(), i == 0);
|
/third_party/skia/src/gpu/ |
H A D | SkGr.cpp | 205 installKey(proxy.get()); in GrMakeCachedBitmapProxyView() 229 proxyProvider->removeUniqueKeyFromProxy(proxy.get()); in GrMakeCachedBitmapProxyView()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_duplicate_region_with_selection.cpp | 473 auto duplicated_block_ptr = duplicated_block.get(); in Apply() 524 user_block == merge_block.get()) { in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ssa_rewrite_pass.cpp | 365 // chain until we get to a float value or a non-target var (i.e. a variable in ProcessLoad() 481 "Tried to get the final argument from an incomplete/trivial Phi"); in GetPhiArgument() 551 generated_phis.push_back(phi_inst.get()); in ApplyReplacements() 721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_duplicate_region_with_selection.cpp | 473 auto duplicated_block_ptr = duplicated_block.get(); in Apply() 524 user_block == merge_block.get()) { in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ssa_rewrite_pass.cpp | 365 // chain until we get to a float value or a non-target var (i.e. a variable in ProcessLoad() 481 "Tried to get the final argument from an incomplete/trivial Phi"); in GetPhiArgument() 551 generated_phis.push_back(phi_inst.get()); in ApplyReplacements() 721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | loop_fission.cpp | 2545 where split but would not get hit before the read currently. 2926 loop_fission.SetContextForTesting(context.get()); in TEST_F() 3184 loop_fission.SetContextForTesting(context.get()); in TEST_F()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | islamcal.cpp | 417 int32_t start = CalendarCache::get(&gMonthCache, month, status); in trueMonthStart() 554 // If useMonth is true, get the day before the start of the month. 678 UPRV_UNREACHABLE; // should not get here, out of range in handleComputeFields() 751 gSystemDefaultCenturyStartYear = calendar.get(UCAL_YEAR, status); in initializeSystemDefaultCentury()
|
H A D | listformatter.cpp | 329 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal() 341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
|
H A D | measfmt.cpp | 557 nf = numberFormat->get(); in formatMeasures() 697 // get the unitPattern from LongNameHandler and handle fallback to OTHER. in formatMeasure() 758 const DecimalFormat *numberFormatter = dynamic_cast<const DecimalFormat*>(numberFormat->get()); in formatNumeric() 842 nf = numberFormat->get(); in formatMeasuresSlowTrack()
|
H A D | reldtfmt.cpp | 90 // We do need to get separate patterns for the date & time styles. in RelativeDateFormat() 229 // this is just here to get around the hiding problem in format() 587 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status); in dayDifference()
|
/third_party/skia/tests/ |
H A D | BlurTest.cpp | 376 if (nullptr == mf.get()) { in DEF_TEST() 528 ToolUtils::PixelIter iter(surf.get()); in DEF_TEST()
|
H A D | RegionTest.cpp | 272 const size_t bytesWritten = region.writeToMemory(storage.get()); in test_write() 277 REPORTER_ASSERT(r, copy.readFromMemory(storage.get(), bytesNeeded)); in test_write()
|
/third_party/python/Lib/concurrent/futures/ |
H A D | process.py | 244 call_item = call_queue.get(block=True) 385 work_id = self.work_ids_queue.get(block=False)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 645 return DIExpression::get( in createConstantValueExpression() 874 /// If \c Replacement is the same as \c N.get(), instead call \a 879 if (N.get() == Replacement) in replaceTemporary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 80 coveragemap_error get() const { return Err; } in get() function in llvm::coverage::CoverageMapError 168 Counter get(const CounterExpression &E); 511 /// This is the main interface to get coverage information, using a profile to
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 164 assert(Impl.get() != nullptr && "requires non-null implementation"); in directory_iterator() 236 "Cannot get level without any iteration state"); in level() 609 Entry *getLastContent() const { return Contents.back().get(); } in getLastContent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 204 Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator); 207 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 293 assert(V == UI.get()); in analyzeAllUses() 349 if (A->get() == V) { in analyzeAllUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 284 // If it's wrong, we'll materialize the constant and still get to the 365 // Conservatively assume all GPR callee-saved registers get pushed. 400 assert(MI && "Unable to get the legal offset for nil instruction."); 418 const MCInstrDesc &MCID = TII->get(AArch64::ADDXri); 508 BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(AArch64::LDG), ScratchReg) 531 // If we get here, the immediate doesn't fit into the instruction. We folded
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNDPPCombine.cpp | 171 OrigMI.getDebugLoc(), TII->get(DPPOp)); in createDPPInst() 441 TII->get(AMDGPU::IMPLICIT_DEF), CombOldVGPR.Reg); in combineDPPMov()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLegalizerInfo.cpp | 386 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom() 466 *ConstantInt::get(Ctx, AsInteger)); in legalizeCustom()
|