Home
last modified time | relevance | path

Searched refs:get (Results 3926 - 3950 of 15595) sorted by relevance

1...<<151152153154155156157158159160>>...624

/third_party/skia/src/gpu/
H A DGrPaint.h92 return fColorFragmentProcessor.get(); in getColorFragmentProcessor()
95 return fCoverageFragmentProcessor.get(); in getCoverageFragmentProcessor()
/third_party/skia/src/core/
H A DSkFontPriv.h26 * we store paths as floats. However, we get the path from the font
96 font.textToGlyphs(text, length, encoding, fStorage.get(), fCount); in SkAutoToGlyphs()
97 fGlyphs = fStorage.get(); in SkAutoToGlyphs()
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramDataManager.cpp15 memset(fUniformData.get(), 0, uniformBufferSize); in GrDawnProgramDataManager()
48 gpu->queue().WriteBuffer(slice.fBuffer, slice.fOffset, fUniformData.get(), fUniformSize); in uploadUniformBuffers()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_spec_constant_op.cpp47 ApplyImpl(clone.get()); in IsApplicable()
48 return fuzzerutil::IsValid(clone.get(), in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_spec_constant_op.cpp47 ApplyImpl(clone.get()); in IsApplicable()
48 return fuzzerutil::IsValid(clone.get(), in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
H A Dspvtools_fuzz_fuzzer.cpp66 spvtools::fuzz::FuzzerContext::GetMinFreshId(ir_context.get()), false); in LLVMFuzzerTestOneInput()
70 spvtools::MakeUnique<spvtools::fuzz::FactManager>(ir_context.get()), in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dredundancy_elimination_test.cpp32 // Test that it can get a simple case of local redundancy elimination.
234 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
272 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
275 // Test that it can get a simple case of local redundancy elimination
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.h64 return fReader.get();
95 return fSwizzler.get();
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DRoundedManchesterEncoder.h68 ? mZeroAfterOne.get()
69 : mZeroAfterZero.get();
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DFlowGraphNode.cpp34 frameCount = port.get().pullData(callCount, frameCount); in pullData()
52 port.get().pullReset(); in pullReset()
/third_party/skia/tests/
H A DShaderTest.cpp25 // wack these so we don't get a false positive in check_isaimage()
51 check_isaimage(reporter, shader0.get(), W, H, tmx, tmy, localM); in DEF_TEST()
52 check_isaimage(reporter, shader1.get(), W, H, tmx, tmy, localM); in DEF_TEST()
H A DPDFTaggedLinkTest.cpp52 metadata.fStructureElementTreeRoot = root.get(); in DEF_TEST()
71 SkAnnotateRectWithURL(canvas, linkRect, url.get()); in DEF_TEST()
/third_party/skia/src/sksl/ir/
H A DSkSLChildCall.cpp46 const Type* half4 = context.fTypes.fHalf4.get(); in call_signature_is_valid()
47 const Type* float2 = context.fTypes.fFloat2.get(); in call_signature_is_valid()
/third_party/skia/src/utils/
H A DSkTextUtils.cpp31 font.getPos(ag.glyphs(), ag.count(), pos.get(), {x, y}); in GetPath()
36 } rec = { path, pos.get() }; in GetPath()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DBrotliInputStream.java68 return decoder.buffer.get() & 0xFF; in read()
87 decoder.buffer.get(b, off, limit); in read()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp26 FunctionType::get(Type::getInt32Ty(C), true)); in getDefaultPersonalityFn()
69 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C)); in Next()
H A DNameAnonGlobals.cpp34 std::string &get() { in get() function in __anon25229::ModuleHasher
72 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dblockingcall.h36 auto scheduler = Scheduler::get(); in call()
61 auto scheduler = Scheduler::get(); in call()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg) in ExpandStore()
69 TII->get(getMappedOp(SI.getOpcode()))) in ExpandStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp56 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue()
60 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
H A DNVPTXLowerAlloca.cpp74 auto LocalAddrTy = PointerType::get(ETy, ADDRESS_SPACE_LOCAL); in runOnFunction()
76 auto GenericAddrTy = PointerType::get(ETy, ADDRESS_SPACE_GENERIC); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp109 BuildMI(MBB, FlagsDefMI, MI.getDebugLoc(), TII->get(X86::MOV32r0), in runOnMachineFunction()
115 TII->get(X86::INSERT_SUBREG), InsertReg) in runOnMachineFunction()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dresbund.h93 * @param locale This is the locale this resource bundle is for. To get resources
376 get(int32_t index,
401 get(const char* key,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIteratedDominanceFrontier.h31 ChildrenTy get(const NodeRef &N);
66 ChildrenGetterTy<BasicBlock, IsPostDom>::get(const NodeRef &N) { in get() function in llvm::IDFCalculatorDetail::ChildrenGetterTy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h89 /// KnownBitsInfo &Info = getAnalysis<GISelKnownBitsInfoAnalysis>().get(MF);
104 GISelKnownBits &get(MachineFunction &MF) { in get() function in llvm::GISelKnownBitsAnalysis
107 return *Info.get(); in get()

Completed in 11 milliseconds

1...<<151152153154155156157158159160>>...624