Home
last modified time | relevance | path

Searched refs:staging (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp69 auto& staging = in CopyImageToBuffer() local
85 auto& staging = in CopyImageToImage() local
88 staging.imageCopies.push_back(imageCopy); in CopyImageToImage()
101 auto& staging = in CopyBufferToBuffer() local
104 staging.bufferCopies.push_back(bufferCopy); in CopyBufferToBuffer()
117 auto& staging = in CopyBufferToImage() local
150 auto& staging = stagingConsumeData_.beginFrame; in CopyDataToBuffer() local
194 auto& staging = stagingConsumeData_.beginFrame; in CopyDataToImage() local
212 staging.bufferImageCopies.insert( in CopyBufferToImage()
246 const auto& staging = frameStagingConsumeData_; in HasBeginStagingData() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_end_frame_staging.cpp69 const StagingConsumeStruct staging = {}; in ExecuteFrame() local
71 renderStaging.CopyStagingToImages(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame()
72 renderStaging.CopyImagesToBuffers(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame()
73 renderStaging.CopyImagesToImages(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame()
75 renderStaging.CopyBuffersToBuffers(cmdList, staging, renderDataStoreStaging); in ExecuteFrame()
H A Drender_node_staging.cpp150 const StagingConsumeStruct staging = gpuResourceMgrImpl.ConsumeStagingData(); in ExecuteFrame() local
151 renderStaging.CopyHostToStaging(gpuResourceMgr, staging); in ExecuteFrame()
154 CopyHostDirectlyToBuffer(gpuResourceMgr, staging); in ExecuteFrame()
159 renderStaging.CopyStagingToImages(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame()
160 renderStaging.CopyImagesToBuffers(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame()
161 renderStaging.CopyImagesToImages(cmdList, gpuResourceMgr, staging, renderDataStoreStaging); in ExecuteFrame()
164 renderStaging.CopyBuffersToBuffers(cmdList, staging, renderDataStoreStaging); in ExecuteFrame()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-linux-kernel.md117 drivers/staging/hilog
118 drivers/staging/hievent
121 …mony内核代码目录kernel/linux/linux-4.19/drivers/staging中,拷贝到out/KERNEL_OBJ/kernel/src_tmp/linux-rpi3b/dr…
123 在三方内核的drivers/staging/Kconfig文件内增加如下代码:
127 source "drivers/staging/hilog/Kconfig"
128 source "drivers/staging/hievent/Kconfig"
131 在三方内核的drivers/staging/Makefile文件内增加如下代码:
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-linux-kernel.md104 drivers/staging/hilog
105 drivers/staging/hievent
108 …l/linux/linux-4.19/drivers/staging** directory of OpenHarmony to **out/KERNEL\_OBJ/kernel/src\_tmp…
110 Add the following code to the third-party kernel file **Kconfig** in the **drivers/staging** direct…
113 source "drivers/staging/hilog/Kconfig"
114 source "drivers/staging/hievent/Kconfig"
117 Add the following code to the third-party kernel file **Makefile** in the **drivers/staging** direc…
/ohos5.0/base/security/selinux_adapter/sepolicy/base/system/
H A Dfile_contexts222 /data/app-staging u:object_r:data_appstaging:s0
223 /data/app-staging/(.*)? u:object_r:data_appstaging:s0
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp544 auto staging = static_cast<IRenderDataStoreDefaultStaging*>( in StageToBuffers() local
549 staging->CopyBufferToBuffer(stagingBuffer, handles.vertexBuffer, copyData); in StageToBuffers()
554 staging->CopyBufferToBuffer(stagingBuffer, handles.indexBuffer, copyData); in StageToBuffers()
560 staging->CopyBufferToBuffer(stagingBuffer, handles.jointBuffer, copyData); in StageToBuffers()
565 staging->CopyBufferToBuffer(stagingBuffer, handles.morphBuffer, copyData); in StageToBuffers()
/ohos5.0/base/startup/init/services/etc/
H A Dinit.without_two_stages.cfg137 "mkdir /data/app-staging 0750 system system",
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1470 …IImageContainer::Ptr image, IRenderDataStoreDefaultStaging& staging, IGpuResourceManager& gpuResou… in ImportTexture() argument
1523 staging.CopyBufferToImage(bufferHandle, imageHandle, copies); in ImportTexture()
3069 IRenderDataStoreDefaultStaging* staging; in QueueImage() member
3075 auto staging = static_cast<IRenderDataStoreDefaultStaging*>( in QueueImage() local
3079 task->data = ImageTaskData { this, i, move(uri), move(name), staging, {} }; in QueueImage()
3088 …t->data.imageHandle = ImportTexture(move(result.image), *t->data.staging, importer->gpuResourceMan… in QueueImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp1819 StagingConsumeStruct staging = move(perFrameStagingData_); in ConsumeStagingData() local
1820 return staging; in ConsumeStagingData()