Home
last modified time | relevance | path

Searched defs:imageDesc (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp98 void GenerateMipmaps(IRenderCommandList& cmdList, const GpuImageDesc& imageDesc, const RenderHandle mipImageHandle, in GenerateMipmaps() argument
180 const GpuImageDesc imageDesc = gpuResourceMgr.GetImageDescriptor(ref.dstHandle.GetHandle()); in CopyBuffersToImages() local
[all...]
H A Drender_blur.cpp92 const GpuImageDesc imageDesc = gpuResourceMgr.GetImageDescriptor(imageData_.mipImage); in PreExecute() local
191 const GpuImageDesc imageDesc = renderNodeContextMgr.GetGpuResourceManager().GetImageDescriptor(imageData_.mipImage); in RenderData() local
H A Drender_node_mip_chain_post_process.cpp333 const GpuImageDesc imageDesc = renderNodeContextMgr_->GetGpuResourceManager().GetImageDescriptor(imageHandle); in RenderGraphics() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Drender_util.cpp207 const GpuImageDesc imageDesc = gpuResourceMgr.GetImageDescriptor(imageHandle); in SelectBaseDesc() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp1259 const ImageDescVk& imageDesc = (const ImageDescVk&)platformData; in CreateGpuImageView() local
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1498 auto imageDesc = GetImageDesc(); in SetupGpuImageTarget() local
1522 auto imageDesc = GetImageDesc(); in SetupGpuDepthTarget() local
1535 RENDER_NS::GpuImageDesc imageDesc; in GetImageDesc() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1477 const auto& imageDesc = image->GetImageDesc(); in ImportTexture() local
2170 const GpuImageDesc imageDesc = gpuResourceManager.GetImageDescriptor(envMapHandle); in CreateEnvironmentComponent() local
2196 ImageData PrepareImageData(const ImageLoadResultVector& imageLoadResults, const GpuImageDesc& imageDesc) in PrepareImageData() argument
2254 const GpuImageDesc imageDesc in CreateCubemapFromImages() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp394 const GpuImageDesc& imageDesc; member
407 const auto& imageDesc = bd.imageDesc; in BlitArray() local
438 const auto& imageDesc = bd.imageDesc; in Blit2D() local
462 const auto& imageDesc = bd.imageDesc; Blit3D() local
648 ValidateCopyImage(const Offset3D& offset, const Size3D& extent, uint32_t mipLevel, const GpuImageDesc& imageDesc) ValidateCopyImage() argument
[all...]

Completed in 16 milliseconds