Home
last modified time | relevance | path

Searched refs:CopyType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_gpu_resource_data_copy.h39 enum class CopyType : uint8_t { in RENDER_BEGIN_NAMESPACE() enum
48 CopyType copyType { CopyType::UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_copy.h33 enum class CopyType : uint32_t { enum
42 CopyType copyType { CopyType::BASIC_COPY };
H A Drender_copy.cpp108 if (copyInfo_.copyType == CopyType::LAYER_COPY) { in Execute()
144 …(copyInfo_.copyType == CopyType::LAYER_COPY) ? renderData_.pipelineLayoutLayer : renderData_.pipel… in Execute()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_gpu_resource_data_copy.cpp74 if (copyOp.copyType == CopyType::WAIT_FOR_IDLE) { in AddCopyOperation()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h63 enum class CopyType : uint8_t { enum
412 … optionalStagingVectorIndex(~0u), optionalStagingCopyType(StagingCopyStruct::CopyType::UNDEFINED) in OperationDescription()
420 … StagingCopyStruct::CopyType optionalStagingCopyType { StagingCopyStruct::CopyType::UNDEFINED };
H A Dgpu_resource_manager.cpp642 …allocRef.optionalStagingCopyType = useStagingBuffer ? StagingCopyStruct::CopyType::BUFFER_TO_BUFFER in Create()
643 … : StagingCopyStruct::CopyType::CPU_TO_BUFFER; in Create()
818 allocRef.optionalStagingCopyType = StagingCopyStruct::CopyType::BUFFER_TO_IMAGE; in Create()
860 allocRef.optionalStagingCopyType = StagingCopyStruct::CopyType::BUFFER_TO_IMAGE; in Create()
1174 (destroyAlloc.optionalStagingCopyType != StagingCopyStruct::CopyType::UNDEFINED)) { in RemoveStagingOperations()
1184 if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::BUFFER_TO_BUFFER) { in RemoveStagingOperations()
1186 … } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::BUFFER_TO_IMAGE) { in RemoveStagingOperations()
1188 … } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::IMAGE_TO_BUFFER) { in RemoveStagingOperations()
1190 … } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::IMAGE_TO_IMAGE) { in RemoveStagingOperations()
1192 … } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::CPU_TO_BUFFER) { in RemoveStagingOperations()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h338 enum class CopyType : uint32_t { enum
344 CopyType copyType { CopyType::UNDEFINED };
H A Drender_command_list.cpp1418 data->copyType = RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE; in CopyBufferToImage()
1442 data->copyType = RenderCommandCopyBufferImage::CopyType::IMAGE_TO_BUFFER; in CopyImageToBuffer()
H A Drender_node_post_process_util.cpp327 layerCopyInfo.copyType = RenderCopy::CopyType::LAYER_COPY; in PreExecute()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp197 … dataCopy.copyType = IRenderDataStoreDefaultGpuResourceDataCopy::CopyType::WAIT_FOR_IDLE; in ProcessFrameInputCopyData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1590 if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::UNDEFINED) { in RenderCommand()
1591 PLUGIN_ASSERT(renderCmd.copyType != RenderCommandCopyBufferImage::CopyType::UNDEFINED); in RenderCommand()
1597 if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE) { in RenderCommand()
1643 … if (valid && renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE) { in RenderCommand()
1650 …} else if (valid && renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::IMAGE_TO_BUFFER)… in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1811 if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE) { in RenderCommandCopyBufferImage()
1813 } else if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::IMAGE_TO_BUFFER) { in RenderCommandCopyBufferImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1348 PLUGIN_ASSERT(nextRc.copyType != RenderCommandCopyBufferImage::CopyType::UNDEFINED); in HandleCopyBufferImage()