/third_party/skia/tests/ |
H A D | SkRuntimeEffectTest.cpp | 347 verify_2x2_surface_results(fReporter, fBuilder->effect(), fSurface.get(), expected); in test() 397 verify_2x2_surface_results(fReporter, fBuilder->effect(), fSurface.get(), expected); in test()
|
H A D | SVGDeviceTest.cpp | 86 SkParse::FindScalars(x, xpos.get(), xposCount); in check_text_node() 107 SkParse::FindScalars(y, ypos.get(), yposCount); in check_text_node()
|
/third_party/skia/third_party/externals/piex/src/ |
H A D | tiff_parser.cc | 699 stream_, tiff_content->exif_directory.get(), &next_ifd_offset)) { in Parse() 750 gps_tags, stream_, tiff_content->gps_directory.get(), in ParseGpsData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCSerialization.h | 567 return serializeSeq(C, std::get<Is>(V)...); in serializeTupleHelper() 574 return deserializeSeq(C, std::get<Is>(V)...); in deserializeTupleHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PassManager.h | 69 /// from the \c AnalysisInfoMixin to get a static ID method used to identify 90 /// definition for this template in order to get the correct behavior on 424 return AM.template getResult<PassT>(IR, std::get<Ns>(Args)...); in getAnalysisResultUnpackTuple() 505 auto *P = Passes[Idx].get(); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 82 return Wrapped ? MetadataAsValue::get(C, ValueAsMetadata::get(V)) : V; in remapInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 403 /// get type deduction of T right. 696 -> decltype(std::forward<F>(f)(std::get<I>(std::forward<Tuple>(t))...)) { in forward() 697 return std::forward<F>(f)(std::get<I>(std::forward<Tuple>(t))...); in forward()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 189 GCOVEdge *Edge = Edges.back().get(); in readGCNO() 627 Buffer = std::move(BufferOrErr.get());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 491 return I.get(); in getSubtargetImpl() 529 return I.get(); in getSubtargetImpl() 859 // XXX - Can we get away without running DeadMachineInstructionElim again? in addMachineSSAOptimization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 704 MI->setDesc(MipsII->get(Entry.NarrowOpc())); in ReplaceInstruction() 709 const MCInstrDesc &NewMCID = MipsII->get(Entry.NarrowOpc()); in ReplaceInstruction()
|
H A D | MipsDelaySlotFiller.cpp | 651 DSI->setDesc(TII->get(getEquivalentCallShort(DSI->getOpcode()))); in runOnMachineBasicBlock() 679 BuildMI(MBB, std::next(I), I->getDebugLoc(), TII->get(Mips::NOP)); in runOnMachineBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 375 // If all outer calls to Caller would get inlined, the cost for the last in shouldBeDeferred() 470 // IC does not bool() to false, so get an InlineCost that will. in shouldInline() 523 Attribute attr = Attribute::get(CS->getContext(), "inline-remark", message); in setInlineRemark() 805 CallGraphNode *CGN = I.second.get(); 992 // manager we get here for looking up results for functions other than this
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 544 StoredValue, ConstantInt::get(IRB.getInt32Ty(), 0)); in instrumentLoadOrStore() 705 IRB.CreateInsertValue(UndefValue::get(CASI->getType()), OldVal, 0); in instrumentAtomic()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function_arithmetic_test.cc | 961 auto& intrinsic = std::get<0>(GetParam()); in TEST_P() 962 auto& arg = std::get<1>(GetParam()); in TEST_P()
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff_main.cpp | 292 /// Iterate over dir and get all files whose filename: 479 } else if (are_buffers_equal(baseFileBits.get(), comparisonFileBits.get())) { in create_diff_images()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_unittest.cc | 211 EXPECT_EQ(ReadFromInput(input, buffer.get(), str.size()), str.size()); in ReadString() 212 EXPECT_STREQ(str.c_str(), buffer.get()); in ReadString()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | check.rs | 25 // get fed straight to rustc, so for errors that rustc already contains 322 if let Some(ety) = cx.types.untrusted.get(&name.rust) { in check_api_struct() 394 if let Some(reasons) = cx.types.required_trivial.get(&ety.name.rust) { in check_api_type()
|
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | editor.cpp | 79 if (const SkTextBlob* b = line.fBlob.get()) { in getPosition() 455 c->drawTextBlob(line.fBlob.get(), line.fOrigin.x(), line.fOrigin.y(), foreground); in paint()
|
/third_party/spirv-tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 347 // OpAccessChain indices are treated as signed. So get the signed in ClampIndicesForAccessChain() 572 Instruction* inst = import_inst.get(); in GetGlslInsts() 667 // *into* the runtime-array. To get the number of elements in the runtime in MakeRuntimeArrayLengthInst() 679 // Walk backward through pointer address calculations until we either get in MakeRuntimeArrayLengthInst() 843 def_use_mgr->AnalyzeInstDefUse(cap.get()); in ClampCoordinateForImageTexelPointer()
|
/third_party/spirv-tools/test/opt/ |
H A D | local_ssa_elim_test.cpp | 1596 // Force the instruction to block mapping to get built. in TEST_F() 1601 const auto status = pass->Run(context.get()); in TEST_F() 1910 // Check that the copy object get the undef value implicitly assigned in the in TEST_F() 1967 // Check that the copy object get the undef value implicitly assigned in the in TEST_F() 1998 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
|
/third_party/spirv-tools/tools/fuzz/ |
H A D | fuzz.cpp | 613 spvtools::fuzz::FuzzerContext::GetMinFreshId(ir_context.get()), in Fuzz() 618 spvtools::MakeUnique<spvtools::fuzz::FactManager>(ir_context.get()), in Fuzz()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSparseRenderTargetTests.cpp | 333 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u)); in createRenderPipeline() 334 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u)); in createRenderPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesMipmapSparseResidency.cpp | 373 &imageMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate() 539 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &imageMemoryBindSemaphore.get(), stageBits, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.cpp | 156 const rr::Program program(m_vertexShaders[objectNdx].get(), m_fragmentShaders[objectNdx].get()); in draw()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 327 Move<VkInstance> instance = vk::createDefaultInstance(vkp, apiVersion, enabledLayersStr, usedExtensionsVec, cmdLine, debugReportRecorder.get(), pAllocator); in createCustomInstanceWithExtensions() 896 DE_ASSERT(m_deviceDriver.get() != DE_NULL); in getDeviceDriver()
|