Home
last modified time | relevance | path

Searched refs:FormatProperties (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/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;
H A Dpipeline_state_desc.h136 struct FormatProperties { struct
/ohos5.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 Dgpu_resource_manager.cpp2283 FormatProperties GpuResourceManager::GetFormatProperties(const RenderHandle& handle) const in GetFormatProperties()
2297 FormatProperties GpuResourceManager::GetFormatProperties(const RenderHandleReference& handle) const in GetFormatProperties()
2302 FormatProperties GpuResourceManager::GetFormatProperties(const Format format) const in GetFormatProperties()
2608 FormatProperties RenderNodeGpuResourceManager::GetFormatProperties(const RenderHandle& handle) const in GetFormatProperties()
2613 FormatProperties RenderNodeGpuResourceManager::GetFormatProperties(const Format format) const in GetFormatProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h102 FormatProperties GetFormatProperties(const BASE_NS::Format format) const override;
272 BASE_NS::vector<FormatProperties> formatProperties_;
H A Ddevice_vk.cpp571 FormatProperties FillDeviceFormatSupport(VkPhysicalDevice physicalDevice, const Format format) in FillDeviceFormatSupport()
577 return FormatProperties { in FillDeviceFormatSupport()
585 void FillFormatSupport(VkPhysicalDevice physicalDevice, vector<FormatProperties>& formats) in FillFormatSupport()
909 FormatProperties DeviceVk::GetFormatProperties(const Format format) const in GetFormatProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp120 struct FormatProperties { struct
357 static constexpr const FormatProperties DATA_FORMATS[] = {
412 constexpr const FormatProperties& GetFormatSpec(Format format) in GetFormatSpec()
416 …[](const FormatProperties& lhs, const FormatProperties& rhs) { return lhs.format < rhs.format; })); in GetFormatSpec()
419 [](const FormatProperties& element, Format value) { return element.format < value; }); in GetFormatSpec()
432 const FormatProperties& properties = GetFormatSpec(vertexAttributeDesc->format); in GetVertexAttributeByteSize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_create_gpu_images.cpp133 const FormatProperties formatProperties = gpuResourceMgr.GetFormatProperties(desc.format); in CheckFormat()
H A Drender_staging.cpp200 … const FormatProperties formatProperties = gpuResourceMgr.GetFormatProperties(imageDesc.format); in CopyBuffersToImages()
/ohos5.0/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 in GetFormatProperties()
1179 FormatProperties properties; in GetFormatProperties()