Home
last modified time | relevance | path

Searched refs:reset (Results 3126 - 3150 of 3257) sorted by relevance

1...<<121122123124125126127128129130131

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp624 m_barrier.reset((int)m_threads.size()); in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp316 failingAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs); in createSurfaceSimulateOOMTest()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp2742 m_dispatcher.reset( rhs.m_dispatcher.release() );
2809 m_dispatcher.reset( new VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher( context.getDispatcher()->vkGetInstanceProcAddr, in Instance()
3546 m_dispatcher.reset( new VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher( physicalDevice.getDispatcher()->vkGetDeviceProcAddr, in Device()
5291 void reset( VULKAN_HPP_NAMESPACE::CommandPoolResetFlags flags VULKAN_HPP_DEFAULT_ARGUMENT_ASSIGNMENT ) const;
5407 void reset( VULKAN_HPP_NAMESPACE::CommandBufferResetFlags flags VULKAN_HPP_DEFAULT_ARGUMENT_ASSIGNMENT ) const;
7289 void reset( VULKAN_HPP_NAMESPACE::DescriptorPoolResetFlags flags VULKAN_HPP_DEFAULT_ARGUMENT_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
8188 void reset() const;
9929 void reset( uint32_t firstQuery, uint32_t queryCount ) const VULKAN_HPP_NOEXCEPT;
12311 VULKAN_HPP_INLINE void Event::reset() const in reset() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Event
12317 resultCheck( result, VULKAN_HPP_NAMESPACE_STRING "::Event::reset" ); in reset()
12929 VULKAN_HPP_INLINE void CommandPool::reset( VULKAN_HPP_NAMESPACE::CommandPoolResetFlags flags ) const reset() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandPool
12984 VULKAN_HPP_INLINE void CommandBuffer::reset( VULKAN_HPP_NAMESPACE::CommandBufferResetFlags flags ) const reset() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c1011 * will be reset as a work-around. in halt_stream_sync()
1884 /* Initiate a GPU reset, in case it wasn't initiated yet, in remove_group_from_runnable()
3000 * GPU reset would be initiated if the wait for suspend times out.
3087 * terminated, the GPU will be reset as a in program_suspending_csg_slots()
3363 /* This code is only called during reset, so we don't wait for the CSG in kbase_csf_scheduler_evict_ctx_slots()
4023 * trigger the GPU reset to be in a deterministic state. in suspend_active_groups_on_powerdown()
4142 #define __ENCODE_KTRACE_INFO(reset, idle, all_suspend) \ in gpu_idle_worker()
4143 (((u32)reset) | (((u32)idle) << 4) | (((u32)all_suspend) << 8)) in gpu_idle_worker()
4146 dev_warn(kbdev->dev, "Quit idle for failing to prevent gpu reset.\n"); in gpu_idle_worker()
4383 /* Skip scheduling actions as GPU reset has in schedule_actions()
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm.c411 parameters - avail_max and overrange are reset to zero after the status
1275 if (pcm->fast_ops->reset) in snd_pcm_reset()
1276 err = pcm->fast_ops->reset(pcm->fast_op_arg); in snd_pcm_reset()
4014 * \brief reset all bits in a #snd_pcm_access_mask_t
4116 * \brief reset all bits in a #snd_pcm_format_mask_t
4219 * \brief reset all bits in a #snd_pcm_subformat_mask_t
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp2127 bld.reset(discard_block); in lower_to_hw_instr()
2133 bld.reset(&ctx.instructions); in lower_to_hw_instr()
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp437 void __indirect_glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) { } in __indirect_glGetHistogram() argument
440 void __indirect_glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum types, GLvoid *values) { } in __indirect_glGetMinmax() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc900 resolver.reset(); in WebAssemblyInstantiateStreaming()
1001 resolver.reset(); in WebAssemblyInstantiate()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc572 #define MAYBE_REVERSE_IF_WASM(dst, src, op, reset) \
575 if (reset) src = dst; \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp175 m_barrier.reset((int)m_threads.size()); in run()
3276 objAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs); in allocCallbackFailMultipleObjectsTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp175 m_barrier.reset((int)m_threads.size()); in run()
3276 objAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs); in allocCallbackFailMultipleObjectsTest()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp3210 core.reset(nullptr); in operator ()()
3226 core.reset(nullptr); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2352 void reset(const char *First_, const char *Last_) { in reset() function in PODSmallVector
2363 ASTAllocator.reset(); in reset()
/third_party/python/Lib/test/
H A Dtest_shutil.py2433 def reset(self): member in _ZeroCopyFileTest
2452 self.addCleanup(self.reset)
H A D_test_multiprocessing.py1934 barrier.reset()
1947 Test that a 'reset' on a barrier frees the waiting threads
1971 # Synchronize and reset the barrier. Must synchronize first so
1972 # that everyone has left it when we reset, and after so that no
1973 # one enters it before the reset.
1975 barrier.reset()
1982 Test that a barrier can be reset after being broken.
5668 obj.reset()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c38 #include <linux/reset.h>
998 DRM_WARN("failed to assert reset\n"); in vop2_clk_reset()
1003 DRM_WARN("failed to deassert reset\n"); in vop2_clk_reset()
2571 .reset = vop2_wb_connector_reset,
4495 .reset = vop2_atomic_plane_reset,
7561 .reset = vop2_crtc_reset,
8210 DRM_DEV_ERROR(vop2->dev, "failed to get dclk reset\n"); in vop2_create_crtc()
8668 DRM_DEV_ERROR(vop2->dev, "failed to get ahb reset\n"); in vop2_bind()
8674 DRM_DEV_ERROR(vop2->dev, "failed to get axi reset\n"); in vop2_bind()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c38 #include <linux/reset.h>
1013 DRM_WARN("failed to assert reset\n"); in vop2_clk_reset()
1017 DRM_WARN("failed to deassert reset\n"); in vop2_clk_reset()
2559 .reset = vop2_wb_connector_reset,
4496 .reset = vop2_atomic_plane_reset,
7677 .reset = vop2_crtc_reset,
8320 DRM_DEV_ERROR(vop2->dev, "failed to get dclk reset\n"); in vop2_create_crtc()
8787 DRM_DEV_ERROR(vop2->dev, "failed to get ahb reset\n"); in vop2_bind()
8793 DRM_DEV_ERROR(vop2->dev, "failed to get axi reset\n"); in vop2_bind()
/third_party/skia/tests/
H A DPathOpsIssue3651.cpp1311 path.reset(); in issue3651_4()
1430 path.reset(); in issue3651_5()
1469 path.reset(); in issue3651_6()
1567 path.reset(); in issue3651_7()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp693 NumberedMetadata[MID].reset(Result); in ParseMDNodeID()
764 NumberedMetadata[MetadataID].reset(Init); in ParseStandaloneMetadata()
956 GA.reset(GlobalAlias::create(Ty, AddrSpace, in parseIndirectSymbol()
960 GA.reset(GlobalIFunc::create(Ty, AddrSpace, in parseIndirectSymbol()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc1057 marking_visitor_.reset(); in Finish()
1058 local_marking_worklists_.reset(); in Finish()
1065 local_weak_objects_.reset(); in Finish()
2488 // finished as it will reset page flags that share the same bitmap as in MarkLiveObjects()
2714 // If baseline code is flushed but we have a valid bytecode array reset in ProcessOldCodeCandidates()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc1332 descriptor.reset(new v8::PropertyDescriptor( in DefinePropertyWithInterceptorInternal()
1336 descriptor.reset(new v8::PropertyDescriptor( in DefinePropertyWithInterceptorInternal()
1339 descriptor.reset( in DefinePropertyWithInterceptorInternal()
1390 // TODO(jkummerow/verwaest): It would be nice if we didn't have to reset in OrdinaryDefineOwnProperty()
3531 // In case of success, the attributes will have been reset to the default in DefineOwnPropertyIgnoreAttributes()
/third_party/skia/src/core/
H A DSkVM.cpp3009 fImpl->llvm_ee.reset(ee);
3051 fImpl->llvm_ee .reset(nullptr);
3052 fImpl->llvm_ctx.reset(nullptr);
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc2299 pool_.reset(new DescriptorPool()); in GetFieldDescriptorOfType()
2681 pool_.reset(new DescriptorPool); in SetUp()
2684 pool_.reset(new DescriptorPool(&db_)); in SetUp()
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c847 /* Software reset */ in dw_hdmi_i2c_init()
1958 .reset = drm_atomic_helper_connector_reset,
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus_usb_linux.c556 .reset = NULL,
1007 /* Mark the interface as busy to reset USB autosuspend timer */ in dbus_usbos_recv_complete_handle()
1258 * This function is directly called by the Linux kernel, when the suspended device has been reset
1263 DBUSERR(("%s Device reset resumed\n", __FUNCTION__)); in dbus_usbos_reset_resume()

Completed in 193 milliseconds

1...<<121122123124125126127128129130131