/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | render_search.cpp | 87 submitEvent_(std::string(R"("submit",)").append(submitResult->ToString())); in FireSubmitEvent()
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | plugin_mgr_test.cpp | 92 ffrt::submit([pluginName]() {
in LoadTestPlugin()
|
/third_party/node/test/fixtures/wpt/common/security-features/resources/ |
H A D | common.sub.js | 636 * @param {string} url The URL to submit to. 643 document.body, form => form.submit());
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTreeTest.java | 505 .submit(() -> ranges.parallelStream().reduce(RangeTree.empty(), RangeTree::union)) in testThreadSafety()
|
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 710 direct->submit(syncCpu); in flushAndSubmit()
|
H A D | SkImage.cpp | 233 dContext->submit(); in flushAndSubmit()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.cpp | 36 GrD3DCommandList::SubmitResult GrD3DCommandList::submit(ID3D12CommandQueue* queue) { in submit() function in GrD3DCommandList 576 // They're added when we first allocate from a heap in a given submit.
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 180 void submit(GrOpsRenderPass* renderPass) override; 800 // since we defer calling flush until submit time. When we call submitToGpu if this is true then
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 99 queue.submit(1, &submitInfo, waitFences[currentFrameBuffer]); in renderFrame()
|
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 465 futures = [executor.submit(self.build_extension, ext)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1435 // and submit the operations out of order to verify that the queues 1579 // exercise the wait-before-submit behavior. in iterate() 2059 void submit (const DeviceInterface& vk, VkCommandBuffer cmdBuffer, const QueueTimelineIteration& iter, VkSemaphore semaphore, const deUint64 *waitValues, const deUint32 waitValuesCount) in submit() function in vkt::synchronization::__anon28841::OneToNTestInstance 2148 submit(vk, *writeCmdBuffer, *m_writeIteration, *semaphore, &m_hostTimelineValue, 1); in iterate() 2157 submit(vk, **copyPtrCmdBuffers[copyOpIdx], *m_copyIterations[copyOpIdx], in iterate() 2168 submit(vk, **readPtrCmdBuffers[readOpIdx], *m_readIterations[readOpIdx], in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1441 // and submit the operations out of order to verify that the queues 1579 // exercise the wait-before-submit behavior. in iterate() 2048 void submit (const DeviceInterface& vk, VkCommandBuffer cmdBuffer, const QueueTimelineIteration& iter, VkSemaphore semaphore, const deUint64 *waitValues, const deUint32 waitValuesCount) in submit() function in vkt::synchronization::__anon29990::OneToNTestInstance 2137 submit(vk, *writeCmdBuffer, *m_writeIteration, *semaphore, &m_hostTimelineValue, 1); in iterate() 2146 submit(vk, **copyPtrCmdBuffers[copyOpIdx], *m_copyIterations[copyOpIdx], in iterate() 2157 submit(vk, **readPtrCmdBuffers[readOpIdx], *m_readIterations[readOpIdx], in iterate()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 570 ffrt::submit([this]() { in OnSessionState()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_rcl.c | 713 job->submit.rcl_start = job->rcl.bo->offset; in emit_rcl()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 674 fd_submit_flush(batch->submit, batch->in_fence_fd, in flush_ring() 693 * match up the api event submit-id to the on-gpu rendering, in fd_gmem_render_tiles()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_gmem.c | 145 fd_submit_new_ringbuffer(batch->submit, 0x1000, FD_RINGBUFFER_STREAMING);
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.cpp | 313 void GrVkOpsRenderPass::submit() { in submit() function in GrVkOpsRenderPass 322 // We don't want to actually submit the secondary command buffer if it is wrapped. in submit() 357 // render pass since nothing should trigger a submit while this render pass is active. in set()
|
H A D | GrVkGpu.cpp | 407 // we are not submitting the command buffer and may never come back around to submit it. in submitCommandBuffer() 426 // We must delete any drawables that had to wait until submit to destroy. in submitCommandBuffer() 429 // If we didn't submit the command buffer then we did not wait on any semaphores. We will in submitCommandBuffer() 439 // Even if we did not submit the command buffer, we drop all the signal semaphores since we will in submitCommandBuffer() 441 // will be notified that the semaphores were not submit so that they will not try to wait on in submitCommandBuffer() 2137 // something in the command buffer may still be using this, so force submit in deleteTestingOnlyBackendRenderTarget() 2190 // VkImage back to the original queue. In this state we don't submit anymore work and we may not in addImageMemoryBarrier() 2616 // We need to submit the current command buffer to the Queue and make sure it finishes before in onReadPixels() 2799 void GrVkGpu::submit(GrOpsRenderPass* renderPass) { in submit() function in GrVkGpu 2802 fCachedOpsRenderPass->submit(); in submit() [all...] |
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_cdma_sms_test.cpp | 642 auto message1 = std::make_shared<CdmaSmsSubmitMessage>(msg.data.p2p.telesvcMsg.data.submit); in HWTEST_F() 646 auto message2 = std::make_shared<CdmaSmsSubmitMessage>(msg.data.p2p.telesvcMsg.data.submit, rBuffer); in HWTEST_F()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_gmem.c | 1243 fd_submit_new_ringbuffer(batch->submit, 0x1000, FD_RINGBUFFER_STREAMING); in prepare_tile_setup_ib() 1396 fd_submit_new_ringbuffer(batch->submit, 0x1000, FD_RINGBUFFER_STREAMING);
|
/third_party/skia/gm/ |
H A D | wacky_yuv_formats.cpp | 861 dContext->submit(true); in createImages() 1063 context->submit(true); in createImages()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 433 commonCpuTimers_.submit.Begin(); 437 // submit vulkan command buffers 442 commonCpuTimers_.submit.End(); 582 // submit acquire task if needed 2693 perfData->UpdateData("RenderBackend", "Submit_Cpu", commonCpuTimers_.submit.GetMicroseconds());
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 273 ffrt::submit([this, offset]() { RestorePhotoBatch(offset, 1); }, {&offset}, {}, in RestorePhoto() 283 ffrt::submit([this, offset]() { RestorePhotoBatch(offset); }, { &offset }, {}, in RestorePhoto() 1406 ffrt::submit([this, offset]() { RestoreAudioBatch(offset); }, { &offset }, {}, in RestoreAudio()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 102 queue_->submit([this, reminder]() { in PublishReminder() 1058 serviceQueue_->submit(callback, taskAttr); in AsyncStartExtensionAbility()
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 1877 dContext->submit(true); in ddlDraw() 2190 context->submit(skgpu::SyncToCpu::kYes); in draw()
|