Home
last modified time | relevance | path

Searched refs:GetFormatProperties (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_gpu_resource_manager.h315 virtual FormatProperties GetFormatProperties(const RenderHandleReference& handle) const = 0;
317 virtual FormatProperties GetFormatProperties(const BASE_NS::Format format) const = 0;
560 virtual FormatProperties GetFormatProperties(const RenderHandle& handle) const = 0;
562 virtual FormatProperties GetFormatProperties(const BASE_NS::Format format) const = 0;
H A Dintf_device.h192 virtual FormatProperties GetFormatProperties(const BASE_NS::Format format) const = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h354 FormatProperties GetFormatProperties(const RenderHandleReference& handle) const override;
355 FormatProperties GetFormatProperties(const RenderHandle& handle) const;
356 FormatProperties GetFormatProperties(const BASE_NS::Format format) const override;
626 FormatProperties GetFormatProperties(const RenderHandle& handle) const override;
627 FormatProperties GetFormatProperties(const BASE_NS::Format format) const override;
H A Ddevice.cpp852 auto properties = GetFormatProperties(format); in GetFormatOrFallback()
859 properties = GetFormatProperties(format); in GetFormatOrFallback()
H A Dgpu_resource_manager.cpp2282 FormatProperties GpuResourceManager::GetFormatProperties(const RenderHandle& handle) const
2293 return device_.GetFormatProperties(format);
2296 FormatProperties GpuResourceManager::GetFormatProperties(const RenderHandleReference& handle) const
2298 return GetFormatProperties(handle.GetHandle());
2301 FormatProperties GpuResourceManager::GetFormatProperties(const Format format) const
2303 return device_.GetFormatProperties(format);
2607 FormatProperties RenderNodeGpuResourceManager::GetFormatProperties(const RenderHandle& handle) const
2609 return gpuResourceMgr_.GetFormatProperties(handle);
2612 FormatProperties RenderNodeGpuResourceManager::GetFormatProperties(const Format format) const
2614 return gpuResourceMgr_.GetFormatProperties(forma
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h102 FormatProperties GetFormatProperties(const BASE_NS::Format format) const override;
H A Ddevice_vk.cpp908 FormatProperties DeviceVk::GetFormatProperties(const Format format) const in GetFormatProperties() function in __anon9709::DeviceVk
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp200 const FormatProperties formatProperties = gpuResourceMgr.GetFormatProperties(imageDesc.format); in CopyBuffersToImages()
593 gpuResourceMgr.GetFormatProperties(ref.handle.GetHandle()).bytesPerPixel; in ClearImages()
H A Drender_node_create_gpu_images.cpp133 const FormatProperties formatProperties = gpuResourceMgr.GetFormatProperties(desc.format); in CheckFormat()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp174 const uint32_t bytesPerPixel = gpuResourceMgr.GetFormatProperties(dataToBeCopied.handle).bytesPerPixel; in ProcessFrameInputCopyData()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_staging.cpp304 const uint32_t pixelBytes = gpuResourceMgr_.GetFormatProperties(ref.handle).bytesPerPixel; in GetImageClearByteSize()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h103 FormatProperties GetFormatProperties(BASE_NS::Format format) const override;
H A Ddevice_gles.cpp1177 FormatProperties DeviceGLES::GetFormatProperties(const Format format) const
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadow_render_slot.cpp86 const auto formatProperties = gpuResourceMgr.GetFormatProperties(format); in GetColorBufferDesc()
H A Drender_node_default_camera_controller.cpp77 const auto formatProperties = gpuResourceMgr.GetFormatProperties(format); in GetValidColorFormat()
91 const auto formatProperties = gpuResourceMgr.GetFormatProperties(format); in GetValidDepthFormat()

Completed in 19 milliseconds