Home
last modified time | relevance | path

Searched refs:push (Results 4101 - 4125 of 4294) sorted by relevance

1...<<161162163164165166167168169170>>...172

/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c17 #pragma GCC diagnostic push
27 #pragma clang diagnostic push
10377 #pragma GCC diagnostic push
20684 #pragma GCC diagnostic push in wuffs_adler32__hasher__initialize()
21182 #pragma GCC diagnostic push in wuffs_bmp__decoder__initialize()
22757 #pragma GCC diagnostic push in wuffs_bmp__decoder__swizzle_rle()
22780 #pragma GCC diagnostic push in wuffs_bmp__decoder__swizzle_rle()
23558 #pragma GCC diagnostic push in wuffs_cbor__decoder__initialize()
24870 #pragma GCC diagnostic push in wuffs_crc32__ieee_hasher__initialize()
25567 #pragma GCC diagnostic push in wuffs_deflate__decoder__initialize()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c862 #pragma GCC diagnostic push in dhd_pm_callback()
1179 #pragma GCC diagnostic push in dhd_if_del_sta_list()
1339 #pragma GCC diagnostic push in dhd_find_sta()
1415 #pragma GCC diagnostic push in dhd_del_all_sta()
1454 #pragma GCC diagnostic push in dhd_del_sta()
2601 #pragma GCC diagnostic push in _dhd_set_multicast_list()
2623 #pragma GCC diagnostic push in _dhd_set_multicast_list()
4250 #pragma GCC diagnostic push in dhd_event_logtrace_process()
14145 #pragma GCC diagnostic push
15390 #pragma GCC diagnostic push in dhd_hang_process()
[all...]
H A Ddhd_rtt.c1968 #pragma GCC diagnostic push in dhd_rtt_retry_work()
2208 #pragma GCC diagnostic push in dhd_rtt_timeout_work()
H A Ddhd_pcie_linux.c1285 #pragma GCC diagnostic push in dhdpcie_device_scan()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc754 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper()
1140 // Our stack is currently aligned. We have have to push something along with in Generate_BaselineOutOfLinePrologue()
1302 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline()
1308 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline()
1862 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply()
1949 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply()
2009 // arguments from the stack (including the receiver), and push thisArgument in Generate_ReflectConstruct()
2099 // -- a4 : len (number of elements to push from args) in Generate_CallOrConstructVarargs()
2133 Label done, push, loop; in Generate_CallOrConstructVarargs() local
2145 __ Branch(&push, n in Generate_CallOrConstructVarargs()
[all...]
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc257 // Check if we have enough stack space to push all arguments. in Generate_JSConstructStubGeneric()
590 // Clear the context before we push it when entering the internal frame. in Generate_JSEntryTrampolineHelper()
628 // Check if we have enough stack space to push all arguments. in Generate_JSEntryTrampolineHelper()
1260 // If ok, push undefined as the initial value for all register file entries. in Generate_InterpreterEntryTrampoline()
1266 // TODO(rmcilroy): Consider doing more than one push per loop iteration. in Generate_InterpreterEntryTrampoline()
1463 __ PushReturnAddressFrom(kScratchRegister); // Re-push return address. in Generate_InterpreterPushArgsThenCallImpl()
1717 // Save the return address, so that we can push it to the end of the newly in Generate_BaselineOutOfLinePrologue()
1916 // arguments from the stack (including the receiver), and push thisArg (if in Generate_FunctionPrototypeApply()
2022 // remove all arguments from the stack (including the receiver), and push in Generate_ReflectApply()
2072 // arguments from the stack (including the receiver), and push thisArgumen in Generate_ReflectConstruct()
2212 Label done, push, loop; Generate_CallOrConstructVarargs() local
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc518 void Assembler::push(const Immediate& x) { in push() function in v8::internal::Assembler
535 void Assembler::push(Register src) { in push() function in v8::internal::Assembler
540 void Assembler::push(Operand src) { in push() function in v8::internal::Assembler
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c1105 assert(b->shader->inputs->no_ubo_to_push && "can't mix push constant forms"); in bi_emit_load_push_constant()
1108 assert(nir_src_is_const(*offset) && "no indirect push constants"); in bi_emit_load_push_constant()
1110 assert((base & 3) == 0 && "unaligned push constants"); in bi_emit_load_push_constant()
5197 .push = &info->push, in bi_compile_variant()
5201 .push_offset = info->push.count in bi_compile_variant()
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp98 #pragma warning (push)
103 #pragma clang diagnostic push
111 #pragma GCC diagnostic push
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp109 #pragma warning (push)
117 #pragma clang diagnostic push
125 #pragma GCC diagnostic push
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c858 /* The pre-gen6 VS requires that some push constants get loaded no in calculate_curbe_offsets()
870 * values as push constants before spilling to pull constants, and in in calculate_curbe_offsets()
871 * brw_vec4.cpp we're loading up to 32 registers of push constants. An EU in calculate_curbe_offsets()
946 /* The pre-gen6 VS requires that some push constants get loaded no in upload_shader_consts()
1302 * Notably, push constants must be stored at the beginning of the URB
1307 * Ivybridge and Haswell GT1/GT2 allow push constants to be located (and
1329 /* For now, we set a static partitioning of the push constant area, in crocus_alloc_push_constants()
8129 ALIGN(cs_prog_data->push.per_thread.regs * dispatch.threads +
8130 cs_prog_data->push.cross_thread.regs, 2);
8134 /* TODO: Combine subgroup-id with cbuf0 so we can push regula
[all...]
H A Dcrocus_program.c83 /* push works for everyone except SNB at the moment */ in can_push_ubo()
437 * used by the backend. Also, decide which UBOs we'd like to push in an
2653 assert(cs_prog_data->push.cross_thread.size == 0); in crocus_fill_cs_push_const_buffer()
2654 assert(cs_prog_data->push.per_thread.dwords == 1); in crocus_fill_cs_push_const_buffer()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3211 pendingImplicitLayout_.push(false); in AddKeyFrame()
3240 pendingImplicitLayout_.push(false); in AddKeyFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp394 curMainAndLeashWindowNodesIds_.push(node.GetId()); in ResetCurSurfaceInfoAsUpperSurfaceParent()
2783 curMainAndLeashWindowNodesIds_.push(subSurfaceNodePtr->GetId()); in UpdateSubSurfaceNodeRectInSkippedSubTree()
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp986 static int push(void *desc, unsigned char *buf, unsigned len) in push() function
1008 err = inflateBack(&strm, pull, nullptr, push, &strm); in InflateBack()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h149 inline void push(LiftoffAssembler* assm, LiftoffRegister reg, ValueKind kind) { in push() function
3095 liftoff::push(asm_, src.reg(), src.kind()); in Construct()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp429 stack.push(pb); in splitEdges()
1371 stack.push(node->getValue()->id); in simplifyNode()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh142 active_glyphs_stack.push (cur_active_glyph_set); in push_cur_active_glyphs()
802 hb_applicable_t *entry = array.push(); in dispatch()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4605 idStack.push(-1); in generateOpPhiCase5()
4606 value.push("%f32_0"); in generateOpPhiCase5()
4607 valueLabel.push("%f32_0 %entry"); in generateOpPhiCase5()
4615 idStack.push(currId); in generateOpPhiCase5()
4622 value.push(tag.str()); in generateOpPhiCase5()
4624 valueLabel.push(tag.str()); in generateOpPhiCase5()
4629 mergeLeft.push(valueLabel.top()); in generateOpPhiCase5()
4637 valueLabel.push(tag.str()); in generateOpPhiCase5()
4642 mergeRight.push(valueLabel.top()); in generateOpPhiCase5()
4653 value.push(ta in generateOpPhiCase5()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4603 idStack.push(-1); in generateOpPhiCase5()
4604 value.push("%f32_0"); in generateOpPhiCase5()
4605 valueLabel.push("%f32_0 %entry"); in generateOpPhiCase5()
4613 idStack.push(currId); in generateOpPhiCase5()
4620 value.push(tag.str()); in generateOpPhiCase5()
4622 valueLabel.push(tag.str()); in generateOpPhiCase5()
4627 mergeLeft.push(valueLabel.top()); in generateOpPhiCase5()
4635 valueLabel.push(tag.str()); in generateOpPhiCase5()
4640 mergeRight.push(valueLabel.top()); in generateOpPhiCase5()
4651 value.push(ta in generateOpPhiCase5()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp761 nodes.push(Referenced::RawPtr(child)); in FindFrameNodeByAccessibilityId()
773 nodes.push(Referenced::RawPtr(root)); in GetFramenodeByAccessibilityId()
3964 nodes.push(root); in FindNodeFromRootByExtensionId()
3976 nodes.push(child); in FindNodeFromRootByExtensionId()
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc589 stack.push({graph()->end(), 0}); in GenerateTraversal()
595 // If there is an unvisited input, push it and continue with that node. in GenerateTraversal()
603 stack.push({input, 0}); in GenerateTraversal()
632 revisit_queue_.push(node); in PushNodeToRevisitIfVisited()
4228 revisit_queue_.push(node); in EnqueueInput()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp10562 nodes_queue.push(&root); in getArgumentListsForVariableType()
10626 nodes_queue.push(new_subnode); in getArgumentListsForVariableType()
10639 nodes_queue.push(&root); in getArgumentListsForVariableType()
10658 nodes_queue.push(current_node_ptr->children[n_children_node]); in getArgumentListsForVariableType()
12357 # pragma GCC diagnostic push in eliminate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp1546 // push items and item groups, skip menu node in RecordItemsAndGroups()
1554 nodeStack.push(currentNode->GetChildAtIndex(index)); in RecordItemsAndGroups()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_testtwo_ng.cpp1015 overlayManager->modalStack_.push(rootNode); in HWTEST_F()

Completed in 204 milliseconds

1...<<161162163164165166167168169170>>...172