Searched refs:CopyType (Results 1 – 13 of 13) sorted by relevance
39 enum class CopyType : uint8_t { in RENDER_BEGIN_NAMESPACE() enum48 CopyType copyType { CopyType::UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
33 enum class CopyType : uint32_t { enum42 CopyType copyType { CopyType::BASIC_COPY };
108 if (copyInfo_.copyType == CopyType::LAYER_COPY) { in Execute()144 …(copyInfo_.copyType == CopyType::LAYER_COPY) ? renderData_.pipelineLayoutLayer : renderData_.pipel… in Execute()
74 if (copyOp.copyType == CopyType::WAIT_FOR_IDLE) { in AddCopyOperation()
63 enum class CopyType : uint8_t { enum412 … optionalStagingVectorIndex(~0u), optionalStagingCopyType(StagingCopyStruct::CopyType::UNDEFINED) in OperationDescription()420 … StagingCopyStruct::CopyType optionalStagingCopyType { StagingCopyStruct::CopyType::UNDEFINED };
642 …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()
338 enum class CopyType : uint32_t { enum344 CopyType copyType { CopyType::UNDEFINED };
1418 data->copyType = RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE; in CopyBufferToImage()1442 data->copyType = RenderCommandCopyBufferImage::CopyType::IMAGE_TO_BUFFER; in CopyImageToBuffer()
327 layerCopyInfo.copyType = RenderCopy::CopyType::LAYER_COPY; in PreExecute()
197 … dataCopy.copyType = IRenderDataStoreDefaultGpuResourceDataCopy::CopyType::WAIT_FOR_IDLE; in ProcessFrameInputCopyData()
1590 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()
1811 if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::BUFFER_TO_IMAGE) { in RenderCommandCopyBufferImage()1813 } else if (renderCmd.copyType == RenderCommandCopyBufferImage::CopyType::IMAGE_TO_BUFFER) { in RenderCommandCopyBufferImage()
1348 PLUGIN_ASSERT(nextRc.copyType != RenderCommandCopyBufferImage::CopyType::UNDEFINED); in HandleCopyBufferImage()