Home
last modified time | relevance | path

Searched refs:get (Results 6701 - 6725 of 11931) sorted by relevance

1...<<261262263264265266267268269270>>...478

/third_party/skia/src/shaders/
H A DSkImageShader.cpp134 buffer.writeImage(fImage.get()); in flatten()
234 as_IB(fImage.get()), rec, alloc); in onMakeContext()
246 return const_cast<SkImage*>(fImage.get()); in onIsAImage()
286 auto fp = as_IB(fImage.get())->asFragmentProcessor(args.fContext, in asFragmentProcessor()
406 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), matrix, sampling.mipmap); in doStages()
686 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), baseInv, sampling.mipmap); in makeProgram()
912 // Alpha-only images get their color from the paint (already converted to dst color space). in makeProgram()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc567 ffuncs->get = _hb_font_funcs_default.get; in hb_font_funcs_create()
723 ffuncs->get.f.name = func; \
727 ffuncs->get.f.name = hb_font_get_##name##_default; \
739 return this->klass->get.array[i] != _hb_font_funcs_default.get.array[i]; in has_func_set()
/third_party/python/Lib/test/
H A Dtest_threading.py53 def get(self): member in Counter
74 print(self.nrunning.get(), 'tasks are running')
75 self.testcase.assertLessEqual(self.nrunning.get(), 3)
83 self.testcase.assertGreaterEqual(self.nrunning.get(), 0)
86 (self.name, self.nrunning.get()))
196 self.assertEqual(numrunning.get(), 0)
241 # thread to get made in the threading._active map.
259 # exposed at the Python level. This test relies on ctypes to get at it.
291 # The exception was raised too quickly for us to get the result.
328 print(" waiting for worker thread to get starte
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h94 Temp /= Scaled64::get(EntryFreq); in updateRelBlockFreq()
430 /// This is the Aliasee in the same module as alias (could get from VI, trades
692 const TypeIdInfo *getTypeIdInfo() const { return TIdInfo.get(); }; in getTypeIdInfo()
1028 dyn_cast<FunctionSummary>(V.getSummaryList().front().get()); in discoverNodes()
1056 !isa<FunctionSummary>(S.second.SummaryList.front().get())) in calculateCallGraphRoot()
1211 return Summary->get(); in findSummaryInModule()
1228 assert(GV.hasName() && "Can't get GlobalValueSummary for GV with no name"); in getGlobalValueSummary()
1369 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get(); in collectDefinedGVSummariesPerModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp440 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp()
460 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp()
497 auto ML = MemoryLocation::get(C); in moveUp()
549 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStore()
579 if (!AA.isNoAlias(MemoryLocation::get(SI), LoadLoc)) in processStore()
624 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore()
736 // Deliberately get the source and destination with bitcasts stripped away, in performCallSlotOptzn()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp385 CfgLocalAllocatorScope _(Func.get()); in translateFunctions()
425 dumpStats(Func.get()); in translateFunctions()
540 // We get an EmitterWorkItem, we need to add it to Pending. in emitItems()
584 Asm.get()); in emitItems()
588 Cfg::emitTextHeader(Name, this, Asm.get()); in emitItems()
607 CfgLocalAllocatorScope _(Func.get()); in emitItems()
609 dumpStats(Func.get()); in emitItems()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp201 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII.get(AMDGPU::S_NOP)) in insertNoopInBundle()
897 TII->get(AMDGPU::V_MOV_B32_e32)) in fixVcmpxPermlaneHazards()
941 BuildMI(*MI->getParent(), MI, MI->getDebugLoc(), TII->get(AMDGPU::V_NOP_e32)); in fixVMEMtoScalarWriteHazards()
1028 TII->get(AMDGPU::S_MOV_B32), AMDGPU::SGPR_NULL) in fixSMEMtoVectorWriteHazards()
1069 TII->get(AMDGPU::S_WAITCNT_DEPCTR)) in fixVcmpxExecWARHazard()
1129 TII->get(AMDGPU::S_WAITCNT_VSCNT)) in fixLdsBranchVmemWARHazard()
H A DSIPeepholeSDWA.cpp927 auto NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(Opc)); in pseudoOpConvertToVOP2()
933 auto NewInst = BuildMI(MBB, MISucc, MISucc.getDebugLoc(), TII->get(SuccOpc)); in pseudoOpConvertToVOP2()
1009 const MCInstrDesc &SDWADesc = TII->get(SDWAOpcode); in convertToSDWA()
1030 // src0_modifiers (except for v_nop_sdwa, but it can't get here) in convertToSDWA()
1178 const MCInstrDesc &Desc = TII->get(MI.getOpcode()); in legalizeScalarOperands()
1197 TII->get(AMDGPU::V_MOV_B32_e32), VGPR); in legalizeScalarOperands()
1244 PotentialMatches[PotentialMI].push_back(Operand.get()); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp897 return ConstantInt::get(cast<IntegerType>(PN.getType()), 1); in GetAnyNonZeroConstInt()
1031 return replaceInstUsesWith(FirstPhi, UndefValue::get(FirstPhi.getType())); in SliceUpIllegalIntegerPHI()
1099 Res = Builder.CreateLShr(Res, ConstantInt::get(InVal->getType(), in SliceUpIllegalIntegerPHI()
1131 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI()
1170 return replaceInstUsesWith(PN, UndefValue::get(PN.getType())); in visitPHINode()
1182 return replaceInstUsesWith(PN, UndefValue::get(PN.getType())); in visitPHINode()
/third_party/spirv-tools/test/opt/dominator_tree/
H A Dgenerated.cpp117 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
284 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
405 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
602 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
733 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
837 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp252 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in iterate()
286 m_vertShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
287 m_fragShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0); in iterate()
290 m_tescShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("tesc"), 0); in iterate()
291 m_teseShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("tese"), 0); in iterate()
301 m_geomShaderModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp405 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in createInstance()
464 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in createInstance()
728 &m_descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in VertexAccessInstance()
813 VK_CHECK(vk.resetFences(*m_device, 1, &m_fence.get())); in iterate()
815 VK_CHECK(vk.waitForFences(*m_device, 1, &m_fence.get(), true, ~(0ull) /* infinity */)); in iterate()
1278 addVertexFormatTests(testCtx, vertexAccessTests.get()); in createVertexAccessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp140 DE_ASSERT(m_vertexShaderModule.get() == DE_NULL); in setShader()
146 DE_ASSERT(m_tessControlShaderModule.get() == DE_NULL); in setShader()
152 DE_ASSERT(m_tessEvaluationShaderModule.get() == DE_NULL); in setShader()
158 DE_ASSERT(m_geometryShaderModule.get() == DE_NULL); in setShader()
164 DE_ASSERT(m_fragmentShaderModule.get() == DE_NULL); in setShader()
1018 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp194 ASSERT_EQ(result_to_check, functions->vkCreateInstance(create_info.get(), callbacks, &inst));
198 ASSERT_EQ(result_to_check, functions->vkCreateInstance(create_info.get(), callbacks, &inst));
291 ASSERT_EQ(result_to_check, functions->vkCreateDevice(phys_dev, create_info.get(), callbacks, &dev));
295 return debug_utils.vkCreateDebugUtilsMessengerEXT(debug_utils.inst, debug_utils.get(), debug_utils.callbacks,
301 create_info.instance_info.pNext = logger.get();
305 create_info.instance_info.pNext = wrapper.get();
335 assert(get_platform_shim_func != NULL && "Must be able to get \"platform_shim\"");
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp45 a.buffer == GetNativeBufferID(b.getBuffer().get()); in SameVertexBuffer()
475 const gl::Buffer *bindingBufferPointer = binding.getBuffer().get(); in streamAttributes()
587 const auto buffer = GetImplAs<BufferGL>(binding.getBuffer().get()); in recoverForcedStreamingAttributesForDrawArraysInstanced()
602 mArrayBuffers[idx].set(context, binding.getBuffer().get()); in recoverForcedStreamingAttributesForDrawArraysInstanced()
662 gl::Buffer *arrayBuffer = bindingBuffer.get(); in updateAttribPointer()
811 gl::Buffer *arrayBuffer = binding.getBuffer().get(); in updateBindingBuffer()
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Dhead.S227 bl __hyp_stub_install @ get into SVC mode, reversibly
238 mrs r2, cpsr @ get current mode
265 * We just need to get rid of any offset by aligning the
290 ldr r2, [r1, #4] @ get &_edata
292 ldr r2, [r2] @ get DTB signature
303 ldr sp, [r1] @ get stack location
364 * dtb data will get relocated along with the kernel if necessary.
687 * dcache_line_size - get the minimum D-cache line size from the CTR register
953 mrc p15, 0, r9, c0, c0 @ get processor ID
967 1: ldr r1, [r12, #0] @ get valu
[all...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_scarlett_gen2.c438 /* get the starting port index number for a given port type/direction */
635 /* send a second message to get the response */ in scarlett2_usb()
750 /* Send a USB message to get data; result placed in *buf */
766 /* Send a USB message to get configuration parameters; result placed in *buf */
778 /* Send a USB message to get volume status; result placed in *buf */
909 /* Send USB message to get meter levels */
1100 .get = scarlett2_master_volume_ctl_get,
1111 .get = scarlett2_volume_ctl_get,
1199 .get = scarlett2_sw_hw_enum_ctl_get,
1261 .get
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java57 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
482 * customize a TimeZoneFormat, you must use {@link #cloneAsThawed()} to get a
500 * customize a TimeZoneFormat, you must use {@link #cloneAsThawed()} to get a
3035 Iterator<String> itr = ZONE_ID_TRIE.get(text, pos.getIndex(), trieOutput); in parseZoneID()
3078 Iterator<String> itr = SHORT_ZONE_ID_TRIE.get(text, pos.getIndex(), trieOutput); in parseShortZoneID()
3192 _locale = (ULocale)fields.get("_locale", null); in readObject()
3197 _tznames = (TimeZoneNames)fields.get("_tznames", null); in readObject()
3202 _gmtPattern = (String)fields.get("_gmtPattern", null); in readObject()
3207 String[] tmpGmtOffsetPatterns = (String[])fields.get("_gmtOffsetPatterns", null); in readObject()
3224 _gmtOffsetDigits = (String[])fields.get("_gmtOffsetDigit in readObject()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTest.java264 if ((cal.get(Calendar.DAY_OF_YEAR) != 40)) in Test4060212()
265 errln("Fail: Got " + cal.get(Calendar.DAY_OF_YEAR) + " Want 40"); in Test4060212()
274 if ((cal.get(Calendar.DAY_OF_YEAR) != 40)) in Test4060212()
275 errln("Fail: Got " + cal.get(Calendar.DAY_OF_YEAR) + " Want 40"); in Test4060212()
655 logln("" + gc.get(Calendar.ZONE_OFFSET)); in Test4106807()
963 int year = cal.get(Calendar.YEAR); in Test_GEec()
964 int month = cal.get(Calendar.MONTH); in Test_GEec()
965 int day = cal.get(Calendar.DATE); in Test_GEec()
1221 if (cal.get(Calendar.DAY_OF_MONTH) != expectedDay) { in TestParsing()
1256 errln("Error in DateFormat.format for th with Grego cal, expect: " + expectFormat + ", get in Test12902_yWithGregoCalInThaiLoc()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java58 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
445 * customize a TimeZoneFormat, you must use {@link #cloneAsThawed()} to get a
462 * customize a TimeZoneFormat, you must use {@link #cloneAsThawed()} to get a
2965 Iterator<String> itr = ZONE_ID_TRIE.get(text, pos.getIndex(), trieOutput); in parseZoneID()
3008 Iterator<String> itr = SHORT_ZONE_ID_TRIE.get(text, pos.getIndex(), trieOutput); in parseShortZoneID()
3122 _locale = (ULocale)fields.get("_locale", null); in readObject()
3127 _tznames = (TimeZoneNames)fields.get("_tznames", null); in readObject()
3132 _gmtPattern = (String)fields.get("_gmtPattern", null); in readObject()
3137 String[] tmpGmtOffsetPatterns = (String[])fields.get("_gmtOffsetPatterns", null); in readObject()
3154 _gmtOffsetDigits = (String[])fields.get("_gmtOffsetDigit in readObject()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatRegressionTest.java267 if ((cal.get(Calendar.DAY_OF_YEAR) != 40)) in Test4060212()
268 errln("Fail: Got " + cal.get(Calendar.DAY_OF_YEAR) + " Want 40"); in Test4060212()
277 if ((cal.get(Calendar.DAY_OF_YEAR) != 40)) in Test4060212()
278 errln("Fail: Got " + cal.get(Calendar.DAY_OF_YEAR) + " Want 40"); in Test4060212()
658 logln("" + gc.get(Calendar.ZONE_OFFSET)); in Test4106807()
966 int year = cal.get(Calendar.YEAR); in Test_GEec()
967 int month = cal.get(Calendar.MONTH); in Test_GEec()
968 int day = cal.get(Calendar.DATE); in Test_GEec()
1224 if (cal.get(Calendar.DAY_OF_MONTH) != expectedDay) { in TestParsing()
1259 errln("Error in DateFormat.format for th with Grego cal, expect: " + expectFormat + ", get in Test12902_yWithGregoCalInThaiLoc()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1357 &descriptorSetLayout.get(), // pSetLayouts in iterate()
1388 const Unique<VkShaderModule> shader (createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0)); in iterate()
1530 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1531 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); // bogus in iterate()
1536 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
1537 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1578 pipelineLayout.get(), // VkPipelineLayout layout; in iterate()
1579 renderPass.get(), // VkRenderPass renderPass; in iterate()
1729 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp774 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter( context.getResourceInterface().get(), *device )); in createInstance()
844 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC,DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in createInstance()
1118 &m_descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in BufferAccessInstance()
1151 setUpdateBuilder.writeSingle(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(0), inBufferDescriptorType, &m_inTexelBufferView.get()); in BufferAccessInstance()
1152 setUpdateBuilder.writeSingle(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(1), outBufferDescriptorType, &m_outTexelBufferView.get()); in BufferAccessInstance()
1333 VK_CHECK(vk.resetFences(*m_device, 1, &m_fence.get()));
1335 VK_CHECK(vk.waitForFences(*m_device, 1, &m_fence.get(), true, ~(0ull) /* infinity */));
1795 addBufferAccessTests(testCtx, bufferAccessTests.get(), false);
1804 addBufferAccessTests(testCtx, bufferAccessTests.get(), true);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp987 submitCommandsAndWait(vkd, vkDevice, queue, commandBuffer.get()); in clearImage()
1092 return m_textureBindings[textureIndex].get(); in getTextureBinding()
1326 Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, vkDevice, m_context.getBinaryCollection().get("vertex_" + std::string(getProgramName(progSpec))), 0)); in renderQuad()
1327 Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, vkDevice, m_context.getBinaryCollection().get("fragment_" + std::string(getProgramName(progSpec))), 0)); in renderQuad()
1537 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 0u, 1, &m_descriptorSet[0].get(), 0u, DE_NULL); in renderQuad()
1538 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *m_pipelineLayout, 1u, 1, &m_descriptorSet[1].get(), 0u, DE_NULL); in renderQuad()
1539 vkd.cmdBindVertexBuffers(*commandBuffer, 0, 1, &vertexBuffer.get(), &vertexBufferOffset); in renderQuad()
1540 vkd.cmdBindVertexBuffers(*commandBuffer, 1, 1, &vertexBuffer.get(), &vertexBufferOffset); in renderQuad()
1606 submitCommandsAndWait(vkd, vkDevice, queue, commandBuffer.get()); in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1357 &descriptorSetLayout.get(), // pSetLayouts in iterate()
1388 const Unique<VkShaderModule> shader (createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0)); in iterate()
1530 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1531 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); // bogus in iterate()
1536 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
1537 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1578 pipelineLayout.get(), // VkPipelineLayout layout; in iterate()
1579 renderPass.get(), // VkRenderPass renderPass; in iterate()
1729 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()

Completed in 57 milliseconds

1...<<261262263264265266267268269270>>...478