Home
last modified time | relevance | path

Searched refs:state (Results 6976 - 7000 of 20928) sorted by relevance

1...<<271272273274275276277278279280>>...838

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c183 cfg.state = rsd; in panvk_meta_clear_attachment_emit_dcd()
272 struct panvk_batch *batch = cmdbuf->state.batch; in panvk_meta_clear_attachment()
273 const struct panvk_render_pass *pass = cmdbuf->state.pass; in panvk_meta_clear_attachment()
339 struct pan_fb_info *fbinfo = &cmdbuf->state.fb.info; in panvk_meta_clear_color_img()
348 cmdbuf->state.fb.crc_valid[0] = false; in panvk_meta_clear_color_img()
354 .rts[0].crc_valid = &cmdbuf->state.fb.crc_valid[0], in panvk_meta_clear_color_img()
406 struct pan_fb_info *fbinfo = &cmdbuf->state.fb.info; in panvk_meta_clear_zs_img()
415 cmdbuf->state.fb.crc_valid[0] = false; in panvk_meta_clear_zs_img()
484 const struct panvk_subpass *subpass = cmdbuf->state.subpass; in CmdClearAttachments()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c456 prog->state.uniform_size = nir->num_uniforms * 16; in gpir_compile_nir()
457 prog->state.gl_pos_idx = 0; in gpir_compile_nir()
458 prog->state.point_size_idx = -1; in gpir_compile_nir()
489 struct lima_varying_info *v = prog->state.varying + var->data.driver_location; in gpir_compile_nir()
497 prog->state.gl_pos_idx = var->data.driver_location; in gpir_compile_nir()
501 prog->state.point_size_idx = var->data.driver_location; in gpir_compile_nir()
506 struct lima_varying_info *v = prog->state.varying + var->data.driver_location; in gpir_compile_nir()
509 prog->state.num_outputs++; in gpir_compile_nir()
511 prog->state.num_varyings++; in gpir_compile_nir()
/third_party/rust/crates/aho-corasick/src/
H A Dprefilter.rs37 /// state).
60 state: &mut PrefilterState, in next_candidate()
100 state: &mut PrefilterState, in next_candidate()
104 (**self).next_candidate(state, haystack, at) in next_candidate()
143 /// PrefilterState tracks state associated with the effectiveness of a
146 /// then the state renders the prefilter inert and stops using it.
148 /// A prefilter state should be created for each search. (Where creating an
194 /// Create a fresh prefilter state.
205 /// Create a prefilter state that always disables the prefilter.
216 /// Update this state wit
[all...]
/third_party/python/Lib/idlelib/
H A Dtree.py90 self.state = 'collapsed'
144 if self.state == 'expanded':
154 if self.state != 'expanded':
155 self.state = 'expanded'
160 if self.state != 'collapsed':
161 self.state = 'collapsed'
182 if self.children and self.state == 'expanded':
206 if self.state != 'expanded':
225 if child.state == 'expanded':
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp462 PipelineCreateInfo& addState (const vk::VkPipelineVertexInputStateCreateInfo& state);
463 PipelineCreateInfo& addState (const vk::VkPipelineInputAssemblyStateCreateInfo& state);
464 PipelineCreateInfo& addState (const vk::VkPipelineColorBlendStateCreateInfo& state);
465 PipelineCreateInfo& addState (const vk::VkPipelineViewportStateCreateInfo& state);
466 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state);
467 PipelineCreateInfo& addState (const vk::VkPipelineTessellationStateCreateInfo& state);
468 PipelineCreateInfo& addState (const vk::VkPipelineRasterizationStateCreateInfo& state);
469 PipelineCreateInfo& addState (const vk::VkPipelineMultisampleStateCreateInfo& state);
470 PipelineCreateInfo& addState (const vk::VkPipelineDynamicStateCreateInfo& state);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp462 PipelineCreateInfo& addState (const vk::VkPipelineVertexInputStateCreateInfo& state);
463 PipelineCreateInfo& addState (const vk::VkPipelineInputAssemblyStateCreateInfo& state);
464 PipelineCreateInfo& addState (const vk::VkPipelineColorBlendStateCreateInfo& state);
465 PipelineCreateInfo& addState (const vk::VkPipelineViewportStateCreateInfo& state);
466 PipelineCreateInfo& addState (const vk::VkPipelineDepthStencilStateCreateInfo& state);
467 PipelineCreateInfo& addState (const vk::VkPipelineTessellationStateCreateInfo& state);
468 PipelineCreateInfo& addState (const vk::VkPipelineRasterizationStateCreateInfo& state);
469 PipelineCreateInfo& addState (const vk::VkPipelineMultisampleStateCreateInfo& state);
470 PipelineCreateInfo& addState (const vk::VkPipelineDynamicStateCreateInfo& state);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h331 RenderCommandEncoder &setRenderPipelineState(id<MTLRenderPipelineState> state);
336 RenderCommandEncoder &setDepthStencilState(id<MTLDepthStencilState> state);
359 RenderCommandEncoder &setVertexSamplerState(id<MTLSamplerState> state, in setVertexSamplerState() argument
364 return setSamplerState(gl::ShaderType::Vertex, state, lodMinClamp, lodMaxClamp, index); in setVertexSamplerState()
386 RenderCommandEncoder &setFragmentSamplerState(id<MTLSamplerState> state, in setFragmentSamplerState() argument
391 return setSamplerState(gl::ShaderType::Fragment, state, lodMinClamp, lodMaxClamp, index); in setFragmentSamplerState()
416 id<MTLSamplerState> state,
604 ComputeCommandEncoder &setComputePipelineState(id<MTLComputePipelineState> state);
616 ComputeCommandEncoder &setSamplerState(id<MTLSamplerState> state,
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdphuff.c15 * up to the start of the current MCU. To do this, we copy state variables
51 savable_state saved; /* Other state at start of MCU */
53 /* These fields are NOT loaded into local working state. */
312 /* Initialize bitread state variables */ in start_pass_phuff_decoder()
317 /* Initialize private state variables */ in start_pass_phuff_decoder()
409 * changes have been made to permanent state. (Exception: some output
429 savable_state state; in METHODDEF() local
445 /* Load up working state */ in METHODDEF()
447 state = entropy->saved; in METHODDEF()
468 if ((state in METHODDEF()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp233 VkPipelineColorBlendAttachmentState ComputeColorDesc(const ColorTargetState* state, in ComputeColorDesc() argument
236 attachment.blendEnable = state->blend != nullptr ? VK_TRUE : VK_FALSE; in ComputeColorDesc()
238 attachment.srcColorBlendFactor = VulkanBlendFactor(state->blend->color.srcFactor); in ComputeColorDesc()
239 attachment.dstColorBlendFactor = VulkanBlendFactor(state->blend->color.dstFactor); in ComputeColorDesc()
240 attachment.colorBlendOp = VulkanBlendOperation(state->blend->color.operation); in ComputeColorDesc()
241 attachment.srcAlphaBlendFactor = VulkanBlendFactor(state->blend->alpha.srcFactor); in ComputeColorDesc()
242 attachment.dstAlphaBlendFactor = VulkanBlendFactor(state->blend->alpha.dstFactor); in ComputeColorDesc()
243 attachment.alphaBlendOp = VulkanBlendOperation(state->blend->alpha.operation); in ComputeColorDesc()
255 VulkanColorWriteMask(state->writeMask, isDeclaredInFragmentShader); in ComputeColorDesc()
462 // Initialize the "blend state inf in Initialize()
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp143 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
144 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::ACTIVE, state); in HWTEST_F()
159 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
160 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::UNINITIALIZED, state); in HWTEST_F()
499 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
503 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::STARTED_NEW, state); in HWTEST_F()
520 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
523 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::UNINITIALIZED, state); in HWTEST_F()
610 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); in HWTEST_F() local
614 EXPECT_EQ(AbilityLifecycleExecutor::LifecycleState::INITIAL, state); in HWTEST_F()
631 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
719 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
740 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
834 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
855 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
924 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
946 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
975 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1005 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1030 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1058 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1126 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1176 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
1594 auto state = ability->GetContinuationState(); HWTEST_F() local
1644 auto state = ability->OnContinue(wantParams); HWTEST_F() local
2741 AbilityLifecycleExecutor::LifecycleState state = ability_->GetState(); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1131 set_bit(__NX_DEV_UP, &adapter->state); in __netxen_nic_up()
1157 if (!test_and_clear_bit(__NX_DEV_UP, &adapter->state)) in __netxen_nic_down()
1299 if (test_and_set_bit(__NX_RESETTING, &adapter->state)) in netxen_nic_reset_context()
1324 clear_bit(__NX_RESETTING, &adapter->state); in netxen_nic_reset_context()
1651 clear_bit(__NX_RESETTING, &adapter->state); in netxen_nic_remove()
1692 clear_bit(__NX_RESETTING, &adapter->state); in netxen_nic_detach_func()
1750 pci_channel_state_t state) in netxen_io_error_detected()
1754 if (state == pci_channel_io_perm_failure) in netxen_io_error_detected()
2222 if (test_bit(__NX_RESETTING, &adapter->state)) in netxen_tx_timeout()
2237 if (test_and_set_bit(__NX_RESETTING, &adapter->state)) in netxen_tx_timeout_task()
1749 netxen_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) netxen_io_error_detected() argument
2389 int count, state; nx_decr_dev_ref_cnt() local
2409 u32 state; nx_dev_request_aer() local
2431 u32 state; nx_dev_request_reset() local
2637 u32 state, heartbit; netxen_check_health() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1131 set_bit(__NX_DEV_UP, &adapter->state); in __netxen_nic_up()
1157 if (!test_and_clear_bit(__NX_DEV_UP, &adapter->state)) in __netxen_nic_down()
1299 if (test_and_set_bit(__NX_RESETTING, &adapter->state)) in netxen_nic_reset_context()
1324 clear_bit(__NX_RESETTING, &adapter->state); in netxen_nic_reset_context()
1646 clear_bit(__NX_RESETTING, &adapter->state); in netxen_nic_remove()
1685 clear_bit(__NX_RESETTING, &adapter->state); in netxen_nic_detach_func()
1743 pci_channel_state_t state) in netxen_io_error_detected()
1747 if (state == pci_channel_io_perm_failure) in netxen_io_error_detected()
2215 if (test_bit(__NX_RESETTING, &adapter->state)) in netxen_tx_timeout()
2230 if (test_and_set_bit(__NX_RESETTING, &adapter->state)) in netxen_tx_timeout_task()
1742 netxen_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state) netxen_io_error_detected() argument
2382 int count, state; nx_decr_dev_ref_cnt() local
2402 u32 state; nx_dev_request_aer() local
2424 u32 state; nx_dev_request_reset() local
2630 u32 state, heartbit; netxen_check_health() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c12 * The HDMI core has a state machine and a PHY. On BCM2835, most of
303 struct drm_atomic_state *state; in reset_pipe() local
307 state = drm_atomic_state_alloc(crtc->dev); in reset_pipe()
308 if (!state) in reset_pipe()
311 state->acquire_ctx = ctx; in reset_pipe()
313 crtc_state = drm_atomic_get_crtc_state(state, crtc); in reset_pipe()
321 ret = drm_atomic_commit(state); in reset_pipe()
323 drm_atomic_state_put(state); in reset_pipe()
348 conn_state = connector->state; in vc4_hdmi_reset_link()
357 crtc_state = crtc->state; in vc4_hdmi_reset_link()
532 vc4_hdmi_connector_atomic_check(struct drm_connector *connector, struct drm_atomic_state *state) vc4_hdmi_connector_atomic_check() argument
589 vc4_hdmi_connector_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, uint64_t *val) vc4_hdmi_connector_get_property() argument
611 vc4_hdmi_connector_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, uint64_t val) vc4_hdmi_connector_set_property() argument
1085 vc4_hdmi_encoder_post_crtc_disable(struct drm_encoder *encoder, struct drm_atomic_state *state) vc4_hdmi_encoder_post_crtc_disable() argument
1123 vc4_hdmi_encoder_post_crtc_powerdown(struct drm_encoder *encoder, struct drm_atomic_state *state) vc4_hdmi_encoder_post_crtc_powerdown() argument
1158 vc4_hdmi_csc_setup(struct vc4_hdmi *vc4_hdmi, struct drm_connector_state *state, const struct drm_display_mode *mode) vc4_hdmi_csc_setup() argument
1395 vc5_hdmi_csc_setup(struct vc4_hdmi *vc4_hdmi, struct drm_connector_state *state, const struct drm_display_mode *mode) vc5_hdmi_csc_setup() argument
1461 vc4_hdmi_set_timings(struct vc4_hdmi *vc4_hdmi, struct drm_connector_state *state, const struct drm_display_mode *mode) vc4_hdmi_set_timings() argument
1525 vc5_hdmi_set_timings(struct vc4_hdmi *vc4_hdmi, struct drm_connector_state *state, const struct drm_display_mode *mode) vc5_hdmi_set_timings() argument
1676 vc4_hdmi_encoder_pre_crtc_configure(struct drm_encoder *encoder, struct drm_atomic_state *state) vc4_hdmi_encoder_pre_crtc_configure() argument
1795 vc4_hdmi_encoder_pre_crtc_enable(struct drm_encoder *encoder, struct drm_atomic_state *state) vc4_hdmi_encoder_pre_crtc_enable() argument
1825 vc4_hdmi_encoder_post_crtc_enable(struct drm_encoder *encoder, struct drm_atomic_state *state) vc4_hdmi_encoder_post_crtc_enable() argument
[all...]
/third_party/libinput/test/
H A Dtest-pointer.c367 test_button_event(struct litest_device *dev, unsigned int button, int state) in test_button_event() argument
371 litest_button_click_debounced(dev, li, button, state); in test_button_event()
375 state ? LIBINPUT_BUTTON_STATE_PRESSED : in test_button_event()
1646 enum libinput_config_scroll_button_lock_state state; in START_TEST() local
1648 state = libinput_device_config_scroll_get_button_lock(dev->libinput_device); in START_TEST()
1649 ck_assert_int_eq(state, LIBINPUT_CONFIG_SCROLL_BUTTON_LOCK_DISABLED); in START_TEST()
1650 state = libinput_device_config_scroll_get_default_button_lock(dev->libinput_device); in START_TEST()
1651 ck_assert_int_eq(state, LIBINPUT_CONFIG_SCROLL_BUTTON_LOCK_DISABLED); in START_TEST()
1659 enum libinput_config_scroll_button_lock_state state; in START_TEST() local
1661 state in START_TEST()
2807 enum libinput_config_middle_emulation_state state; START_TEST() local
2841 enum libinput_config_middle_emulation_state state; START_TEST() local
2870 enum libinput_config_middle_emulation_state state; START_TEST() local
2897 enum libinput_config_middle_emulation_state state; START_TEST() local
2916 enum libinput_config_middle_emulation_state state; START_TEST() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl_stub.cpp169 DeviceState state = DeviceState::DISCONNECTED; in DoGetDeviceStateTask() local
170 int32_t ret = GetDeviceState(deviceId, state); in DoGetDeviceStateTask()
175 if (!reply.WriteInt32(static_cast<int32_t>(state))) { in DoGetDeviceStateTask()
176 CLOGE("Failed to write device state:%d", static_cast<int32_t>(state)); in DoGetDeviceStateTask()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddms_continue_send_manager.h133 int32_t SetMissionContinueState(const int32_t missionId, const AAFwk::ContinueState& state);
154 int32_t DealSetMissionContinueStateBusiness(const int32_t missionId, const AAFwk::ContinueState& state);
161 const AAFwk::ContinueState &state);
164 int32_t GetBundleNameIdAndContinueTypeId(const int32_t missionId, const AAFwk::ContinueState& state,
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_task_dispatcher.cpp172 StartupTask::State state = task->GetState(); in RunTaskInit() local
173 if (state == StartupTask::State::CREATED) { in RunTaskInit()
175 } else if (state == StartupTask::State::INITIALIZED) { in RunTaskInit()
178 } else if (state == StartupTask::State::INITIALIZING) { in RunTaskInit()
181 // state: INVALID in RunTaskInit()
182 TAG_LOGE(AAFwkTag::STARTUP, "%{public}s task state: INVALID", name.c_str()); in RunTaskInit()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_clientex.cpp66 ErrCode AbilityManagerClient::AbilityTransitionDone(sptr<IRemoteObject> token, int state, const PacMap& saveData) in AbilityTransitionDone() argument
72 return abms->AbilityTransitionDone(token, state, saveData); in AbilityTransitionDone()
159 ErrCode AbilityManagerClient::DumpState(const std::string& args, std::vector<std::string>& state) in DumpState() argument
165 abms->DumpState(args, state); in DumpState()
/foundation/ability/ability_runtime/test/unittest/render_state_observer_manager_test/
H A Drender_state_observer_manager_test.cpp209 int32_t state = 0; in HWTEST_F() local
210 int res = manager->OnRenderStateChanged(renderRecord, state); in HWTEST_F()
224 int32_t state = 0; in HWTEST_F() local
225 manager->HandleOnRenderStateChanged(renderRecord, state); in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/
H A Dmock_ability_manager_client.cpp66 ErrCode AbilityManagerClient::AbilityTransitionDone(sptr<IRemoteObject> token, int state, const PacMap& saveData) in AbilityTransitionDone() argument
72 return abms->AbilityTransitionDone(token, state, saveData); in AbilityTransitionDone()
159 ErrCode AbilityManagerClient::DumpState(const std::string& args, std::vector<std::string>& state) in DumpState() argument
165 abms->DumpState(args, state); in DumpState()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_controller.h96 void SetState(LinearIndicatorControllerDataState state) in SetState() argument
98 state_ = state; in SetState()
99 if (LinearIndicatorControllerDataState::INTERVAL_PAUSE == state) { in SetState()
290 void StopAnimation(LinearIndicatorControllerDataState state);
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl_stub.cpp169 DeviceState state = DeviceState::DISCONNECTED; in DoGetDeviceStateTask() local
170 int32_t ret = GetDeviceState(deviceId, state); in DoGetDeviceStateTask()
175 if (!reply.WriteInt32(static_cast<int32_t>(state))) { in DoGetDeviceStateTask()
176 CLOGE("Failed to write device state:%d", static_cast<int32_t>(state)); in DoGetDeviceStateTask()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h82 void SetDisabledState(bool state);
83 void SetWaitingState(bool state);
84 void SetAutoFocusState(bool state);
85 void SetRadiusState(bool state);
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp201 JSIValue state = JSI::GetPropertyByIndex(point, index); in DumpDomTree() local
206 data[i].state = static_cast<uint16_t>(JSI::ValueToNumber(state)); in DumpDomTree()
207 JSI::ReleaseValueList(point_x, point_y, state, point); in DumpDomTree()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_hf_observer_stub.cpp91 int state = data.ReadInt32(); in OnConnectionStateChangedInner() local
93 stub->OnConnectionStateChanged(*device, state, cause); in OnConnectionStateChangedInner()
104 int state = data.ReadInt32(); in OnScoStateChangedInner() local
105 stub->OnScoStateChanged(*device, state); in OnScoStateChangedInner()

Completed in 33 milliseconds

1...<<271272273274275276277278279280>>...838