/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_combined_post_process.cpp | 37 void RenderNodeCombinedPostProcess::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_end_frame_staging.cpp | 48 void RenderNodeEndFrameStaging::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_bloom.cpp | 107 void RenderNodeBloom::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_copy.cpp | 99 void RenderCopy::Execute(IRenderNodeContextManager& renderNodeContextMgr, IRenderCommandList& cmdList) in Execute() argument [all...] |
H A D | render_node_compute_generic.cpp | 106 void RenderNodeComputeGeneric::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_back_buffer.cpp | 92 void RenderNodeBackBuffer::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument [all...] |
H A D | render_node_default_acceleration_structure_staging.cpp | 56 void RenderNodeDefaultAccelerationStructureStaging::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_fullscreen_generic.cpp | 90 void RenderNodeFullscreenGeneric::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument [all...] |
H A D | render_node_staging.cpp | 124 void RenderNodeStaging::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_staging.cpp | 38 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 D | render_motion_blur.cpp | 168 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 D | record_cmd.cpp | 24 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 D | render_copy_helper.cpp | 78 void RenderCopyHelper::Execute(IRenderNodeContextManager& renderNodeContextMgr, IRenderCommandList& cmdList) in Execute() argument
|
H A D | render_node_default_camera_post_process_controller.cpp | 176 void RenderNodeDefaultCameraPostProcessController::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_default_lights.cpp | 96 void RenderNodeDefaultLights::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_default_cameras.cpp | 138 void RenderNodeDefaultCameras::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_default_material_objects.cpp | 84 void RenderNodeDefaultMaterialObjects::ExecuteFrame(IRenderCommandList& cmdList) in ExecuteFrame() argument
|
H A D | render_node_default_shadows_blur.cpp | 122 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 D | cmd_list_helper.h | 70 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 D | render_node_context_manager.h | 61 RenderCommandList& cmdList; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_shader_test.cpp | 216 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 D | rs_extended_modifier_test.cpp | 186 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 D | maskcmdlist_fuzzer.cpp | 62 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 D | cmd_list_fuzzer.cpp | 56 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 D | rosen_render_shape_container.cpp | 152 auto cmdList = tmpCanvas->GetDrawCmdList(); in Paint() local
|