Searched defs:threadIndex (Results 1 – 12 of 12) sorted by relevance
| /foundation/resourceschedule/ffrt/src/eu/ |
| D | worker_thread.cpp | 35 static int threadIndex[QoS::Max()] = {0}; in WorkerSetup() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
| D | rs_sub_thread.h | 35 …RSSubThread(RenderContext* context, uint32_t threadIndex) : threadIndex_(threadIndex), renderConte… in RSSubThread()
|
| D | rs_sub_thread_manager.cpp | 46 void RSSubThreadManager::PostTask(const std::function<void()>& task, uint32_t threadIndex) in PostTask() 119 auto threadIndex = surfaceNode->GetSubmittedSubThreadIndex(); in SubmitSubThreadTask() local
|
| D | rs_parallel_sub_thread.cpp | 43 RSParallelSubThread::RSParallelSubThread(int threadIndex) in RSParallelSubThread() 47 … ParallelRenderType renderType, int threadIndex) : threadIndex_(threadIndex), subThread_(nullptr), in RSParallelSubThread() 50 …Thread::RSParallelSubThread(RenderContext *context, ParallelRenderType renderType, int threadIndex) in RSParallelSubThread()
|
| D | rs_parallel_render_manager.cpp | 477 void RSParallelRenderManager::SubMainThreadNotify(int threadIndex) in SubMainThreadNotify() 490 void RSParallelRenderManager::WaitSubMainThread(uint32_t threadIndex) in WaitSubMainThread() 499 void RSParallelRenderManager::SubMainThreadWait(uint32_t threadIndex) in SubMainThreadWait()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| D | rs_egl_image_manager.cpp | 250 const uint32_t threadIndex) in CreateImageCacheFromBuffer() 281 const sptr<SyncFence>& acquireFence, uint32_t threadIndex) in MapEglImageFromSurfaceBuffer() 313 uint32_t threadIndex = UNI_MAIN_THREAD_INDEX; in UnMapEglImageFromSurfaceBuffer() local
|
| D | rs_uni_render_util.cpp | 187 bool forceCPU, uint32_t threadIndex) in CreateBufferDrawParam() 726 …nderUtil::ClearCacheSurface(const std::shared_ptr<RSSurfaceRenderNode>& node, uint32_t threadIndex) in ClearCacheSurface() 752 void RSUniRenderUtil::ClearCacheSurface(RSRenderNode& node, uint32_t threadIndex) in ClearCacheSurface() 781 void RSUniRenderUtil::PostReleaseSurfaceTask(sk_sp<SkSurface>& surface, uint32_t threadIndex) in PostReleaseSurfaceTask()
|
| D | rs_base_render_util.h | 81 uint32_t threadIndex = UNI_MAIN_THREAD_INDEX; // use to decide eglimage unmap thread index member
|
| D | rs_base_render_engine.cpp | 139 …const sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& acquireFence, const uint32_t threadIndex) in CreateEglImageFromBuffer()
|
| D | rs_uni_render_visitor.h | 94 void SetSubThreadConfig(uint32_t threadIndex) in SetSubThreadConfig()
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| D | rs_uni_render_util_test.cpp | 218 uint32_t threadIndex = 0; variable 230 uint32_t threadIndex = 1; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| D | rs_render_node.cpp | 1091 …::InitCacheSurface(GrRecordingContext* grContext, ClearCacheSurfaceFunc func, uint32_t threadIndex) in InitCacheSurface() 1193 void RSRenderNode::DrawCacheSurface(RSPaintFilterCanvas& canvas, uint32_t threadIndex, bool isUIFir… in DrawCacheSurface() 1215 sk_sp<SkImage> RSRenderNode::GetCompletedImage(RSPaintFilterCanvas& canvas, uint32_t threadIndex, b… in GetCompletedImage() 1257 void RSRenderNode::DrawCacheSurface(RSPaintFilterCanvas& canvas, uint32_t threadIndex, bool isUIFir… in DrawCacheSurface() 1313 sk_sp<SkSurface> RSRenderNode::GetCompletedCacheSurface(uint32_t threadIndex, bool needCheckThread) in GetCompletedCacheSurface() 1335 sk_sp<SkSurface> RSRenderNode::GetCacheSurface(uint32_t threadIndex, bool needCheckThread) in GetCacheSurface()
|