Home
last modified time | relevance | path

Searched refs:BufferCopy (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_staging.h51 const RenderHandleReference& dstHandle, const BufferCopy& bufferCopy) = 0;
61 const RenderHandleReference& dstHandle, const BufferCopy& bufferCopy) = 0;
77 const BufferCopy& bufferCopy) = 0;
136 const BufferCopy& bufferCopy, const ResourceCopyInfo copyInfo) = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.h35 BufferCopy bufferCopy;
70 const BufferCopy& bufferCopy) override;
72 const BufferCopy& bufferCopy) override;
78 const BufferCopy& bufferCopy) override;
99 const BufferCopy& bufferCopy, const ResourceCopyInfo copyInfo) override;
H A Drender_data_store_default_staging.cpp96 const RenderHandleReference& dstHandle, const BufferCopy& bufferCopy, const ResourceCopyInfo copyInfo) in CopyBufferToBuffer()
137 const array_view<const uint8_t>& dat, const RenderHandleReference& dstHandle, const BufferCopy& bufferCopy) in CopyDataToBuffer()
152 staging.bufferCopies.push_back(BufferCopy { 0, 0, static_cast<uint32_t>(dat.size_bytes()) }); in CopyDataToBuffer()
161 const array_view<const uint8_t>& dat, const RenderHandleReference& dstHandle, const BufferCopy& bufferCopy) in CopyDataToBufferOnCpu()
221 const RenderHandleReference& srcHandle, const RenderHandleReference& dstHandle, const BufferCopy& bufferCopy) in CopyBufferToBuffer()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp214 const RENDER_NS::BufferCopy bufferCopy { 0, 0, bSize }; in OnSizeChange()
278 const RENDER_NS::BufferCopy bufferCopy{0, 0, bSize}; in UpdateShaderInputBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_staging.cpp56 const BufferCopy& currBufferCopy = stagingConsumeStruct.bufferCopies[bufferIdx]; in CopyHostDirectlyToBuffer()
H A Drender_staging.cpp516 const vector<BufferCopy>& bufferCopies) { in CopyBuffersToBuffers()
522 for (const BufferCopy& copyRef : copies) { in CopyBuffersToBuffers()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h217 const RenderHandle srcHandle, const RenderHandle dstHandle, const BufferCopy& bufferCopy) = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h334 BufferCopy bufferCopy;
538 const RenderHandle sourceHandle, const RenderHandle destinationHandle, const BufferCopy& bufferCopy) override;
H A Drender_command_list.cpp1384 const RenderHandle sourceHandle, const RenderHandle destinationHandle, const BufferCopy& bufferCopy) in CopyBufferToBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp165 const BufferCopy bc { in ProcessFrameInputCopyData()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h913 struct BufferCopy { struct
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h140 BASE_NS::vector<BufferCopy> bufferCopies;
H A Dgpu_resource_manager.cpp634 stagingOperations_.bufferCopies.push_back(BufferCopy { 0, 0, minByteSize });
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp546 BufferCopy copyData {}; in StageToBuffers()

Completed in 19 milliseconds