/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 893 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 D | inst_bindless_check_pass.cpp | 525 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 D | inst_bindless_check_pass.cpp | 525 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 D | SkSLInliner.cpp | 84 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 D | LoopRerollPass.cpp | 217 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 D | VPlan.h | 991 /// 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 D | PartialInlining.cpp | 477 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 D | RegionInfoImpl.h | 74 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.c | 806 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 D | time_zone_info.cc | 207 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 D | instruction.cpp | 554 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 D | validate_cfg.cpp | 404 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 D | vktSynchronizationOperationMultiQueueTests.cpp | 647 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 D | loader_wsi_tests.cpp | 185 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 D | RewriteRowMajorMatrices.cpp | 31 // 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 D | select_overlay_manager_test_ng.cpp | 158 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 D | event_manager_test_ng.cpp | 782 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 D | render_node_post_process_util.cpp | 357 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 D | http.c | 925 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 D | cxx.h | 190 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 D | cxx.h | 190 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 D | cxx.h | 190 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 D | cxx.h | 190 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 D | vktPipelineRenderToImageTests.cpp | 303 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 D | vktRasterizationOrderAttachmentAccessTests.cpp | 992 *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()
|