/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()
|
/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...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 526 result.emplace_back((**pDsl).layout.get()); in getDescriptorSetLayouts() 704 // 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. 2301 return m_context.getBinaryCollection().get(getShaderName(stage)); 4019 DE_ASSERT(resources.rtBlas.get() == DE_NULL); 4031 DE_ASSERT(resources.rtTlas.get() == DE_NULL); 4089 pAlloc = descriptorBuffer.alloc.get(); [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib.c | 37 * get/set operations for common cases, so that access to SOC-integrated 129 * gpiochip_get_desc - get the GPIO descriptor corresponding to the given 204 * @desc: GPIO to get the direction of 525 chip_err(gc, "%s: unable to get GPIO desc: %ld\n", __func__, in gpiochip_machine_hog() 656 * get *rid* of this numberspace and use only descriptors, but in gpiochip_add_data_with_key() 657 * it may be a pipe dream. It will not happen before we get rid in gpiochip_add_data_with_key() 747 * we get a device node entry in sysfs under in gpiochip_add_data_with_key() 795 * gpiochip_get_data() - get per-subdriver data for the chip 1704 * need to use gpiochip_get_data() to get their local state containers back 1737 * FIXME: get ri in gpiochip_irqchip_add_key() [all...] |
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 138 * clk_pm_runtime_get_all() - Runtime "get" all clk provider devices 164 * Runtime PM "get" all the devices that are needed for the clks in clk_pm_runtime_get_all() 172 pr_err("clk: Failed to runtime PM get '%s' for clk '%s'\n", in clk_pm_runtime_get_all() 470 * clock-controller@f00abcd without needing to get the globally unique name of 834 * also get under exclusive control of the calling consumer. 892 * clk_rate_exclusive_get - get exclusivity over the clk rate control 900 * also get under exclusive control of the calling consumer. 1501 * __clk_determine_rate - get the closest rate actually supported by a clock 2301 /* calculate new rates and get the topmost changed clock */ in clk_core_set_rate_nolock() 2376 * clk_set_rate_exclusive - specify a new rate and get exclusiv 4524 struct clk *(*get)(struct of_phandle_args *clkspec, void *data); global() member [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 190 * If we get here then we never received a repsonse to our in qedf_handle_link_update() 362 * This function is called if link_down_tmo is in use. If we get a link up and 576 * Prevent race where we're removing the module and we get link update in qedf_link_update() 635 static void qedf_dcbx_handler(void *dev, struct qed_dcbx_get *get, u32 mib_type) in qedf_dcbx_handler() argument 641 "prio=%d.\n", get->operational.valid, get->operational.enabled, in qedf_dcbx_handler() 642 get->operational.app_prio.fcoe); in qedf_dcbx_handler() 644 if (get->operational.enabled && get->operational.valid) { in qedf_dcbx_handler() 659 * 3. Use the priority we get fro in qedf_dcbx_handler() [all...] |
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer.c | 114 /* get the mapped name if the unit matches */ 149 /* get the mapped selector source name */ 327 "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n", in get_ctl_value_v1() 371 "cannot get ctl value: req = %#x, wValue = %#x, wIndex = %#x, type = %d\n", in get_ctl_value_v2() 439 "cannot get current value for control %d ch %d: err = %d\n", in snd_usb_get_cur_mix_value() 607 * get a terminal name string 1226 "%d:%d: cannot get min/max values for control %d (id %d)\n", in get_min_max_with_quirks() 1322 /* get a feature/mixer unit info */ 1357 /* get the current value from feature/mixer unit */ 1428 /* get th [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 375 * clock-controller@f00abcd without needing to get the globally unique name of 725 * @hw: the hw clk we want to get the range from 856 * also get under exclusive control of the calling consumer. 914 * clk_rate_exclusive_get - get exclusivity over the clk rate control 922 * also get under exclusive control of the calling consumer. 1632 * __clk_determine_rate - get the closest rate actually supported by a clock 2439 /* calculate new rates and get the topmost changed clock */ in clk_core_set_rate_nolock() 2514 * clk_set_rate_exclusive - specify a new rate and get exclusive control 2837 * prepared state, the clk will get enabled for the duration of this call. If 3813 * CCF to get a in __clk_core_init() 4781 struct clk *(*get)(struct of_phandle_args *clkspec, void *data); global() member [all...] |