Home
last modified time | relevance | path

Searched refs:second (Results 7751 - 7775 of 7960) sorted by relevance

1...<<311312313314315316317318319

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp431 // Check the case where we might introduce a second constant operand to a in tryAddToFoldList()
777 B.addImm(Defs[I].second); in foldOperand()
1172 // again. The same constant folded instruction could also have a second in foldInstOperand()
H A DSIRegisterInfo.cpp798 VGPRDefined = !SGPRSpillVGPRDefinedSet.insert(Spill.VGPR).second; in spillSGPR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1152 unsigned NewOpcode = ImmToIdxMap.find(OpC)->second; in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp861 // Check whether there's a second register. in parseAddress()
931 // second is the base. in parseAddress()
1042 // If first == second, couldn't find a match in the table. in ParseDirectiveInsn()
1043 if (EntryRange.first == EntryRange.second) in ParseDirectiveInsn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp380 if (Processed.insert(&BB).second) in runOnMachineFunction()
625 // The first element is an register file pseudo instruction, the second is the
802 // element is an instruction, the second is the version which pops.
1015 /// the second one in ST(1).
1424 // Change the second operand to the stack register that the operand is in. in handleCondMovFP()
1431 // If we kill the second operand, make sure to pop it from the stack. in handleCondMovFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1474 for (Function *F : P.second) in instrumentPersonalityFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8664.h100 return Element != Producers.end() && Element->second.Instr != nullptr; in containsValid()
/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.cc1834 (it->second)(this, instr); in Visit()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc303 // The second call stores its errors in a supplied string vector.
443 // The second call stores its errors in a supplied string vector.
446 // In the first and second calls, the length of dest is returned. In the
1792 GET_INPUT(second, 3); in Base64UnescapeInternal()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h1262 if (p.second < 0 || !value->MergePartialFromCodedStream(input)) return false; in ReadMessage()
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
H A Dtype_traits_test.cc32 U second; member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_test.cc51 EXPECT_EQ(s, ci.cs.second()); \
1085 // One second later should push us to infinity. in TEST()
1110 // One second before should push us to -infinity. in TEST()
1138 // One second later should push us to infinity. in TEST()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_function_test.cpp34 pair->set_second(compare_and_select_id.second); in MakeAccessClampingInfo()
/third_party/spirv-tools/test/val/
H A Dval_capability_test.cpp43 // capability name that will begin the assembly under test, the second the
83 return std::get<1>(p).second; in MustSucceed()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp1212 maxSize = de::max<int>(maxSize, it->second);
H A Des31fShaderMultisampleInterpolationTests.cpp180 if (it->second < rareThreshold) in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp147 AFTER_PIPELINES = 3, // After a static state pipeline and a second dynamic state pipeline have been bound.
1745 { SequenceOrdering::AFTER_PIPELINES, "after_pipelines", "Dynamic state set after both a static-state pipeline and a second dynamic-state pipeline have been bound" }, in createColorWriteEnableTests()
1746 { SequenceOrdering::BEFORE_GOOD_STATIC, "before_good_static", "Dynamic state set after a dynamic pipeline has been bound and before a second static-state pipeline with the right values has been bound" }, in createColorWriteEnableTests()
1765 AddSingleTestCaseDynamic("enable_second", "Dynamically enable writes to the second color attachment", pct, mask_second, kChannelCase.enabledChannels, false, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests()
1768 AddSingleTestCaseDynamic("enable_second_and_last", "Dynamically enable writes to the second and last color attachments", pct, mask_second_and_last, kChannelCase.enabledChannels, false, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests()
1772 AddSingleTestCaseDynamic("disable_second", "Dynamically disable writes to the second color attachment", pct, mask_second, kChannelCase.enabledChannels, true, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests()
1775 AddSingleTestCaseDynamic("disable_second_and_last", "Dynamically disable writes to the second and last color attachments", pct, mask_second_and_last, kChannelCase.enabledChannels, true, orderingGroup.get(), testCtx, kOrdering); in createColorWriteEnableTests()
1788 AddSingleTestCaseStatic("enable_second", "Statically enable writes to the second color attachment", pct, mask_second, kChannelCase.enabledChannels, false, staticOrderingGroup.get(), testCtx); in createColorWriteEnableTests()
1791 AddSingleTestCaseStatic("enable_second_and_last", "Statically enable writes to the second and last color attachments", pct, mask_second_and_last, kChannelCase.enabledChannels, false, staticOrderingGroup.get(), testCtx); in createColorWriteEnableTests()
1795 AddSingleTestCaseStatic("disable_second", "Statically disable writes to the second colo in createColorWriteEnableTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp159 return itr->second; in getAlternativeFormat()
969 // of samples is initialized with 1 and second half with 255 in submit()
1282 " bool condition = (int(value) == 8);\n" // select second sample value (to make it smallest) in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp139 return it->second; in getQueues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp828 const tcu::IVec3& ref = referencePixels[i].second;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp240 mStateManager->deleteProgram(blitProgram.second.program); in ~BlitGL()
338 // Make a temporary framebuffer using the second scratch texture to render the swizzled result in copySubImageToLUMAWorkaroundTexture()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp12627 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR()
12679 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR()
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_proxy.cpp5692 size = static_cast<int32_t>(config.second.size()); in UpdateAssociateConfigInner()
5701 for (const auto& item : config.second) { in UpdateAssociateConfigInner()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1594 int32_t uid = cloneInfoIter->second.uid; in CleanBundleCacheTask()
4151 distributionType = typeIter->second; in SetProvisionInfoToInnerBundleInfo()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp4250 it->second(optarg); in RunAsGetOdid()
4294 it->second(optarg); in RunAsUpdateAppEncryptedStatus()

Completed in 104 milliseconds

1...<<311312313314315316317318319