Home
last modified time | relevance | path

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

/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 { class in IRenderDataStoreDefaultGpuResourceDataCopy
48 CopyType copyType { CopyType::UNDEFINED };
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_copy.h33 enum class CopyType : uint32_t { class in final
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_.pipelineLayout; in Execute()
/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()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h63 enum class CopyType : uint8_t { class
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
643 : StagingCopyStruct::CopyType::CPU_TO_BUFFER;
817 allocRef.optionalStagingCopyType = StagingCopyStruct::CopyType::BUFFER_TO_IMAGE;
859 allocRef.optionalStagingCopyType = StagingCopyStruct::CopyType::BUFFER_TO_IMAGE;
1174 (destroyAlloc.optionalStagingCopyType != StagingCopyStruct::CopyType::UNDEFINED)) {
1184 if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::BUFFER_TO_BUFFER) {
1186 } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::BUFFER_TO_IMAGE) {
1188 } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::IMAGE_TO_BUFFER) {
1190 } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType::IMAGE_TO_IMAGE) {
1192 } else if (destroyAlloc.optionalStagingCopyType == StagingCopyStruct::CopyType
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h338 enum class CopyType : uint32_t { class
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()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp197 dataCopy.copyType = IRenderDataStoreDefaultGpuResourceDataCopy::CopyType::WAIT_FOR_IDLE; in ProcessFrameInputCopyData()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1588 if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::UNDEFINED) {
1589 PLUGIN_ASSERT(renderCmd.copyType != RenderCommandCopyBufferImage::CopyType::UNDEFINED);
1595 if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE) {
1641 if (valid && renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE) {
1648 } else if (valid && renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::IMAGE_TO_BUFFER) {
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1810 if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE) { in RenderCommandCopyBufferImage()
1812 } else if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::IMAGE_TO_BUFFER) { in RenderCommandCopyBufferImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1343 PLUGIN_ASSERT(nextRc.copyType != RenderCommandCopyBufferImage::CopyType::UNDEFINED);

Completed in 22 milliseconds