/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...] |
/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);
|
H A D | fd6_program.c | 1151 emit->ctx->batch->submit, 18 * 4, FD_RINGBUFFER_STREAMING); in fd6_program_interp_state()
|
/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()
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 1877 dContext->submit(true); in ddlDraw() 2190 context->submit(skgpu::SyncToCpu::kYes); in draw()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_timer_mgr.cpp | 1418 ffrt::submit(task); in ExecTimerTaskCore()
|
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/ |
H A D | distributed_ability_manager_service_test.cpp | 73 dtbabilitymgrService_->continuationHandler_->submit(caseDoneNotifyTask); in TearDownTestCase()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 583 ffrt::submit([hwDecoder] { in ReleaseHwDecoder()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | cgroup_event_handler.cpp | 1142 cgroupEventQueue_->submit([task, this] { in PostTask()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 910 ffrt::submit([this, dhType]() { this->DoRecover(dhType); }); in Recover()
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContext.cpp | 476 bool GrDirectContext::submit(bool syncCpu) { in submit() function in GrDirectContext
|
H A D | SurfaceContext.cpp | 247 dContext->submit(); in readPixels()
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 680 flushState->gpu()->submit(renderPass); in onExecute()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2443 ffrt::submit(forceFullGCFunc); in HandleSignal() 2522 ffrt::submit(taskFork, {}, {}, ffrt::task_attr().qos(ffrt::qos_user_initiated)); in HandleDumpHeap()
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 861 ffrt::submit(task); in AddAsynMessageTask()
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 829 executor.submit(func, *args), loop=self)
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 1728 void CommandBuffer::submit(CommandBuffer::ExecutionState &executionState) in submit() function in vk::CommandBuffer 1740 debuggerThread->enter(debuggerFile, "vkCommandBuffer::submit"); in submit()
|
/third_party/skia/tests/ |
H A D | SurfaceTest.cpp | 969 ctx->submit(true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 847 def submit(self, s): member in _UpperCaser 865 self.assertEqual(uppercaser.submit('hello'), 'HELLO') 866 self.assertEqual(uppercaser.submit('world'), 'WORLD')
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 885 ffrt::submit([skEncodeFormat] {
in HeapMemAlloc()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1915 ffrt::submit(notifyTask); in NotifyRpcLoadCompleted()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 1437 struct vk_queue_submit *submit);
|