Home
last modified time | relevance | path

Searched refs:back (Results 1076 - 1100 of 2436) sorted by relevance

1...<<41424344454647484950>>...98

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp893 stateInfo.recorder(&vkd, cmdBuffer, statesData.back().get()); in iterateTransfer()
901 stateInfo.recorder(&vkd, cmdBuffer, statesData.back().get()); in iterateTransfer()
1035 stateInfo.recorder(&vkd, cmdBuffer, statesData.back().get()); in iterateCompute()
1047 stateInfo.recorder(&vkd, cmdBuffer, statesData.back().get()); in iterateCompute()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinst_bindless_check_pass.cpp525 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenCheckCode()
650 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenDescIdxCheckCode()
708 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenDescInitCheckCode()
776 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenTexBuffCheckCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinst_bindless_check_pass.cpp525 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenCheckCode()
650 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenDescIdxCheckCode()
708 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenDescInitCheckCode()
776 BasicBlock* back_blk_ptr = &*new_blocks->back(); in GenTexBuffCheckCode()
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp84 this->visitStatement(*block.children().back()); in count_returns_at_end_of_control_flow()
143 // Walk the statement stack from back to front, ignoring the last element (which is the in find_parent_statement()
197 // If closing this block puts us back at the top level, and we haven't
1041 InlineCandidate{fSymbolTableStack.back(), in addInlineCandidate()
1043 fEnclosingStmtStack.back(), in addInlineCandidate()
1208 statementRemappingTable[enclosingStmt] = &(*enclosingStmt)->as<Block>().children().back(); in analyze()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp217 return Instructions.back(); in getReducedValue()
626 if (!(isa<PHINode>(Instructions.back()) || in add()
627 C->isSameOperationAs(Instructions.back()))) in add()
635 !C->isSameOperationAs(Instructions.back()) || in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h991 /// control converges back from a Branch-on-Mask. The phi nodes are needed in
1001 /// nodes after merging back from a Branch-on-Mask.
1101 inline const VPRecipeBase &back() const { return Recipes.back(); }
1102 inline VPRecipeBase &back() { return Recipes.back(); }
1601 /// Returns true if the edge \p FromBlock -> \p ToBlock is a back-edge.
1611 // A back-edge is a branch from the loop latch to its header.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp477 auto *thisBB = DFS.back(); in computeOutliningColdRegionsInfo()
723 BasicBlock *OutliningCallBB = Cloner.OutlinedFunctions.back().second; in getOutliningCallBBRelativeFreq()
1244 // users (function pointers, etc.) back to the original function. in ~FunctionCloner()
1413 (Cloner.ClonedOI ? Cloner.OutlinedFunctions.back().first in tryPartialInline()
1463 Function *CurrFunc = Worklist.back(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h74 RegionT *R = RegionQueue.back(); in replaceEntryRecursive()
92 RegionT *R = RegionQueue.back(); in replaceExitRecursive()
892 RegionT *ret = Regions.back(); in getCommonRegion()
904 RegionT *ret = getRegionFor(BBs.back()); in getCommonRegion()
/third_party/python/Python/
H A D_warnings.c806 PyFrameObject *back = PyFrame_GetBack(frame); in next_external_frame() local
808 frame = back; in next_external_frame()
833 PyFrameObject *back = PyFrame_GetBack(f); in setup_context() local
835 f = back; in setup_context()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc207 TransitionType& tt(transition_types_.back()); in ResetToBuiltinUTC()
345 return EquivTransitions(transitions_.back().type_index, std_ti); in ExtendTransitions()
355 // mapping back to a cycle-equivalent year within that range. in ExtendTransitions()
360 const Transition& last(transitions_.back()); in ExtendTransitions()
542 const Transition& last(transitions_.back());
785 // future_spec_, shift back to a supported year using the 400-year in BreakTime()
860 // future_spec_, shift back to a supported year using the 400-year in MakeTime()
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp554 AddDebugLine(&from->dbg_line_insts().back()); in UpdateDebugInfoFrom()
564 dbg_line_insts_.back().unique_id_ = context()->TakeNextUniqueId(); in AddDebugLine()
566 dbg_line_insts_.back().SetResultId(context_->TakeNextId()); in AddDebugLine()
568 context()->get_def_use_mgr()->AnalyzeInstDefUse(&dbg_line_insts_.back()); in AddDebugLine()
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp404 construct.corresponding_constructs().back(); in UpdateContinueConstructExitBlocks()
434 exit_name = "back-edge block"; in ConstructNames()
476 auto block = stack.back(); in FindCaseFallThrough()
698 /// back-edge branching to it in StructuredControlFlowChecks()
700 // Map a loop header to blocks with back-edges to the loop header. in StructuredControlFlowChecks()
715 // Check the loop headers have exactly one back-edge branching to it in StructuredControlFlowChecks()
725 << " back-edge blocks but the standard requires exactly one"; in StructuredControlFlowChecks()
839 // Ignore back-edges from within the continue construct. in StructuredControlFlowChecks()
981 /// calculate back edges. in PerformCfgChecks()
987 // A back edg in PerformCfgChecks()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationMultiQueueTests.cpp647 m_ops.push_back(SharedPtr<Operation>(m_opSupports[m_opSupports.size() - 1]->build(*m_opContext, *m_resources.back()).release())); in TimelineSemaphoreTestInstance()
674 timelineValues.push_back(timelineValues.empty() ? increment : (timelineValues.back() + increment)); in iterate()
725 VK_CHECK(vk.queueWaitIdle(m_opQueues.back().queue)); in iterate()
729 const Data actual = m_ops.back()->getData(); in iterate()
/third_party/vulkan-loader/tests/
H A Dloader_wsi_tests.cpp185 cur_icd.physical_devices.back().add_queue_family_properties({{VK_QUEUE_GRAPHICS_BIT, 1, 0, {1, 1, 1}}, true}); in TEST()
368 cur_icd.physical_devices.back().add_queue_family_properties({{VK_QUEUE_GRAPHICS_BIT, 1, 0, {1, 1, 1}}, true}); in TEST()
551 cur_icd.physical_devices.back().add_queue_family_properties({{VK_QUEUE_GRAPHICS_BIT, 1, 0, {1, 1, 1}}, true}); in TEST()
734 cur_icd.physical_devices.back().add_queue_family_properties({{VK_QUEUE_GRAPHICS_BIT, 1, 0, {1, 1, 1}}, true}); in TEST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp31 // The copy-from and copy-to functions copying from a struct to its converted version and back.
231 if (mArrayIndices.back() >= arraySizes.back()) in getNextElement()
340 unsigned int colStride = accumulatedArraySizes.back(); in constructReadTransformExpressionHelper()
341 for (size_t col = 0; col < arraySizes.back(); ++col) in constructReadTransformExpressionHelper()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp158 auto selectOverlayNode = root_->GetChildren().back(); in HWTEST_F()
183 auto selectOverlayNode = root->GetChildren().back(); in HWTEST_F()
422 auto selectOverlayNode = root->GetChildren().back(); in HWTEST_F()
466 auto selectOverlayNode = root->GetChildren().back(); in HWTEST_F()
809 auto selectOverlayNode = root_->GetChildren().back(); in HWTEST_F()
1003 auto selectOverlayNode = root_->GetChildren().back(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp782 ASSERT_EQ(frameNodeCtrlShift->GetEventHub<NG::EventHub>()->GetKeyboardShortcut().back().keys, ctrlShift); in HWTEST_F()
783 ASSERT_EQ(frameNodeCtrlAlt->GetEventHub<NG::EventHub>()->GetKeyboardShortcut().back().keys, ctrlAlt); in HWTEST_F()
784 ASSERT_EQ(frameNodeAltShift->GetEventHub<NG::EventHub>()->GetKeyboardShortcut().back().keys, altShift); in HWTEST_F()
835 ASSERT_EQ(frameNodeCtrl->GetEventHub<NG::EventHub>()->GetKeyboardShortcut().back().keys, ctrl); in HWTEST_F()
836 ASSERT_EQ(frameNodeAlt->GetEventHub<NG::EventHub>()->GetKeyboardShortcut().back().keys, alt); in HWTEST_F()
837 ASSERT_EQ(frameNodeShift->GetEventHub<NG::EventHub>()->GetKeyboardShortcut().back().keys, shift); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp357 input = framePostProcessInOut_.back().output; in PreExecute()
361 input = framePostProcessInOut_.back().output; in PreExecute()
365 input = framePostProcessInOut_.back().output; in PreExecute()
369 input = framePostProcessInOut_.back().output; in PreExecute()
373 input = framePostProcessInOut_.back().output; in PreExecute()
377 framePostProcessInOut_.back().output = images_.output; in PreExecute()
/third_party/ffmpeg/libavformat/
H A Dhttp.c925 char *param, *next_param, *cstr, *back; in parse_set_cookie() local
935 back = &cstr[strlen(cstr)-1]; in parse_set_cookie()
936 while (strchr(WHITESPACES, *back)) { in parse_set_cookie()
937 *back='\0'; in parse_set_cookie()
938 if (back == cstr) in parse_set_cookie()
940 back--; in parse_set_cookie()
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h190 T &back() const noexcept;
325 const T &back() const noexcept;
330 T &back() noexcept;
577 T &Slice<T>::back() const noexcept {
901 const T &Vec<T>::back() const noexcept {
928 T &Vec<T>::back() noexcept {
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h190 T &back() const noexcept;
325 const T &back() const noexcept;
330 T &back() noexcept;
577 T &Slice<T>::back() const noexcept {
901 const T &Vec<T>::back() const noexcept {
928 T &Vec<T>::back() noexcept {
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h190 T &back() const noexcept;
325 const T &back() const noexcept;
330 T &back() noexcept;
577 T &Slice<T>::back() const noexcept {
901 const T &Vec<T>::back() const noexcept {
928 T &Vec<T>::back() noexcept {
/third_party/rust/crates/cxx/include/
H A Dcxx.h190 T &back() const noexcept;
325 const T &back() const noexcept;
330 T &back() noexcept;
577 T &Slice<T>::back() const noexcept {
901 const T &Vec<T>::back() const noexcept {
928 T &Vec<T>::back() noexcept {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp303 stencilOpState, // VkStencilOpState back; in preparePipelineWrapper()
1066 attachmentHandles.push_back(**colorAttachments.back()); in testWithSizeReduction()
1075 preparePipelineWrapper(pipelines.back(), basePipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, in testWithSizeReduction()
1089 attachmentHandles.push_back(**depthStencilAttachments.back()); in testWithSizeReduction()
1361 attachmentHandles.push_back(**colorAttachments.back()); in drawToMipLevel()
1370 preparePipelineWrapper(pipelines.back(), basePipeline, pipelineLayout, *renderPass, vertexModule, fragmentModule, in drawToMipLevel()
1385 attachmentHandles.push_back(**depthStencilAttachments.back()); in drawToMipLevel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp992 *m_inputAtt.back(), // VkImage image; in createAttachments()
1004 m_inputAttMemory.push_back(allocator.allocate(getImageMemoryRequirements(vk, device, *m_inputAtt.back()), MemoryRequirement::Any)); in createAttachments()
1005 VK_CHECK(vk.bindImageMemory(device, *m_inputAtt.back(), m_inputAttMemory.back()->getMemory(), m_inputAttMemory.back()->getOffset())); in createAttachments()
1009 views.push_back(*m_inputAttView.back()); in createAttachments()
1126 stencilOpState, // VkStencilOpState back; in createPipeline()

Completed in 49 milliseconds

1...<<41424344454647484950>>...98