Home
last modified time | relevance | path

Searched defs:cmdList (Results 1 - 25 of 50) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_combined_post_process.cpp37 void RenderNodeCombinedPostProcess::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_end_frame_staging.cpp48 void RenderNodeEndFrameStaging::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_bloom.cpp107 void RenderNodeBloom::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_copy.cpp99 void RenderCopy::Execute(IRenderNodeContextManager& renderNodeContextMgr, IRenderCommandList& cmdList) in Execute() argument
[all...]
H A Drender_node_compute_generic.cpp106 void RenderNodeComputeGeneric::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_back_buffer.cpp92 void RenderNodeBackBuffer::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
[all...]
H A Drender_node_default_acceleration_structure_staging.cpp56 void RenderNodeDefaultAccelerationStructureStaging::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_fullscreen_generic.cpp90 void RenderNodeFullscreenGeneric::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
[all...]
H A Drender_node_staging.cpp124 void RenderNodeStaging::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_staging.cpp38 void ExplicitBarrierUndefinedImageToTransferDst(IRenderCommandList& cmdList, const RenderHandle handle) in ExplicitBarrierUndefinedImageToTransferDst() argument
51 void ExplicitBarrierTransferDstImageToTransferSrc(IRenderCommandList& cmdList, const RenderHandle handle) in ExplicitBarrierTransferDstImageToTransferSrc() argument
63 void BlitScalingImage(IRenderCommandList& cmdList, const BufferImageCopy& copy, const RenderHandle srcHandle, in BlitScalingImage() argument
98 void GenerateMipmaps(IRenderCommandList& cmdList, const GpuImageDesc& imageDesc, const RenderHandle mipImageHandle, in GenerateMipmaps() argument
165 CopyBuffersToImages(const IRenderNodeGpuResourceManager& gpuResourceMgr, IRenderCommandList& cmdList, const vector<StagingCopyStruct>& bufferToImage, const vector<BufferImageCopy>& bufferImageCopies, const ScalingImageDataStruct& scalingImageData) CopyBuffersToImages() argument
333 CopyStagingToImages(IRenderCommandList& cmdList, const IRenderNodeGpuResourceManager& gpuResourceMgr, const StagingConsumeStruct& stagingData, const StagingConsumeStruct& renderDataStoreStagingData) CopyStagingToImages() argument
394 CopyImagesToBuffers(IRenderCommandList& cmdList, const IRenderNodeGpuResourceManager& gpuResourceMgr, const StagingConsumeStruct& stagingData, const StagingConsumeStruct& renderDataStoreStagingData) CopyImagesToBuffers() argument
447 CopyImagesToImages(IRenderCommandList& cmdList, const IRenderNodeGpuResourceManager& gpuResourceMgr, const StagingConsumeStruct& stagingData, const StagingConsumeStruct& renderDataStoreStagingData) CopyImagesToImages() argument
512 CopyBuffersToBuffers(IRenderCommandList& cmdList, const StagingConsumeStruct& stagingData, const StagingConsumeStruct& renderDataStoreStagingData) CopyBuffersToBuffers() argument
557 ClearImages(IRenderCommandList& cmdList, const IRenderNodeGpuResourceManager& gpuResourceMgr, const StagingImageClearConsumeStruct& imageClearData) ClearImages() argument
[all...]
H A Drender_motion_blur.cpp168 void RenderMotionBlur::Execute(IRenderNodeContextManager& renderNodeContextMgr, IRenderCommandList& cmdList, in Execute() argument
237 ExecuteTileVelocity(IRenderNodeContextManager& renderNodeContextMgr, IRenderCommandList& cmdList, const MotionBlurInfo& blurInfo, const PostProcessConfiguration& ppConfig) ExecuteTileVelocity() argument
365 UpdateDescriptorSet0(IRenderNodeContextManager& renderNodeContextMgr, IRenderCommandList& cmdList, const MotionBlurInfo& blurInfo, const PostProcessConfiguration& ppConfig) UpdateDescriptorSet0() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecord_cmd.cpp24 RecordCmd::RecordCmd(const std::shared_ptr<DrawCmdList>& cmdList, const Rect& bounds) in RecordCmd() argument
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_copy_helper.cpp78 void RenderCopyHelper::Execute(IRenderNodeContextManager& renderNodeContextMgr, IRenderCommandList& cmdList) in Execute() argument
H A Drender_node_default_camera_post_process_controller.cpp176 void RenderNodeDefaultCameraPostProcessController::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_default_lights.cpp96 void RenderNodeDefaultLights::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_default_cameras.cpp138 void RenderNodeDefaultCameras::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_default_material_objects.cpp84 void RenderNodeDefaultMaterialObjects::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
H A Drender_node_default_shadows_blur.cpp122 void RenderNodeDefaultShadowsBlur::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
146 void RenderNodeDefaultShadowsBlur::ProcessSingleShadow(IRenderCommandList& cmdList, const uint32_t drawIdx, in ProcessSingleShadow() argument
194 void RenderNodeDefaultShadowsBlur::RenderData(IRenderCommandList& cmdList, const RenderPass& renderPassBase, in RenderData() argument
231 RenderBlur(IRenderCommandList& cmdList, const RenderPass& renderPass, const ViewportDesc& viewport, const ScissorDesc& scissor, const IDescriptorSetBinder::Ptr& binder, const Math::Vec4& texSizeInvTexSize, const Math::Vec4& dir, const RenderHandle imageHandle) RenderBlur() argument
261 ExplicitInputBarrier(IRenderCommandList& cmdList, const RenderHandle handle) ExplicitInputBarrier() argument
273 ExplicitOutputBarrier(IRenderCommandList& cmdList, const RenderHandle handle) ExplicitOutputBarrier() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h70 AddRecordedToCmdList(CmdList& cmdList, const CommonType& recorded) AddRecordedToCmdList() argument
85 AddRecordedToCmdList(CmdList& cmdList, const std::shared_ptr<CommonType>& recorded) AddRecordedToCmdList() argument
103 AddRecordedToCmdList(CmdList& cmdList, const CommonType* recorded) AddRecordedToCmdList() argument
121 GetFromCmdList(const CmdList& cmdList, const CmdListHandle& handler) GetFromCmdList() argument
132 AddVectorToCmdList(CmdList& cmdList, const std::vector<Type>& vec) AddVectorToCmdList() argument
146 GetVectorFromCmdList(const CmdList& cmdList, std::pair<size_t, size_t> info) GetVectorFromCmdList() argument
163 GetChildFromCmdList(const CmdList& cmdList, const CmdListHandle& childHandle) GetChildFromCmdList() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_context_manager.h61 RenderCommandList& cmdList; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_pixel_map_shader_test.cpp216 auto cmdList = Drawing::DrawCmdList::CreateFromData({ nullptr, 0 }, false); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_extended_modifier_test.cpp186 std::shared_ptr<Drawing::DrawCmdList> cmdList = RSExtendedModifierHelper::FinishDrawing(ctx); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/maskcmdlist_fuzzer/
H A Dmaskcmdlist_fuzzer.cpp62 std::shared_ptr<CmdList> cmdList = DrawCmdList::CreateFromData(cmdListData, false); in MaskCmdListFuzzTest001() local
194 std::shared_ptr<CmdList> cmdList = DrawCmdList::CreateFromData(cmdListData, false); in MaskCmdListFuzzTest004() local
238 std::shared_ptr<CmdList> cmdList = DrawCmdList::CreateFromData(cmdListData, false); in MaskCmdListFuzzTest005() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/
H A Dcmd_list_fuzzer.cpp56 std::shared_ptr<CmdList> cmdList = DrawCmdList::CreateFromData(cmdListData, false); in CmdListFuzzTest000() local
108 std::shared_ptr<CmdList> cmdList = DrawCmdList::CreateFromData(cmdListData, false); CmdListFuzzTest001() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp152 auto cmdList = tmpCanvas->GetDrawCmdList(); in Paint() local

Completed in 14 milliseconds

12