Home
last modified time | relevance | path

Searched refs:get (Results 11151 - 11175 of 16019) sorted by relevance

1...<<441442443444445446447448449450>>...641

/third_party/skia/src/core/
H A DSkImageFilter.cpp51 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 DSkTypeface.cpp166 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 DGrVkResourceProvider.cpp585 &dataSize, (void*)data.get())); in storePipelineCacheData()
595 *keyData, *SkData::MakeWithoutCopy(data.get(), dataSize), SkString("VkPipelineCache")); in storePipelineCacheData()
/third_party/skia/samplecode/
H A DSampleThinAA.cpp208 // 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 DSkGr.cpp205 installKey(proxy.get()); in GrMakeCachedBitmapProxyView()
229 proxyProvider->removeUniqueKeyFromProxy(proxy.get()); in GrMakeCachedBitmapProxyView()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_duplicate_region_with_selection.cpp473 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 Dssa_rewrite_pass.cpp365 // 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 Dtransformation_duplicate_region_with_selection.cpp473 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 Dssa_rewrite_pass.cpp365 // 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 Dloop_fission.cpp2545 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 Dislamcal.cpp417 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 Dlistformatter.cpp329 result = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
341 ListFormatInternal* temp = static_cast<ListFormatInternal*>(listPatternHash->get(key)); in getListFormatInternal()
H A Dmeasfmt.cpp557 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 Dreldtfmt.cpp90 // 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 DBlurTest.cpp376 if (nullptr == mf.get()) { in DEF_TEST()
528 ToolUtils::PixelIter iter(surf.get()); in DEF_TEST()
H A DRegionTest.cpp272 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 Dprocess.py244 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 DDIBuilder.h645 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 DCoverageMapping.h80 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 DVirtualFileSystem.h164 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 DGVNExpression.h204 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 DStackSafetyAnalysis.cpp293 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 DAArch64RegisterInfo.cpp284 // 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 DGCNDPPCombine.cpp171 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 DARMLegalizerInfo.cpp386 StructType *RetTy = StructType::get(Ctx, {ArgTy, ArgTy}, /* Packed */ true); in legalizeCustom()
466 *ConstantInt::get(Ctx, AsInteger)); in legalizeCustom()

Completed in 37 milliseconds

1...<<441442443444445446447448449450>>...641