Home
last modified time | relevance | path

Searched refs:replay (Results 26 - 50 of 102) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture_mock.cpp43 void FrameCaptureShared::replay(gl::Context *context) {} in replay() function in angle::FrameCaptureShared
/kernel/linux/linux-5.10/net/netfilter/
H A Dnfnetlink.c195 replay: in nfnetlink_rcv_msg()
260 goto replay; in nfnetlink_rcv_msg()
334 replay: in nfnetlink_rcv_batch()
507 goto replay; in nfnetlink_rcv_batch()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnfnetlink.c229 replay: in nfnetlink_rcv_msg()
311 goto replay; in nfnetlink_rcv_msg()
385 replay: in nfnetlink_rcv_batch()
567 goto replay; in nfnetlink_rcv_batch()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs503 // the type registry for the relevant message, and replay the stream, omitting the @type property. in MergeAny()
543 // Now replay the token stream we've already read and anything that remains of the object, just parsing it in MergeAny()
545 var replay = JsonTokenizer.FromReplayedTokens(tokens, tokenizer); in MergeAny()
549 MergeWellKnownTypeAnyBody(body, replay); in MergeAny()
553 Merge(body, replay); in MergeAny()
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Daccel.h90 } replay; member
/third_party/libinput/tools/
H A Dlibinput-replay.py192 def replay(device, verbose): function
198 # The first event may have a nonzero offset but we want to replay
204 error("WARNING: event time offset is in the future, refusing to replay")
279 p = multiprocessing.Process(target=wrap, args=(replay, d, args.verbose))
307 "[libinput-replay {name}]\n"
338 fd.write("# This file was generated by libinput replay\n")
339 fd.write("# Unless libinput replay is running right now, remove this file.\n")
373 "--replay-after",
376 help="Automatically replay once after N seconds",
382 help="Stop and exit after one replay",
[all...]
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H A Dhid-pidff.c304 pidff->set_effect[PID_DURATION].value[0] = effect->replay.length; in pidff_set_effect_report()
314 pidff->set_effect[PID_START_DELAY].value[0] = effect->replay.delay; in pidff_set_effect_report()
326 return effect->replay.length != old->replay.length || in pidff_needs_set_effect()
330 effect->replay.delay != old->replay.delay; in pidff_needs_set_effect()
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhid-pidff.c304 pidff->set_effect[PID_DURATION].value[0] = effect->replay.length; in pidff_set_effect_report()
314 pidff->set_effect[PID_START_DELAY].value[0] = effect->replay.delay; in pidff_set_effect_report()
326 return effect->replay.length != old->replay.length || in pidff_needs_set_effect()
330 effect->replay.delay != old->replay.delay; in pidff_needs_set_effect()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_resp.c609 res->replay = 0; in rxe_prepare_res()
650 if (res && res->replay) in process_flush()
699 if (!res->replay) { in atomic_reply()
736 if (res->replay) in atomic_write_reply()
884 if (!res->replay || qp->resp.length == 0) { in read_reply()
956 if (!res->replay) in read_reply()
1289 res->replay = 1; in duplicate_request()
1333 res->replay = 1; in duplicate_request()
1351 res->replay = 1; in duplicate_request()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_user.c505 sizeof(x->replay.bitmap) * 8); in copy_from_user_state()
540 struct xfrm_replay_state *replay; in xfrm_update_ae_params() local
541 replay = nla_data(rp); in xfrm_update_ae_params()
542 memcpy(&x->replay, replay, sizeof(*replay)); in xfrm_update_ae_params()
543 memcpy(&x->preplay, replay, sizeof(*replay)); in xfrm_update_ae_params()
803 put_unaligned(x->stats.replay, &p->stats.replay); in copy_to_user_state()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h49 bool replay; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp269 std::vector<uint32_t> runTest (bool replay = false);
528 // and for capture/replay handles. Yet their sizes can be different, and the function to get them also changes. The type below
581 std::vector<uint32_t> RayTracingPipelineLibraryTestInstance::runTest (bool replay) in runTest() argument
598 // Make sure we only replay in CAPTURE_REPLAY handles mode. in runTest()
599 // When checking capture/replay handles, the first iteration will save the handles to m_captureReplayHandles. in runTest()
600 // In the second iteration, the replay argument will be true and we'll use the saved m_captureReplayHandles when creating pipelines. in runTest()
601 if (replay) in runTest()
654 // Sometimes we need capture/replay handles. in runTest()
724 // Add the saved capture/replay handles when in replay mod in runTest()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h65 bool replay; member
/kernel/linux/linux-6.6/sound/firewire/
H A Damdtp-stream.h319 } replay; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c377 /* Issue fault replay for GPU to retry accesses that faulted previously. */
381 SVM_DBG(svm, "replay"); in nouveau_svm_fault_replay()
632 int replay = 0, ret; in nouveau_svm_fault() local
774 replay++; in nouveau_svm_fault()
777 /* Issue fault replay to the GPU. */ in nouveau_svm_fault()
778 if (replay) in nouveau_svm_fault()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput.h434 * @replay: scheduling of the effect (struct ff_replay)
455 struct ff_replay replay; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput.h438 * @replay: scheduling of the effect (struct ff_replay)
459 struct ff_replay replay; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput.h186 struct ff_replay replay; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput.h186 struct ff_replay replay; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput.h175 struct ff_replay replay; member
/third_party/libinput/include/linux/linux/
H A Dinput.h427 * @replay: scheduling of the effect (struct ff_replay)
448 struct ff_replay replay; member
/third_party/libinput/include/linux/freebsd/
H A Dinput.h428 * @replay: scheduling of the effect (struct ff_replay)
449 struct ff_replay replay; member
/third_party/libevdev/include/linux/linux/
H A Dinput.h436 * @replay: scheduling of the effect (struct ff_replay)
457 struct ff_replay replay; member
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_user.c548 NL_SET_ERR_MSG(extack, "ESN replay window is longer than the bitmap"); in xfrm_replay_verify_len()
606 sizeof(x->replay.bitmap) * 8); in copy_from_user_state()
641 struct xfrm_replay_state *replay; in xfrm_update_ae_params() local
642 replay = nla_data(rp); in xfrm_update_ae_params()
643 memcpy(&x->replay, replay, sizeof(*replay)); in xfrm_update_ae_params()
644 memcpy(&x->preplay, replay, sizeof(*replay)); in xfrm_update_ae_params()
908 put_unaligned(x->stats.replay, in copy_to_user_state()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h148 int replay; member

Completed in 31 milliseconds

12345