Home
last modified time | relevance | path

Searched refs:first (Results 4176 - 4200 of 6195) sorted by relevance

1...<<161162163164165166167168169170>>...248

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp710 SamplerlessParams params {typeCase.first, pointerCase.first, descriptorSet}; in createSamplerlessWriteTests()
1138 // The first half: Most of the times change the offset but sometimes the buffer. in iterate()
1200 bool first = true; in iterate() local
1237 // Clear the frame buffer during the first iteration. in iterate()
1238 if (first) in iterate()
1241 first = false; in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp222 RMB.first = RegMaskSlots.size(); in computeRegMasks()
250 RMB.second = RegMaskSlots.size() - RMB.first; in computeRegMasks()
391 SlotIndex Idx = WorkList.back().first; in extendSegmentsToUses()
747 const LiveRange &RURange = *RUP.first; in addKillFlags()
775 const LiveInterval::SubRange &SR = *SRP.first; in addKillFlags()
928 // This is the first overlap. Initialize UsableRegs to all ones. in checkRegMaskInterference()
1311 // another redef first. in handleMoveUp()
1462 // Didn't reach Before. It must be the first instruction in the block. in findLastUseBefore()
H A DTargetLoweringBase.cpp836 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
871 if (LK.first == TypeExpandInteger) in getTypeConversion()
1125 // Find the first legal register class with the largest spill size. in findRepresentativeClass()
1368 /// legal first class types. For example, MVT::v8f32 maps to 2 MVT::v4f32
1666 if (LK.first == TypeLegal) in getTypeLegalizationCost()
1669 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
H A DCodeGenPrepare.cpp903 std::pair<unsigned, unsigned> Key = Item.first; in computeBaseDerivedRelocateMap()
904 if (Key.first == Key.second) in computeBaseDerivedRelocateMap()
909 auto BaseKey = std::make_pair(Key.first, Key.first); in computeBaseDerivedRelocateMap()
1075 // Item.first is the RelocatedBase to offset against in simplifyOffsetableRelocate()
1077 MadeChange = simplifyRelocatesOffABase(Item.first, Item.second); in simplifyOffsetableRelocate()
1104 // The first insertion point of a block containing an EH pad is after the in SinkCast()
1215 // Insert at the first instruction of the pair. in replaceMathCmpWithIntrinsic()
1850 // Replace the unconditional branch that was created by the first split with in despeculateCountZeros()
2100 // return is the first instructio in dupRetToEnableTailCallOpts()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp154 // size of the function as the first member of a pair. Set the second in initSizeRemarkInfo()
209 // remarks. Since it's possible that the first function in the module in emitInstrCountChangedRemark()
274 Change.first = FnCountAfter; in emitInstrCountChangedRemark()
541 /// Initialize top level manager. Create first pass manager.
593 LastUser[LU.first] = P;
755 // that first. in findAnalysisPass()
847 L.insert(LU.first); in initializeAllAnalysisInfo()
926 !is_contained(PreservedSet, Info->first)) { in removeNotPreservedAnalysis()
949 !is_contained(PreservedSet, Info->first)) { in removeNotPreservedAnalysis()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp142 // Mapping a non-opaque source type to an opaque dest. If this is the first in areTypesIsomorphic()
254 assert(!(Pair.first != Ty && Pair.second == Ty) && in get()
983 // Handle the ultra special appending linkage case first. in linkGlobalValueProto()
1260 Flags[ID].first = SrcOp; in linkModuleFlagsMetadata()
1263 // If either flag has override behavior, handle it first. in linkModuleFlagsMetadata()
1296 Flags[ID].first = Flag; in linkModuleFlagsMetadata()
1329 Flags[ID].first = Flag; in linkModuleFlagsMetadata()
1385 MDNode *Op = Flags[Flag].first; in linkModuleFlagsMetadata()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java1112 boolean first = true; in generateTestCaseTrieFromPaths()
1120 if (!first) { in generateTestCaseTrieFromPaths()
1123 first = false; in generateTestCaseTrieFromPaths()
1147 if (!first) { in generateTestCaseTrieFromPaths()
1151 first = false; in generateTestCaseTrieFromPaths()
1861 // check for cached result first in isSupportedGlesRenderConfig()
2166 // Finding file in sub directory if no matching file in the first layer of in loadTests()
2193 // Find file in sub directory if no matching file in the first layer of in loadTests()
2209 // Find file in sub directory if no matching file in the first layer of in loadTests()
2224 // Find file in sub directory if no matching file in the first laye in loadTests()
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c494 PProfile gProfile; /* contour's first profile in case */
772 /* look for first y value that is <= */ in Insert_Y_Turn()
1490 /* first, categorize the Bezier arc */ in Conic_To()
1572 * The x-coordinate of the arc's first new control point.
1575 * The y-coordinate of the arc's first new control point.
1627 /* first, categorize the Bezier arc */ in Cubic_To()
1728 * weird cases, like when the first point is off the curve, or when
1732 * first ::
1733 * The index of the first point in the contour.
1745 Decompose_Curve( RAS_ARGS UShort first, in Decompose_Curve() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1429 OutStreamer->SwitchSection(Current.first, Current.second); in EmitFunctionEntryLabel()
1452 const MCSymbol *const TOCEntryTarget = TOCMapPair.first; in doFinalization()
1502 // Only do all that if the function uses r2 in the first place. in EmitFunctionBodyStart()
1505 // branch-selection pass which sets the offset of the first block in the in EmitFunctionBodyStart()
1695 OutStreamer->SwitchSection(Current.first, Current.second); in EmitFunctionDescriptor()
1719 cast<MCSymbolXCOFF>(I.first)->getUnqualifiedName(), XCOFF::XMC_TC, in EmitEndOfAsmFile()
1725 TS.emitTCEntry(*I.first); in EmitEndOfAsmFile()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp1087 bool programBinariesEqual (const ProgramBinary& first, const ProgramBinary& second) in programBinariesEqual() argument
1089 if ((first.format != second.format) || (first.data.size() != second.data.size())) in programBinariesEqual()
1092 return std::equal(first.data.begin(), first.data.end(), second.data.begin()); in programBinariesEqual()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c1502 int first; in wpa_driver_wext_get_scan_results() local
1513 first = 1; in wpa_driver_wext_get_scan_results()
1546 if (!first) in wpa_driver_wext_get_scan_results()
1548 first = 0; in wpa_driver_wext_get_scan_results()
1584 if (!first) in wpa_driver_wext_get_scan_results()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp310 if (wb->first() != 0) in TestEndBehaviour()
367 // Check for status first for better handling of no data errors. in TestBug5775()
566 for (bp = t->bi->first(); bp != BreakIterator::DONE; bp = t->bi->next()) { in executeTest()
1433 pos = bi->first(); in checkUnicodeTestCase()
1816 // Note: The first if condition is a little tricky. We only need to force in next()
2878 // Initial values for loop. Loop will run the first time without finding breaks, in next()
2983 int32_t numEndIdx = fNumberMatcher->end(status); // idx of first char following num in next()
3433 for (i = bi->first(); i != BreakIterator::DONE; i = bi->next()) { in testBreakBoundPreceding()
3632 for (int32_t boundary = bi->first(); boundary != BreakIterator::DONE; boundary = bi->next()) { in TestWordBoundary()
4051 for (i=bi->first(); in RunMonkey()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp152 // The first field contains the value that the switch produces when a certain
158 // The first field contains the phi node that generates a result of the switch
443 /// It will depth-first traverse the chain of comparison, seeking for patterns
638 // Keep a stack (SmallVector for efficiency) for depth-first traversal in gather()
980 // default weight to be the first entry. in GetBranchWeights()
1302 // then replace all uses of the other with the first. Finally, we remove in HoistThenElseCodeToIf()
1649 // in a set of blocks in reverse order from the first non-terminator.
1802 // Check if we would actually sink anything first! This mutates the CFG and in SinkCommonCodeFromPredecessors()
2043 if (I->first->hasNUses(I->second)) { in SpeculativelyExecuteBB()
2352 // If we folded the first ph in FoldTwoEntryPHINode()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp146 // Always return false here, as this function only makes sure that the first in CC_SkipOdd()
514 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first, in LowerCall()
531 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first, in LowerCall()
560 Ops.push_back(DAG.getRegister(RegsToPass[i].first, in LowerCall()
764 // the first argument is a pointer that points to the location on caller's in LowerFormalArguments()
1991 // Normalize the mask so that the first non-negative index comes from in LowerVECTOR_SHUFFLE()
1992 // the first operand. in LowerVECTOR_SHUFFLE()
2081 return getInstr(Hexagon::S2_packhl, dl, VecTy, {P.second, P.first}, DAG); in LowerVECTOR_SHUFFLE()
2749 return DAG.getMergeValues({P.first, P.second}, dl); in LowerUnalignedLoad()
2763 unsigned BaseOpc = BO.first in LowerUnalignedLoad()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp560 // Create a list of unique offsets first in generateSizesList()
578 const int offsetSlot = mapIt->first; in generateSizesList()
1034 // Implementations may write out any vertex within the primitive first, but all subsequent vertices for that primitive in verifyTransformFeedbackBuffer()
3593 if (topology.first == VK_PRIMITIVE_TOPOLOGY_POINT_LIST) in createTransformFeedbackSimpleTests()
3600 TestParameters parameters = { testType, 0u, vertexCount, 0u, 0u, 0u, STREAM_ID_0_NORMAL, false, false, false, false, topology.first }; in createTransformFeedbackSimpleTests()
3653 if (topology.first == VK_PRIMITIVE_TOPOLOGY_PATCH_LIST) in createTransformFeedbackSimpleTests()
3670 if (topology.first == VK_PRIMITIVE_TOPOLOGY_POINT_LIST && vertCount == 6) vertCount -= 2; in createTransformFeedbackSimpleTests()
3680 TestParameters parameters = { testType, bufferSize, 0u, streamId, 0u, 0u, STREAM_ID_0_NORMAL, query64Bits, false, true, false, topology.first }; in createTransformFeedbackSimpleTests()
3684 TestParameters omitParameters = { testType, bufferSize, 0u, streamId, 0u, 0u, STREAM_ID_0_NORMAL, query64Bits, false, true, true, topology.first }; in createTransformFeedbackSimpleTests()
3690 const TestParameters parametersCopy = { testTypeCopy[testTypeCopyNdx], bufferSize, 0u, streamId, 0u, 0u, STREAM_ID_0_NORMAL, query64Bits, false, true, false, topology.first }; in createTransformFeedbackSimpleTests()
[all...]
/third_party/libabigail/src/
H A Dabg-ir.cc179 /// @param s1 the first string to consider.
193 /// @param s1 the first string to consider.
742 /// the equality functions first compare non-equal, we can just set a
748 /// @param l the first operand of the equality.
760 /// the equality functions first compare non-equal, we can just set a
766 /// @param l the first operand of the equality.
812 /// @param l the first type to take into account in the comparison.
833 // the same pair {'l', 'r'} to compare: The first time with in try_canonical_compare()
1647 /// @param l the first translation unit to consider for the comparison.
1666 /// @param l the first translatio
5715 var_decl_sptr first = *klass->get_non_static_data_members().begin(); get_first_non_anonymous_data_member() local
23419 method_decl_sptr first = f, second = s; methods_equal_modulo_elf_symbol() local
26002 types_have_similar_structure(const type_base_sptr& first, const type_base_sptr& second, bool indirect_type) types_have_similar_structure() argument
26034 types_have_similar_structure(const type_base* first, const type_base* second, bool indirect_type) types_have_similar_structure() argument
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_prepared_model_v2_1.cpp166 hdiPreparedModel->GetVersion(m_hdiVersion.first, m_hdiVersion.second); in HDIPreparedModelV2_1()
H A Dhdi_prepared_model_v2_0.cpp166 hdiPreparedModel->GetVersion(m_hdiVersion.first, m_hdiVersion.second); in HDIPreparedModelV2_0()
H A Dhdi_prepared_model_v1_0.cpp165 hdiPreparedModel->GetVersion(m_hdiVersion.first, m_hdiVersion.second); in HDIPreparedModelV1_0()
/foundation/ability/form_fwk/services/src/
H A Dform_report.cpp240 if (formId == iter->first) { in HandleFirstUpdateStatistic()
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Djs_startup_task.cpp209 if (iter.first == startupName) { in AsyncTaskCompleted()
H A Dstartup_manager.cpp53 autoStartupTasks.emplace(iter.first, iter.second); in BuildAutoStartupTaskManager()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Di_cast_stream_manager.cpp75 (work.second)(work.first); in Handle()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params_wrapper.cpp63 result = result + "\"" + it.first + "\":{\"" + std::to_string(typeId) + "\":"; in ToString()
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp71 option->SetWindowRect({position[i].first, position[i].second, DEFAULT_WINDOW_WIDTH / sqrt(windowNum_), in InitWindow()

Completed in 89 milliseconds

1...<<161162163164165166167168169170>>...248