/third_party/spirv-tools/test/val/ |
H A D | val_cfg_test.cpp | 784 HasSubstr("targeted by 0 back-edge blocks")); in TEST_P() 795 HasSubstr("targeted by 0 back-edge blocks")); in TEST_F() 804 HasSubstr("targeted by 0 back-edge blocks")); in TEST_P() 1308 str += if_blocks.back() >> std::vector<Block>({inner, merge_blocks.back()}); in TEST_P() 1309 str += inner >> merge_blocks.back(); in TEST_P() 1358 "back-edge block '.\\[%be_block\\]'\n" in TEST_P() 1459 "Loop header '.\\[%loop\\]' is targeted by 2 back-edge blocks but " in TEST_P() 1499 "back-edge block '.\\[%be_block\\]'\n" in TEST_P() 1533 "back in TEST_P() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 321 return *m_structs.back(); in allocStruct() 355 return *m_uniformBlocks.back(); in allocBlock() 608 BlockLayoutEntry& blockEntry = layout.blocks.back(); in computeStd140Layout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDynamicOffsetTests.cpp | 607 m_graphicsPipelines.back().setMonolithicPipelineLayout(*m_pipelineLayout) in init() 1169 bindingSet = m_descriptorSets.back().get(); in init() 1174 bindingSet = m_descriptorSets.back().get(); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 1973 return (results.back() == VK_ERROR_OUT_OF_POOL_MEMORY); 1975 return (results.back() == VK_SUCCESS); 1977 return (results.back() == VK_SUCCESS);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 254 return *m_structs.back(); in allocStruct() 282 return *m_interfaceBlocks.back(); in allocBlock() 801 BlockLayoutEntry& blockEntry = layout.blocks.back(); in computeXfbLayout()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 65 struct iavf_adapter *adapter = (struct iavf_adapter *)hw->back; in iavf_allocate_dma_mem_d() 87 struct iavf_adapter *adapter = (struct iavf_adapter *)hw->back; in iavf_free_dma_mem_d() 1889 * iavf_watchdog_task - Periodic call-back task 2054 * iavf_reset_task - Call-back task to handle hardware reset 2260 /* iavf_up_complete() will switch device back in iavf_reset_task() 3508 /* got VF config message back from PF, now we can parse it */ in iavf_process_config() 3522 * get back to a working state. in iavf_process_config() 3615 adapter->vsi.back = adapter; in iavf_process_config() 3637 * responses back from the PF. Rather than busy-wait in probe and bog down the 3776 hw->back in iavf_probe() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 219 struct iavf_adapter *adapter = (struct iavf_adapter *)hw->back; in iavf_allocate_dma_mem_d() 240 struct iavf_adapter *adapter = (struct iavf_adapter *)hw->back; in iavf_free_dma_mem() 835 * Restore existing non MAC filters when VF netdev comes back up 2017 /* go back and try again.*/ in iavf_finish_config() 2445 * get back to a working state. in iavf_parse_vf_resource_msg() 2460 adapter->vsi.back = adapter; in iavf_parse_vf_resource_msg() 2729 * iavf_watchdog_task - Periodic call-back task 2811 * doesn't bring the state back to __IAVF_COMM_FAILED. in iavf_watchdog_task() 2968 * iavf_reset_task - Call-back task to handle hardware reset 3178 /* iavf_up_complete() will switch device back in iavf_reset_task() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 833 * Return the register which holds the pixel shaders front/back- 3276 * or back face color depending on triangle orientation. 3290 struct src_register back[2]; in emit_light_twoside() local 3312 back[i] = front[i]; in emit_light_twoside() 3313 back[i].base.num = front[i].base.num + 1; in emit_light_twoside() 3341 if (!submit_op1( emit, inst_token( SVGA3DOP_MOV ), color[i], back[i] )) in emit_light_twoside() 3353 * Emit special setup code for the front/back face register in the FS.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 1856 descriptorSets.back().get(), // dstSet in iterate() 2383 // VkStencilOpState back; in iterate() 3216 auto& pipeline = pipelines.back(); in drawCommandsOnNormalSubpass() 3347 auto& pipeline = pipelines.back(); in drawCommands() 3439 auto& pipeline = pipelines.back(); in drawCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 1014 auto& cachedParameters = m_cachedDecodeParams.back(); 1415 DE_ASSERT(!!cachedParameters->imageBarriers.back().image); 1427 DE_ASSERT(!!cachedParameters->imageBarriers.back().image); 1459 DE_ASSERT(!!cachedParameters->imageBarriers.back().image);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 249 Record *R = Stack.back(); 1685 SMRange(Class->getLoc().back(), 1686 Class->getLoc().back())); 2109 // Superclasses are in reverse preorder, so 'back' is a direct superclass, 2111 Record *SC = SCs.back().first;
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 562 TextBlobRecord& record = fTextBlobCache.back(); 1808 return this == &fOwner->lines().back(); 1976 auto& lastBox = boxes.back(); 2003 auto right = boxes.back();
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 2439 // return back. in OnBackPressed() 2449 // if has sharedTransition, back press will stop the sharedTransition in OnBackPressed() 2455 // if has popup, back press would hide popup and not trigger page back in OnBackPressed() 2849 TouchEvent lastMoveEvent(history.back()); in CompensateTouchMoveEventFromUnhandledEvents() 3059 bool hasJson = params.back() == "-json"; in OnDumpInfo() 3185 return &dumpFrameInfos_.back(); in GetCurrentFrameInfo() 3436 MouseEvent mouseEvent = lastEventIter->second.back(); in CompensateMouseMoveEvent() 3478 MouseEvent lastMoveEvent(history.back()); in CompensateMouseMoveEventFromUnhandledEvents() 4464 PointerEvent pointerEvent = lastEventIter->second.back(); in CompensatePointerMoveEvent() [all...] |
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 1583 {return elems_.back();} in front() 5425 // stack is the back of the vector. 8381 /// might want to consider an herbal tea break. Then come back to 10466 && comparison_stack.vect_.back() == cur_dies) 10476 && comparison_stack.vect_.back() == cur_dies) 10504 && comparison_stack.vect_.back() == cur_dies) 10517 && comparison_stack.vect_.back() == cur_dies) 11986 string mem_name = fqn_comps.back(); 12000 // reference attribute pointing back to the member 14785 result = i->second.back(); [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1206 // We allow matching the canonical IR (add X, C) back to (usubo X, -C). in replaceMathCmpWithIntrinsic() 2443 /// Move the instruction back to its original position. 2600 /// Mutate the instruction back to its original type. 2828 return !Actions.empty() ? Actions.back().get() : nullptr; in getRestorationPoint() 2840 while (!Actions.empty() && Point != Actions.back().get()) { in rollback() 4458 // It isn't profitable to do this, roll back. in matchAddr() 4794 Value *V = worklist.back(); in optimizeMemoryInst() 4920 // the original IR value was tossed in favor of a constant back when in optimizeMemoryInst() 5077 // the original IR value was tossed in favor of a constant back when in optimizeMemoryInst() 5418 if (LargeOffsetGEPs.front().second == LargeOffsetGEPs.back() in splitLargeGEPOffsets() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
H A D | wfd_sink_session.cpp | 368 if (ret.info.size() > 2 && ret.info.back() == '$') { // 2: size of int in OnClientReadData()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 150 return children_.back(); in GetLastChild()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_element.cpp | 789 startItem = ListItemComponent::GetListItem(needRefreshItems_.back()); in PatchElements()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_animation_bridge.cpp | 416 tweenOption.SetTransformOrigin(transformOrigin.front(), transformOrigin.back()); in JsCreateAnimation()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
H A D | accessibility_node_manager.cpp | 243 ids.append(std::to_string(children.back()->GetNodeId())); in GetNodeChildIds()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_pattern_test_ng.cpp | 309 EXPECT_TRUE(imagePattern->cacheImages_.back().isLoaded); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 447 float itemStartPos = lane.endPos - lane.items_.back().mainSize; in ClearBack()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_algorithm.cpp | 73 if (wContent.back() == L'\n') { in ConstructParagraphSpanGroup()
|
H A D | multiple_paragraph_layout_algorithm.cpp | 486 maxLines -= static_cast<int32_t>(paragraphManager_->GetParagraphs().back().paragraph->GetLineCount()); in UpdateParagraphBySpan()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/ |
H A D | js_animator.cpp | 114 if (curveStr.back() != ')') { in ParseOptionToMotion()
|