Home
last modified time | relevance | path

Searched refs:submit (Results 351 - 375 of 414) sorted by relevance

1...<<11121314151617

/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp87 submitEvent_(std::string(R"("submit",)").append(submitResult->ToString())); in FireSubmitEvent()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp92 ffrt::submit([pluginName]() { in LoadTestPlugin()
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js636 * @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 DRangeTreeTest.java505 .submit(() -> ranges.parallelStream().reduce(RangeTree.empty(), RangeTree::union)) in testThreadSafety()
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp710 direct->submit(syncCpu); in flushAndSubmit()
H A DSkImage.cpp233 dContext->submit(); in flushAndSubmit()
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.cpp36 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 DGrGLGpu.h180 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 DDrawTester.cpp99 queue.submit(1, &submitInfo, waitFences[currentFrameBuffer]); in renderFrame()
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py465 futures = [executor.submit(self.build_extension, ext)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp1435 // 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 DvktSynchronizationTimelineSemaphoreTests.cpp1441 // 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 Ddcamera_sink_controller.cpp570 ffrt::submit([this]() { in OnSessionState()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c713 job->submit.rcl_start = job->rcl.bo->offset; in emit_rcl()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c674 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 Dfd2_gmem.c145 fd_submit_new_ringbuffer(batch->submit, 0x1000, FD_RINGBUFFER_STREAMING);
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp313 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 DGrVkGpu.cpp407 // 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 Dzero_branch_cdma_sms_test.cpp642 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 Dfd6_gmem.c1243 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 Dwacky_yuv_formats.cpp861 dContext->submit(true); in createImages()
1063 context->submit(true); in createImages()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp433 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 Dclone_restore.cpp273 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 Dreminder_data_manager.cpp102 queue_->submit([this, reminder]() { in PublishReminder()
1058 serviceQueue_->submit(callback, taskAttr); in AsyncStartExtensionAbility()
/third_party/skia/dm/
H A DDMSrcSink.cpp1877 dContext->submit(true); in ddlDraw()
2190 context->submit(skgpu::SyncToCpu::kYes); in draw()

Completed in 51 milliseconds

1...<<11121314151617