/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrFilteringTests.cpp | 354 VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert")), in iterate() 355 VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("frag")) in iterate() 369 // get rendered image in iterate()
|
H A D | vktYCbCrImageQueryTests.cpp | 689 VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, ctx.getBinaryCollection().get("vert")), in testImageQueryLod() 690 VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, ctx.getBinaryCollection().get("frag")) in testImageQueryLod()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 603 RSBackgroundThread::Instance().InitRenderContext(GetRenderEngine()->GetRenderContext().get()); in Init() 621 RSUploadResourceThread::Instance().InitRenderContext(GetRenderEngine()->GetRenderContext().get()); in Init() 902 RS_LOGE("%{public}s failed to get system ability manager client", __func__); in SubScribeSystemAbility() 1030 if (std::get<2>(elem) == nullptr) { // check elem is valid in SkipCommandByNodeId() 1033 NodeId nodeId = std::get<2>(elem)->GetNodeId(); in SkipCommandByNodeId() 1961 auto captureTask = std::get<1>(uiCaptureTasks_.front()); in ProcessUiCaptureTasks() 2127 auto params = static_cast<RSSurfaceRenderParams*>(surfaceNode->GetStagingRenderParams().get()); in DoDirectComposition() 2589 auto& partitionVector = std::get<2>(listener.second); // get tuple 2 partition points vector in SurfaceOcclusionCallback() 2605 auto& savedLevel = std::get< in SurfaceOcclusionCallback() [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 275 return static_cast<uint32_t>(GetPersistentId()) & 0xffffffff; // 0xffffffff: to get low 32 bits in GetWindowId() 285 // 0xffffffff: to get low 32 bits in GetParentId() 336 WLOGFE("try to get not exist ColorSpace"); in GetColorSpaceFromSurfaceGamut() 348 WLOGFE("try to get not exist colorGamut"); in GetSurfaceGamutFromColorSpace() 878 context_.get() == win->GetContext().get()) { in FindMainWindowWithContext() 893 if (window && context_.get() == window->GetContext().get()) { in FindExtensionWindowWithContext() 1107 if (context_.get() == nullptr) { in GetFloatingWindowParentId() 1113 context_.get() in GetFloatingWindowParentId() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 252 * Instantiate a TimeZone so we can get the ids. in TestWallyWedel() 297 offset = cal->get(UCAL_ZONE_OFFSET, status) + cal->get(UCAL_DST_OFFSET, status); in TestWallyWedel() 1278 // get time in TestDateFormatZone146() 3597 // we should get the same result. in TestRoundtripWithCalendar() 3627 // we should get the same time and time zone. in TestRoundtripWithCalendar() 3675 logln("Nothing in this test. When we get more data from CLDR, put in some tests of -2, +2, etc. "); 4231 int32_t year = rootChineseCalendar->get(UCAL_YEAR, status); in TestMonthPatterns() 4232 int32_t month = rootChineseCalendar->get(UCAL_MONTH, status) + 1; in TestMonthPatterns() 4233 int32_t isLeapMonth = rootChineseCalendar->get(UCAL_IS_LEAP_MONT in TestMonthPatterns() [all...] |
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 330 # Should be individual strings that will get 441 if fcf.counts.get(name) != 1: 2025 d = self.destinations.get(name) 2129 child = parent.modules.get(field) 2136 child = parent.classes.get(field) 2531 # the variable does get passed in to the _impl. (Ah, if 2614 # (that breaks if we get cloned.) 3363 format_unit = str_converter_argument_map.get(key) 3432 # properly. Hopefully with this approach we'll get it 100% right. 4138 preset = self.clinic.presets.get(destinatio [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 160 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() 280 deUint32 hash; // a value used to "salt" results in memory to get unique values per test case 527 result.emplace_back((**pDsl).layout.get()); in getDescriptorSetLayouts() 705 // The expected data read through a descriptor. Try to get a unique value per test and binding. 1444 // Each set will get its own descriptor buffer binding. 2303 return m_context.getBinaryCollection().get(getShaderName(stage)); 4048 DE_ASSERT(resources.rtBlas.get() == DE_NULL); 4060 DE_ASSERT(resources.rtTlas.get() == DE_NULL); 4118 pAlloc = descriptorBuffer.alloc.get(); [all...] |