Searched refs:FormatProperties (Results 1 – 12 of 12) sorted by relevance
315 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;
192 virtual FormatProperties GetFormatProperties(const BASE_NS::Format format) const = 0;
136 struct FormatProperties { struct
354 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;
2283 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()
102 FormatProperties GetFormatProperties(const BASE_NS::Format format) const override;272 BASE_NS::vector<FormatProperties> formatProperties_;
571 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()
120 struct FormatProperties { struct357 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()
133 const FormatProperties formatProperties = gpuResourceMgr.GetFormatProperties(desc.format); in CheckFormat()
200 … const FormatProperties formatProperties = gpuResourceMgr.GetFormatProperties(imageDesc.format); in CopyBuffersToImages()
103 FormatProperties GetFormatProperties(BASE_NS::Format format) const override;
1177 FormatProperties DeviceGLES::GetFormatProperties(const Format format) const in GetFormatProperties()1179 FormatProperties properties; in GetFormatProperties()